diff --git a/CMakeCache.txt b/CMakeCache.txt new file mode 100644 index 0000000000..613f281d0f --- /dev/null +++ b/CMakeCache.txt @@ -0,0 +1,576 @@ +# This is the CMakeCache file. +# For build in directory: /Users/jesperolsen/development/C +# It was generated by CMake: /opt/homebrew/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 +######################## + +//Value Computed by CMake +Algorithms_in_C_BINARY_DIR:STATIC=/Users/jesperolsen/development/C + +//Value Computed by CMake +Algorithms_in_C_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Algorithms_in_C_SOURCE_DIR:STATIC=/Users/jesperolsen/development/C + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND + +//Path to a program. +CMAKE_AR:FILEPATH=/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=/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= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/jesperolsen/development/C/CMakeFiles/pkgRedirects + +//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=/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=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/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= + +//The product will be built against the headers and libraries located +// inside the indicated SDK. +CMAKE_OSX_SYSROOT:STRING= + +//Value Computed by CMake +CMAKE_PROJECT_COMPAT_VERSION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC=Set of algorithms implemented in C. + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=Algorithms_in_C + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=1.0.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/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 archiver during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the archiver during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the archiver during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi + +//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 + +//Enable to build OSX bundles +CPACK_BINARY_BUNDLE:BOOL=OFF + +//Enable to build Debian packages +CPACK_BINARY_DEB:BOOL=OFF + +//Enable to build OSX Drag And Drop package +CPACK_BINARY_DRAGNDROP:BOOL=OFF + +//Enable to build FreeBSD packages +CPACK_BINARY_FREEBSD:BOOL=OFF + +//Enable to build IFW packages +CPACK_BINARY_IFW:BOOL=OFF + +//Enable to build NSIS packages +CPACK_BINARY_NSIS:BOOL=OFF + +//Enable to build productbuild packages +CPACK_BINARY_PRODUCTBUILD:BOOL=OFF + +//Enable to build RPM packages +CPACK_BINARY_RPM:BOOL=OFF + +//Enable to build STGZ packages +CPACK_BINARY_STGZ:BOOL=ON + +//Enable to build TBZ2 packages +CPACK_BINARY_TBZ2:BOOL=OFF + +//Enable to build TGZ packages +CPACK_BINARY_TGZ:BOOL=ON + +//Enable to build TXZ packages +CPACK_BINARY_TXZ:BOOL=OFF + +//Enable to build RPM source packages +CPACK_SOURCE_RPM:BOOL=OFF + +//Enable to build TBZ2 source packages +CPACK_SOURCE_TBZ2:BOOL=ON + +//Enable to build TGZ source packages +CPACK_SOURCE_TGZ:BOOL=ON + +//Enable to build TXZ source packages +CPACK_SOURCE_TXZ:BOOL=ON + +//Enable to build TZ source packages +CPACK_SOURCE_TZ:BOOL=ON + +//Enable to build ZIP source packages +CPACK_SOURCE_ZIP:BOOL=OFF + +//Diagram Editor tool for use with Doxygen +DOXYGEN_DIA_EXECUTABLE:FILEPATH=DOXYGEN_DIA_EXECUTABLE-NOTFOUND + +//Dot tool for use with Doxygen +DOXYGEN_DOT_EXECUTABLE:FILEPATH=/opt/homebrew/bin/dot + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND + +//Path to a file. +GLUT_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers + +//Cocoa framework for OSX +GLUT_cocoa_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework + +//GLUT library for OSX +GLUT_glut_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework + +//Path to a library. +MATH_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd + +//Include for the OpenGL GLU library +OPENGL_GLU_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework + +//Include for OpenGL +OPENGL_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework + +//OpenGL GL library +OPENGL_gl_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework + +//OpenGL GLU library +OPENGL_glu_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework + +//C compiler flags for OpenMP parallelization +OpenMP_C_FLAGS:STRING=NOTFOUND + +//C compiler libraries for OpenMP parallelization +OpenMP_C_LIB_NAMES:STRING=NOTFOUND + +//Path to a library. +OpenMP_libomp_LIBRARY:FILEPATH=OpenMP_libomp_LIBRARY-NOTFOUND + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/homebrew/bin/pkg-config + +//flag to use OpenMP for multithreading +USE_OPENMP:BOOL=ON + + +######################## +# INTERNAL cache entries +######################## + +//Have include arpa/inet.h +ARPA_HEADERS:INTERNAL=1 +//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/jesperolsen/development/C +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=1 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/opt/homebrew/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/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/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/jesperolsen/development/C +//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 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//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=19 +//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/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 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_BUNDLE +CPACK_BINARY_BUNDLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_DEB +CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_DRAGNDROP +CPACK_BINARY_DRAGNDROP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_FREEBSD +CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_IFW +CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_NSIS +CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_PRODUCTBUILD +CPACK_BINARY_PRODUCTBUILD-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_RPM +CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_STGZ +CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_TBZ2 +CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_TGZ +CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_TXZ +CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_RPM +CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TBZ2 +CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TGZ +CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TXZ +CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TZ +CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_ZIP +CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DIA_EXECUTABLE +DOXYGEN_DIA_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE +DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//Details about finding GLUT +FIND_PACKAGE_MESSAGE_DETAILS_GLUT:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework][/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers][v()] +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework][/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework][ ][v()] +//ADVANCED property for variable: GLUT_INCLUDE_DIR +GLUT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GLUT_cocoa_LIBRARY +GLUT_cocoa_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GLUT_glut_LIBRARY +GLUT_glut_LIBRARY-ADVANCED:INTERNAL=1 +//Have include complex.h +HAS_COMPLEX_H:INTERNAL=1 +//Have symbol complex +HAS_COMPLEX_TYPE:INTERNAL=1 +//Have include inttypes.h +HAS_INTTYPES_H:INTERNAL=1 +//Have include stdbool.h +HAS_STDBOOL_H:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR +OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gl_LIBRARY +OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 +//Result of TRY_COMPILE +OpenMP_COMPILE_RESULT_C_Xclang fopenmp:INTERNAL=FALSE +//ADVANCED property for variable: OpenMP_C_FLAGS +OpenMP_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenMP_C_LIB_NAMES +OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OpenMP_libomp_LIBRARY +OpenMP_libomp_LIBRARY-ADVANCED:INTERNAL=1 +PC_GLUT_CFLAGS:INTERNAL= +PC_GLUT_CFLAGS_I:INTERNAL= +PC_GLUT_CFLAGS_OTHER:INTERNAL= +PC_GLUT_FOUND:INTERNAL= +PC_GLUT_INCLUDEDIR:INTERNAL= +PC_GLUT_LIBDIR:INTERNAL= +PC_GLUT_LIBS:INTERNAL= +PC_GLUT_LIBS_L:INTERNAL= +PC_GLUT_LIBS_OTHER:INTERNAL= +PC_GLUT_LIBS_PATHS:INTERNAL= +PC_GLUT_MODULE_NAME:INTERNAL= +PC_GLUT_PREFIX:INTERNAL= +PC_GLUT_STATIC_CFLAGS:INTERNAL= +PC_GLUT_STATIC_CFLAGS_I:INTERNAL= +PC_GLUT_STATIC_CFLAGS_OTHER:INTERNAL= +PC_GLUT_STATIC_LIBDIR:INTERNAL= +PC_GLUT_STATIC_LIBS:INTERNAL= +PC_GLUT_STATIC_LIBS_L:INTERNAL= +PC_GLUT_STATIC_LIBS_OTHER:INTERNAL= +PC_GLUT_STATIC_LIBS_PATHS:INTERNAL= +PC_GLUT_VERSION:INTERNAL= +PC_GLUT_freeglut_INCLUDEDIR:INTERNAL= +PC_GLUT_freeglut_LIBDIR:INTERNAL= +PC_GLUT_freeglut_PREFIX:INTERNAL= +PC_GLUT_freeglut_VERSION:INTERNAL= +PC_GLUT_glut_INCLUDEDIR:INTERNAL= +PC_GLUT_glut_LIBDIR:INTERNAL= +PC_GLUT_glut_PREFIX:INTERNAL= +PC_GLUT_glut_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +__pkg_config_checked_PC_GLUT:INTERNAL=1 + diff --git a/CMakeFiles/4.1.1/CMakeCCompiler.cmake b/CMakeFiles/4.1.1/CMakeCCompiler.cmake new file mode 100644 index 0000000000..f71dc12b40 --- /dev/null +++ b/CMakeFiles/4.1.1/CMakeCCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "AppleClang") +set(CMAKE_C_COMPILER_VERSION "17.0.0.17000319") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +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 "GNU") +set(CMAKE_C_COMPILER_APPLE_SYSROOT "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk") +set(CMAKE_C_SIMULATE_VERSION "") +set(CMAKE_C_COMPILER_ARCHITECTURE_ID "arm64") + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "AppleClang") +set(CMAKE_C_COMPILER_LINKER_VERSION 1221.4) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi") +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_C_COMPILER_ENV_VAR "CC") + +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) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED ) +set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED ) + +# 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 "/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include;/Library/Developer/CommandLineTools/SDKs/MacOSX.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 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks") diff --git a/CMakeFiles/4.1.1/CMakeDetermineCompilerABI_C.bin b/CMakeFiles/4.1.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000..ecc7f21563 Binary files /dev/null and b/CMakeFiles/4.1.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/CMakeFiles/4.1.1/CMakeSystem.cmake b/CMakeFiles/4.1.1/CMakeSystem.cmake new file mode 100644 index 0000000000..6438972ad1 --- /dev/null +++ b/CMakeFiles/4.1.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Darwin-25.1.0") +set(CMAKE_HOST_SYSTEM_NAME "Darwin") +set(CMAKE_HOST_SYSTEM_VERSION "25.1.0") +set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64") + + + +set(CMAKE_SYSTEM "Darwin-25.1.0") +set(CMAKE_SYSTEM_NAME "Darwin") +set(CMAKE_SYSTEM_VERSION "25.1.0") +set(CMAKE_SYSTEM_PROCESSOR "arm64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/CMakeFiles/4.1.1/CompilerIdC/CMakeCCompilerId.c b/CMakeFiles/4.1.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000000..ab3c359312 --- /dev/null +++ b/CMakeFiles/4.1.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,934 @@ +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#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(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#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/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# 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 "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#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 +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + 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_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/CMakeFiles/4.1.1/CompilerIdC/apple-sdk.c b/CMakeFiles/4.1.1/CompilerIdC/apple-sdk.c new file mode 100644 index 0000000000..db846b4f5a --- /dev/null +++ b/CMakeFiles/4.1.1/CompilerIdC/apple-sdk.c @@ -0,0 +1 @@ +#include diff --git a/CMakeFiles/CMakeConfigureLog.yaml b/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000000..6df10df879 --- /dev/null +++ b/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,3270 @@ + +--- +events: + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake:12 (find_program)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_UNAME" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "uname" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/Users/jesperolsen/.local/bin/uname" + - "/opt/homebrew/opt/tcl-tk/bin/uname" + - "/opt/homebrew/bin/uname" + - "/opt/homebrew/sbin/uname" + - "/usr/local/bin/uname" + - "/System/Cryptexes/App/usr/bin/uname" + found: "/usr/bin/uname" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake:212 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Darwin - 25.1.0 - arm64 + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeUnixFindMake.cmake:5 (find_program)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_MAKE_PROGRAM" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gmake" + - "make" + - "smake" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/Users/jesperolsen/.local/bin/gmake" + - "/opt/homebrew/opt/tcl-tk/bin/gmake" + - "/opt/homebrew/bin/gmake" + - "/opt/homebrew/sbin/gmake" + - "/usr/local/bin/gmake" + - "/System/Cryptexes/App/usr/bin/gmake" + - "/usr/bin/gmake" + - "/bin/gmake" + - "/usr/sbin/gmake" + - "/sbin/gmake" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/gmake" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/gmake" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/gmake" + - "/opt/pmk/env/global/bin/gmake" + - "/Library/Apple/usr/bin/gmake" + - "/Users/jesperolsen/.cargo/bin/gmake" + - "/Applications/iTerm.app/Contents/Resources/utilities/gmake" + - "/Users/jesperolsen/.modular/bin/gmake" + - "/Users/jesperolsen/go/bin/gmake" + - "/Users/jesperolsen/.local/bin/make" + - "/opt/homebrew/opt/tcl-tk/bin/make" + - "/opt/homebrew/bin/make" + - "/opt/homebrew/sbin/make" + - "/usr/local/bin/make" + - "/System/Cryptexes/App/usr/bin/make" + found: "/usr/bin/make" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompiler.cmake:73 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:64 (_cmake_find_compiler)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_C_COMPILER" + description: "C compiler" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "cc" + - "gcc" + - "cl" + - "bcc" + - "xlc" + - "icx" + - "clang" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/Users/jesperolsen/.local/bin/cc" + - "/opt/homebrew/opt/tcl-tk/bin/cc" + - "/opt/homebrew/bin/cc" + - "/opt/homebrew/sbin/cc" + - "/usr/local/bin/cc" + - "/System/Cryptexes/App/usr/bin/cc" + found: "/usr/bin/cc" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCCompilerId.c.in" + candidate_directories: + - "/opt/homebrew/share/cmake/Modules/" + found: "/opt/homebrew/share/cmake/Modules/CMakeCCompilerId.c.in" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is AppleClang, found in: + /Users/jesperolsen/development/C/CMakeFiles/4.1.1/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:290 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Detecting C compiler apple sysroot: "/usr/bin/cc" "-E" "apple-sdk.c" + # 1 "apple-sdk.c" + # 1 "" 1 + # 1 "" 3 + # 466 "" 3 + # 1 "" 1 + # 1 "" 2 + # 1 "apple-sdk.c" 2 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 1 3 4 + # 89 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4 + # 90 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/TargetConditionals.h" 1 3 4 + # 91 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4 + # 207 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 1 3 4 + # 196 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4 + # 197 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4 + # 33 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4 + # 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 2 3 4 + # 198 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 1 3 4 + # 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 3 4 + # 1 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4 + # 35 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 2 3 4 + # 199 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4 + # 208 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4 + # 2 "apple-sdk.c" 2 + + + Found apple sysroot: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_AR" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ar" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + found: "/usr/bin/ar" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_RANLIB" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ranlib" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + found: "/usr/bin/ranlib" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_STRIP" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "strip" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + found: "/usr/bin/strip" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_LINKER" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ld" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + found: "/usr/bin/ld" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_NM" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "nm" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + found: "/usr/bin/nm" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_OBJDUMP" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "objdump" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + found: "/usr/bin/objdump" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_OBJCOPY" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "objcopy" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/usr/bin/objcopy" + - "/Users/jesperolsen/.local/bin/objcopy" + - "/opt/homebrew/opt/tcl-tk/bin/objcopy" + - "/opt/homebrew/bin/objcopy" + - "/opt/homebrew/sbin/objcopy" + - "/usr/local/bin/objcopy" + - "/System/Cryptexes/App/usr/bin/objcopy" + - "/bin/objcopy" + - "/usr/sbin/objcopy" + - "/sbin/objcopy" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/objcopy" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/objcopy" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/objcopy" + - "/opt/pmk/env/global/bin/objcopy" + - "/Library/Apple/usr/bin/objcopy" + - "/Users/jesperolsen/.cargo/bin/objcopy" + - "/Applications/iTerm.app/Contents/Resources/utilities/objcopy" + - "/Users/jesperolsen/.modular/bin/objcopy" + - "/Users/jesperolsen/go/bin/objcopy" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_READELF" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "readelf" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/usr/bin/readelf" + - "/Users/jesperolsen/.local/bin/readelf" + - "/opt/homebrew/opt/tcl-tk/bin/readelf" + - "/opt/homebrew/bin/readelf" + - "/opt/homebrew/sbin/readelf" + - "/usr/local/bin/readelf" + - "/System/Cryptexes/App/usr/bin/readelf" + - "/bin/readelf" + - "/usr/sbin/readelf" + - "/sbin/readelf" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/readelf" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/readelf" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/readelf" + - "/opt/pmk/env/global/bin/readelf" + - "/Library/Apple/usr/bin/readelf" + - "/Users/jesperolsen/.cargo/bin/readelf" + - "/Applications/iTerm.app/Contents/Resources/utilities/readelf" + - "/Users/jesperolsen/.modular/bin/readelf" + - "/Users/jesperolsen/go/bin/readelf" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_DLLTOOL" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "dlltool" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/usr/bin/dlltool" + - "/Users/jesperolsen/.local/bin/dlltool" + - "/opt/homebrew/opt/tcl-tk/bin/dlltool" + - "/opt/homebrew/bin/dlltool" + - "/opt/homebrew/sbin/dlltool" + - "/usr/local/bin/dlltool" + - "/System/Cryptexes/App/usr/bin/dlltool" + - "/bin/dlltool" + - "/usr/sbin/dlltool" + - "/sbin/dlltool" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/dlltool" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/dlltool" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/dlltool" + - "/opt/pmk/env/global/bin/dlltool" + - "/Library/Apple/usr/bin/dlltool" + - "/Users/jesperolsen/.cargo/bin/dlltool" + - "/Applications/iTerm.app/Contents/Resources/utilities/dlltool" + - "/Users/jesperolsen/.modular/bin/dlltool" + - "/Users/jesperolsen/go/bin/dlltool" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_ADDR2LINE" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "addr2line" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/usr/bin/addr2line" + - "/Users/jesperolsen/.local/bin/addr2line" + - "/opt/homebrew/opt/tcl-tk/bin/addr2line" + - "/opt/homebrew/bin/addr2line" + - "/opt/homebrew/sbin/addr2line" + - "/usr/local/bin/addr2line" + - "/System/Cryptexes/App/usr/bin/addr2line" + - "/bin/addr2line" + - "/usr/sbin/addr2line" + - "/sbin/addr2line" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/addr2line" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/addr2line" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/addr2line" + - "/opt/pmk/env/global/bin/addr2line" + - "/Library/Apple/usr/bin/addr2line" + - "/Users/jesperolsen/.cargo/bin/addr2line" + - "/Applications/iTerm.app/Contents/Resources/utilities/addr2line" + - "/Users/jesperolsen/.modular/bin/addr2line" + - "/Users/jesperolsen/go/bin/addr2line" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_TAPI" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "tapi" + candidate_directories: + - "/usr/bin/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/usr/bin/tapi" + - "/Users/jesperolsen/.local/bin/tapi" + - "/opt/homebrew/opt/tcl-tk/bin/tapi" + - "/opt/homebrew/bin/tapi" + - "/opt/homebrew/sbin/tapi" + - "/usr/local/bin/tapi" + - "/System/Cryptexes/App/usr/bin/tapi" + - "/bin/tapi" + - "/usr/sbin/tapi" + - "/sbin/tapi" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/tapi" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/tapi" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/tapi" + - "/opt/pmk/env/global/bin/tapi" + - "/Library/Apple/usr/bin/tapi" + - "/Users/jesperolsen/.cargo/bin/tapi" + - "/Applications/iTerm.app/Contents/Resources/utilities/tapi" + - "/Users/jesperolsen/.modular/bin/tapi" + - "/Users/jesperolsen/go/bin/tapi" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Platform/Darwin.cmake:76 (find_program)" + - "/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake:32 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_INSTALL_NAME_TOOL" + description: "Path to a program." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "install_name_tool" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + searched_directories: + - "/Users/jesperolsen/.local/bin/install_name_tool" + - "/opt/homebrew/opt/tcl-tk/bin/install_name_tool" + - "/opt/homebrew/bin/install_name_tool" + - "/opt/homebrew/sbin/install_name_tool" + - "/usr/local/bin/install_name_tool" + - "/System/Cryptexes/App/usr/bin/install_name_tool" + found: "/usr/bin/install_name_tool" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC" + binary: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_OSX_ARCHITECTURES: "" + CMAKE_OSX_DEPLOYMENT_TARGET: "" + CMAKE_OSX_SYSROOT: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC' + + Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6fdf/fast + /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e6fdf.dir/build.make CMakeFiles/cmTC_e6fdf.dir/build + Building C object CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c + Apple clang version 17.0.0 (clang-1700.3.19.1) + Target: arm64-apple-darwin25.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-macosx26.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.1 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC -target-linker-version 1221.4 -v -fcoverage-compilation-dir=/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -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 -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 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c + clang -cc1 version 17.0.0 (clang-1700.3.19.1) default target arm64-apple-darwin25.1.0 + ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" + ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + #include "..." search starts here: + #include <...> search starts here: + /usr/local/include + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory) + End of search list. + Linking C executable cmTC_e6fdf + /opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6fdf.dir/link.txt --verbose=1 + Apple clang version 17.0.0 (clang-1700.3.19.1) + Target: arm64-apple-darwin25.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 26.0.0 26.1 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_e6fdf -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a + @(#)PROGRAM:ld PROJECT:ld-1221.4 + BUILD 16:29:08 Aug 11 2025 + configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main + will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em + LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29) + TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.3.8) + Library search paths: + /usr/local/lib + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift + Framework search paths: + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks + /usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -o cmTC_e6fdf + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:122 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Effective list of requested architectures (possibly empty) : "" + Effective list of architectures found in the ABI info binary: "arm64" + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/local/include] + add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include] + add: [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include] + add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + end of search list found + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include] + collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX.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: [/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6fdf/fast] + ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e6fdf.dir/build.make CMakeFiles/cmTC_e6fdf.dir/build] + ignore line: [Building C object CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -arch arm64 -v -Wl -v -MD -MT CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Apple clang version 17.0.0 (clang-1700.3.19.1)] + ignore line: [Target: arm64-apple-darwin25.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-macosx26.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=26.1 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC -target-linker-version 1221.4 -v -fcoverage-compilation-dir=/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-lt3dmC -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks -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 -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 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [clang -cc1 version 17.0.0 (clang-1700.3.19.1) default target arm64-apple-darwin25.1.0] + ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include"] + ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/local/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include] + ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include] + ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] + ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)] + ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)] + ignore line: [End of search list.] + ignore line: [Linking C executable cmTC_e6fdf] + ignore line: [/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6fdf.dir/link.txt --verbose=1] + ignore line: [Apple clang version 17.0.0 (clang-1700.3.19.1)] + ignore line: [Target: arm64-apple-darwin25.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 26.0.0 26.1 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_e6fdf -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/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 [26.0.0] ==> ignore + arg [26.1] ==> ignore + arg [-syslibroot] ==> ignore + arg [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk] ==> ignore + arg [-mllvm] ==> ignore + arg [-enable-linkonceodr-outlining] ==> ignore + arg [-o] ==> ignore + arg [cmTC_e6fdf] ==> ignore + arg [-L/usr/local/lib] ==> dir [/usr/local/lib] + arg [-search_paths_first] ==> ignore + arg [-headerpad_max_install_names] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_e6fdf.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lSystem] ==> lib [System] + arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] + linker tool for 'C': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld + Library search paths: [;/usr/local/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift] + Framework search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks] + remove lib [System] + remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] + collapse library dir [/usr/local/lib] ==> [/usr/local/lib] + collapse library dir [/usr/local/lib] ==> [/usr/local/lib] + collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib] + collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift] + collapse framework dir [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks] + implicit libs: [] + implicit objs: [] + implicit dirs: [/usr/local/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift] + implicit fwks: [/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks] + + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Running the C compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v" + @(#)PROGRAM:ld PROJECT:ld-1221.4 + BUILD 16:29:08 Aug 11 2025 + configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main + will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em + LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29) + TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.3.8) + - + kind: "find-v1" + backtrace: + - "CMakeLists.txt:18 (find_library)" + mode: "library" + variable: "MATH_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "m" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + searched_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/lib/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:251 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:558 (_OPENMP_GET_FLAGS)" + - "CMakeLists.txt:24 (find_package)" + description: "Detecting C OpenMP compiler info" + directories: + source: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-A3MT4e" + binary: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-A3MT4e" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_OSX_ARCHITECTURES: "" + CMAKE_OSX_DEPLOYMENT_TARGET: "" + CMAKE_OSX_SYSROOT: "" + buildResult: + variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" + cached: true + stdout: | + Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-A3MT4e' + + Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5b786/fast + /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5b786.dir/build.make CMakeFiles/cmTC_5b786.dir/build + Building C object CMakeFiles/cmTC_5b786.dir/OpenMPTryFlag.c.o + /usr/bin/cc -Xclang -fopenmp -std=gnu11 -arch arm64 -MD -MT CMakeFiles/cmTC_5b786.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_5b786.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_5b786.dir/OpenMPTryFlag.c.o -c /Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-A3MT4e/OpenMPTryFlag.c + /Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-A3MT4e/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found + 2 | #include + | ^~~~~~~ + 1 error generated. + make[1]: *** [CMakeFiles/cmTC_5b786.dir/OpenMPTryFlag.c.o] Error 1 + make: *** [cmTC_5b786/fast] Error 2 + + exitCode: 2 + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:343 (find_library)" + - "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake:558 (_OPENMP_GET_FLAGS)" + - "CMakeLists.txt:24 (find_package)" + mode: "library" + variable: "OpenMP_libomp_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "omp" + - "gomp" + - "iomp5" + candidate_directories: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + searched_directories: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/swift/" + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/lib/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:165 (try_compile)" + - "CMakeLists.txt:35 (check_include_file)" + checks: + - "Looking for stdbool.h" + directories: + source: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-kE84ov" + binary: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-kE84ov" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_OSX_ARCHITECTURES: "" + CMAKE_OSX_DEPLOYMENT_TARGET: "" + CMAKE_OSX_SYSROOT: "" + buildResult: + variable: "HAS_STDBOOL_H" + cached: true + stdout: | + Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-kE84ov' + + Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8cd25/fast + /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8cd25.dir/build.make CMakeFiles/cmTC_8cd25.dir/build + Building C object CMakeFiles/cmTC_8cd25.dir/CheckIncludeFile.c.o + /usr/bin/cc -std=gnu11 -arch arm64 -MD -MT CMakeFiles/cmTC_8cd25.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_8cd25.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_8cd25.dir/CheckIncludeFile.c.o -c /Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-kE84ov/CheckIncludeFile.c + Linking C executable cmTC_8cd25 + /opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8cd25.dir/link.txt --verbose=1 + /usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8cd25.dir/CheckIncludeFile.c.o -o cmTC_8cd25 + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:165 (try_compile)" + - "CMakeLists.txt:36 (check_include_file)" + checks: + - "Looking for inttypes.h" + directories: + source: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-qiIK0F" + binary: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-qiIK0F" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_OSX_ARCHITECTURES: "" + CMAKE_OSX_DEPLOYMENT_TARGET: "" + CMAKE_OSX_SYSROOT: "" + buildResult: + variable: "HAS_INTTYPES_H" + cached: true + stdout: | + Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-qiIK0F' + + Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2bb0a/fast + /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2bb0a.dir/build.make CMakeFiles/cmTC_2bb0a.dir/build + Building C object CMakeFiles/cmTC_2bb0a.dir/CheckIncludeFile.c.o + /usr/bin/cc -std=gnu11 -arch arm64 -MD -MT CMakeFiles/cmTC_2bb0a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_2bb0a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_2bb0a.dir/CheckIncludeFile.c.o -c /Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-qiIK0F/CheckIncludeFile.c + Linking C executable cmTC_2bb0a + /opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bb0a.dir/link.txt --verbose=1 + /usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2bb0a.dir/CheckIncludeFile.c.o -o cmTC_2bb0a + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:165 (try_compile)" + - "CMakeLists.txt:37 (check_include_file)" + checks: + - "Looking for complex.h" + directories: + source: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-xIb6ht" + binary: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-xIb6ht" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_OSX_ARCHITECTURES: "" + CMAKE_OSX_DEPLOYMENT_TARGET: "" + CMAKE_OSX_SYSROOT: "" + buildResult: + variable: "HAS_COMPLEX_H" + cached: true + stdout: | + Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-xIb6ht' + + Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fac94/fast + /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fac94.dir/build.make CMakeFiles/cmTC_fac94.dir/build + Building C object CMakeFiles/cmTC_fac94.dir/CheckIncludeFile.c.o + /usr/bin/cc -std=gnu11 -arch arm64 -MD -MT CMakeFiles/cmTC_fac94.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_fac94.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_fac94.dir/CheckIncludeFile.c.o -c /Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-xIb6ht/CheckIncludeFile.c + Linking C executable cmTC_fac94 + /opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fac94.dir/link.txt --verbose=1 + /usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fac94.dir/CheckIncludeFile.c.o -o cmTC_fac94 + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:193 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake:98 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "CMakeLists.txt:39 (check_symbol_exists)" + checks: + - "Looking for complex" + directories: + source: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-SFYomm" + binary: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-SFYomm" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_OSX_ARCHITECTURES: "" + CMAKE_OSX_DEPLOYMENT_TARGET: "" + CMAKE_OSX_SYSROOT: "" + buildResult: + variable: "HAS_COMPLEX_TYPE" + cached: true + stdout: | + Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-SFYomm' + + Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7645c/fast + /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7645c.dir/build.make CMakeFiles/cmTC_7645c.dir/build + Building C object CMakeFiles/cmTC_7645c.dir/CheckSymbolExists.c.o + /usr/bin/cc -std=gnu11 -arch arm64 -MD -MT CMakeFiles/cmTC_7645c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_7645c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_7645c.dir/CheckSymbolExists.c.o -c /Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-SFYomm/CheckSymbolExists.c + Linking C executable cmTC_7645c + /opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7645c.dir/link.txt --verbose=1 + /usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7645c.dir/CheckSymbolExists.c.o -o cmTC_7645c + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindOpenGL.cmake:237 (find_library)" + - "graphics/CMakeLists.txt:1 (find_package)" + mode: "library" + variable: "OPENGL_gl_LIBRARY" + description: "OpenGL GL library" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "OpenGL" + - "GL" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/lib/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindOpenGL.cmake:239 (find_library)" + - "graphics/CMakeLists.txt:1 (find_package)" + mode: "library" + variable: "OPENGL_glu_LIBRARY" + description: "OpenGL GLU library" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "OpenGL" + - "GLU" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/lib/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindOpenGL.cmake:241 (find_path)" + - "graphics/CMakeLists.txt:1 (find_package)" + mode: "path" + variable: "OPENGL_INCLUDE_DIR" + description: "Include for OpenGL" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "OpenGL/gl.h" + - "GL/gl.h" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/include/" + - "/opt/homebrew/" + - "/usr/local/include/" + - "/usr/local/" + - "/usr/include/" + - "/usr/" + - "/include/" + - "/usr/X11R6/include/" + - "/usr/X11R6/" + - "/usr/pkg/include/" + - "/usr/pkg/" + - "/opt/include/" + - "/opt/" + - "/sw/include/" + - "/sw/" + - "/opt/local/include/" + - "/opt/local/" + - "/usr/include/X11/" + - "/Users/jesperolsen/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/Network/Library/Frameworks/" + - "/System/Library/Frameworks/" + searched_directories: + - "/Users/jesperolsen/.local/bin/OpenGL.framework/Headers/gl.h" + - "/opt/homebrew/opt/tcl-tk/bin/OpenGL.framework/Headers/gl.h" + - "/opt/homebrew/bin/OpenGL.framework/Headers/gl.h" + - "/opt/homebrew/sbin/OpenGL.framework/Headers/gl.h" + - "/usr/local/bin/OpenGL.framework/Headers/gl.h" + - "/System/Cryptexes/App/usr/bin/OpenGL.framework/Headers/gl.h" + - "/usr/bin/OpenGL.framework/Headers/gl.h" + - "/bin/OpenGL.framework/Headers/gl.h" + - "/usr/sbin/OpenGL.framework/Headers/gl.h" + - "/sbin/OpenGL.framework/Headers/gl.h" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/OpenGL.framework/Headers/gl.h" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/OpenGL.framework/Headers/gl.h" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/OpenGL.framework/Headers/gl.h" + - "/opt/pmk/env/global/bin/OpenGL.framework/Headers/gl.h" + - "/Library/Apple/usr/bin/OpenGL.framework/Headers/gl.h" + - "/Users/jesperolsen/.cargo/bin/OpenGL.framework/Headers/gl.h" + - "/Applications/iTerm.app/Contents/Resources/utilities/OpenGL.framework/Headers/gl.h" + - "/Users/jesperolsen/.modular/bin/OpenGL.framework/Headers/gl.h" + - "/Users/jesperolsen/go/bin/OpenGL.framework/Headers/gl.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/OpenGL.framework/Headers/gl.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/OpenGL.framework/Headers/gl.h" + - "/opt/homebrew/include/OpenGL.framework/Headers/gl.h" + - "/opt/homebrew/OpenGL.framework/Headers/gl.h" + - "/usr/local/include/OpenGL.framework/Headers/gl.h" + - "/usr/local/OpenGL.framework/Headers/gl.h" + - "/usr/include/OpenGL.framework/Headers/gl.h" + - "/usr/OpenGL.framework/Headers/gl.h" + - "/include/OpenGL.framework/Headers/gl.h" + - "/usr/X11R6/include/OpenGL.framework/Headers/gl.h" + - "/usr/X11R6/OpenGL.framework/Headers/gl.h" + - "/usr/pkg/include/OpenGL.framework/Headers/gl.h" + - "/usr/pkg/OpenGL.framework/Headers/gl.h" + - "/opt/include/OpenGL.framework/Headers/gl.h" + - "/opt/OpenGL.framework/Headers/gl.h" + - "/sw/include/OpenGL.framework/Headers/gl.h" + - "/sw/OpenGL.framework/Headers/gl.h" + - "/opt/local/include/OpenGL.framework/Headers/gl.h" + - "/opt/local/OpenGL.framework/Headers/gl.h" + - "/usr/include/X11/OpenGL.framework/Headers/gl.h" + - "/Users/jesperolsen/Library/Frameworks/OpenGL.framework/Headers/gl.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks/OpenGL.framework/Headers/gl.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks/OpenGL.framework/Headers/gl.h" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/usr/include/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindOpenGL.cmake:243 (find_path)" + - "graphics/CMakeLists.txt:1 (find_package)" + mode: "path" + variable: "OPENGL_GLU_INCLUDE_DIR" + description: "Include for the OpenGL GLU library" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "OpenGL/glu.h" + - "GL/glu.h" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/include/" + - "/opt/homebrew/" + - "/usr/local/include/" + - "/usr/local/" + - "/usr/include/" + - "/usr/" + - "/include/" + - "/usr/X11R6/include/" + - "/usr/X11R6/" + - "/usr/pkg/include/" + - "/usr/pkg/" + - "/opt/include/" + - "/opt/" + - "/sw/include/" + - "/sw/" + - "/opt/local/include/" + - "/opt/local/" + - "/usr/include/X11/" + - "/Users/jesperolsen/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/Network/Library/Frameworks/" + - "/System/Library/Frameworks/" + searched_directories: + - "/Users/jesperolsen/.local/bin/OpenGL.framework/Headers/glu.h" + - "/opt/homebrew/opt/tcl-tk/bin/OpenGL.framework/Headers/glu.h" + - "/opt/homebrew/bin/OpenGL.framework/Headers/glu.h" + - "/opt/homebrew/sbin/OpenGL.framework/Headers/glu.h" + - "/usr/local/bin/OpenGL.framework/Headers/glu.h" + - "/System/Cryptexes/App/usr/bin/OpenGL.framework/Headers/glu.h" + - "/usr/bin/OpenGL.framework/Headers/glu.h" + - "/bin/OpenGL.framework/Headers/glu.h" + - "/usr/sbin/OpenGL.framework/Headers/glu.h" + - "/sbin/OpenGL.framework/Headers/glu.h" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/OpenGL.framework/Headers/glu.h" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/OpenGL.framework/Headers/glu.h" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/OpenGL.framework/Headers/glu.h" + - "/opt/pmk/env/global/bin/OpenGL.framework/Headers/glu.h" + - "/Library/Apple/usr/bin/OpenGL.framework/Headers/glu.h" + - "/Users/jesperolsen/.cargo/bin/OpenGL.framework/Headers/glu.h" + - "/Applications/iTerm.app/Contents/Resources/utilities/OpenGL.framework/Headers/glu.h" + - "/Users/jesperolsen/.modular/bin/OpenGL.framework/Headers/glu.h" + - "/Users/jesperolsen/go/bin/OpenGL.framework/Headers/glu.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/OpenGL.framework/Headers/glu.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/OpenGL.framework/Headers/glu.h" + - "/opt/homebrew/include/OpenGL.framework/Headers/glu.h" + - "/opt/homebrew/OpenGL.framework/Headers/glu.h" + - "/usr/local/include/OpenGL.framework/Headers/glu.h" + - "/usr/local/OpenGL.framework/Headers/glu.h" + - "/usr/include/OpenGL.framework/Headers/glu.h" + - "/usr/OpenGL.framework/Headers/glu.h" + - "/include/OpenGL.framework/Headers/glu.h" + - "/usr/X11R6/include/OpenGL.framework/Headers/glu.h" + - "/usr/X11R6/OpenGL.framework/Headers/glu.h" + - "/usr/pkg/include/OpenGL.framework/Headers/glu.h" + - "/usr/pkg/OpenGL.framework/Headers/glu.h" + - "/opt/include/OpenGL.framework/Headers/glu.h" + - "/opt/OpenGL.framework/Headers/glu.h" + - "/sw/include/OpenGL.framework/Headers/glu.h" + - "/sw/OpenGL.framework/Headers/glu.h" + - "/opt/local/include/OpenGL.framework/Headers/glu.h" + - "/opt/local/OpenGL.framework/Headers/glu.h" + - "/usr/include/X11/OpenGL.framework/Headers/glu.h" + - "/Users/jesperolsen/Library/Frameworks/OpenGL.framework/Headers/glu.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks/OpenGL.framework/Headers/glu.h" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks/OpenGL.framework/Headers/glu.h" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/usr/include/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindPkgConfig.cmake:69 (find_program)" + - "/opt/homebrew/share/cmake/Modules/FindGLUT.cmake:74 (find_package)" + - "graphics/CMakeLists.txt:3 (find_package)" + mode: "program" + variable: "PKG_CONFIG_EXECUTABLE" + description: "pkg-config executable" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "pkg-config" + - "pkgconf" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/sbin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/opt/homebrew/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/" + - "/bin/" + - "/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/" + - "/usr/pkg/" + - "/opt/bin/" + - "/opt/sbin/" + - "/opt/" + - "/sw/bin/" + - "/sw/sbin/" + - "/sw/" + - "/opt/local/bin/" + - "/opt/local/sbin/" + - "/opt/local/" + - "/Users/jesperolsen/Applications/" + - "/Applications/" + - "/Applications/Xcode.app/Contents/Applications/" + - "/Applications/Xcode.app/Contents/Developer/Applications/" + searched_directories: + - "/Users/jesperolsen/.local/bin/pkg-config" + - "/Users/jesperolsen/.local/bin/pkgconf" + - "/opt/homebrew/opt/tcl-tk/bin/pkg-config" + - "/opt/homebrew/opt/tcl-tk/bin/pkgconf" + found: "/opt/homebrew/bin/pkg-config" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_APPBUNDLE_PATH: + - "/Users/jesperolsen/Applications" + - "/Applications" + - "/Applications/Xcode.app/Contents/Applications" + - "/Applications/Xcode.app/Contents/Developer/Applications" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindGLUT.cmake:106 (find_path)" + - "graphics/CMakeLists.txt:3 (find_package)" + mode: "path" + variable: "GLUT_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "glut.h" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/include/" + - "/opt/homebrew/" + - "/usr/local/include/" + - "/usr/local/" + - "/usr/include/" + - "/usr/" + - "/include/" + - "/usr/X11R6/include/" + - "/usr/X11R6/" + - "/usr/pkg/include/" + - "/usr/pkg/" + - "/opt/include/" + - "/opt/" + - "/sw/include/" + - "/sw/" + - "/opt/local/include/" + - "/opt/local/" + - "/usr/include/X11/" + - "/Users/jesperolsen/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/Network/Library/Frameworks/" + - "/System/Library/Frameworks/" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/usr/include/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindGLUT.cmake:108 (find_library)" + - "graphics/CMakeLists.txt:3 (find_package)" + mode: "library" + variable: "GLUT_glut_LIBRARY" + description: "GLUT library for OSX" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GLUT" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/lib/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindGLUT.cmake:109 (find_library)" + - "graphics/CMakeLists.txt:3 (find_package)" + mode: "library" + variable: "GLUT_cocoa_LIBRARY" + description: "Cocoa framework for OSX" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "FIRST" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "Cocoa" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/lib/" + - "/opt/homebrew/" + - "/usr/local/lib/" + - "/usr/local/" + - "/usr/lib/" + - "/usr/" + - "/opt/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/" + - "/Library/Developer/CommandLineTools/Library/Frameworks/" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/" + - "/Library/Frameworks/" + - "/System/Library/Frameworks/" + found: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/usr/lib/X11" + CMAKE_SYSTEM_FRAMEWORK_PATH: + - "~/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Network/Library/Frameworks" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" + - "/Library/Developer/CommandLineTools/Library/Frameworks" + - "/Applications/Xcode.app/Contents/Developer/Library/Frameworks" + - "/Library/Frameworks" + - "/Network/Library/Frameworks" + - "/System/Library/Frameworks" + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake:165 (try_compile)" + - "client_server/CMakeLists.txt:6 (CHECK_INCLUDE_FILE)" + checks: + - "Looking for arpa/inet.h" + directories: + source: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-3Z5KXs" + binary: "/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-3Z5KXs" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_OSX_ARCHITECTURES: "" + CMAKE_OSX_DEPLOYMENT_TARGET: "" + CMAKE_OSX_SYSROOT: "" + buildResult: + variable: "ARPA_HEADERS" + cached: true + stdout: | + Change Dir: '/Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-3Z5KXs' + + Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3768c/fast + /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3768c.dir/build.make CMakeFiles/cmTC_3768c.dir/build + Building C object CMakeFiles/cmTC_3768c.dir/CheckIncludeFile.c.o + /usr/bin/cc -std=gnu11 -arch arm64 -MD -MT CMakeFiles/cmTC_3768c.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_3768c.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_3768c.dir/CheckIncludeFile.c.o -c /Users/jesperolsen/development/C/CMakeFiles/CMakeScratch/TryCompile-3Z5KXs/CheckIncludeFile.c + Linking C executable cmTC_3768c + /opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3768c.dir/link.txt --verbose=1 + /usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3768c.dir/CheckIncludeFile.c.o -o cmTC_3768c + + exitCode: 0 + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindDoxygen.cmake:753 (find_program)" + - "/opt/homebrew/share/cmake/Modules/FindDoxygen.cmake:937 (_Doxygen_find_doxygen)" + - "CMakeLists.txt:72 (find_package)" + mode: "program" + variable: "DOXYGEN_EXECUTABLE" + description: "Doxygen documentation generation tool (https://www.doxygen.nl)" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "doxygen" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/sbin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/opt/homebrew/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/" + - "/bin/" + - "/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/" + - "/usr/pkg/" + - "/opt/bin/" + - "/opt/sbin/" + - "/opt/" + - "/sw/bin/" + - "/sw/sbin/" + - "/sw/" + - "/opt/local/bin/" + - "/opt/local/sbin/" + - "/opt/local/" + - "/Users/jesperolsen/Applications/" + - "/Applications/" + - "/Applications/Xcode.app/Contents/Applications/" + - "/Applications/Xcode.app/Contents/Developer/Applications/" + - "/Applications/Doxygen.app/Contents/Resources/" + - "/Applications/Doxygen.app/Contents/MacOS/" + - "/Applications/Utilities/Doxygen.app/Contents/Resources/" + - "/Applications/Utilities/Doxygen.app/Contents/MacOS/" + searched_directories: + - "/Users/jesperolsen/.local/bin/doxygen" + - "/opt/homebrew/opt/tcl-tk/bin/doxygen" + - "/opt/homebrew/bin/doxygen" + - "/opt/homebrew/sbin/doxygen" + - "/usr/local/bin/doxygen" + - "/System/Cryptexes/App/usr/bin/doxygen" + - "/usr/bin/doxygen" + - "/bin/doxygen" + - "/usr/sbin/doxygen" + - "/sbin/doxygen" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/doxygen" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/doxygen" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/doxygen" + - "/opt/pmk/env/global/bin/doxygen" + - "/Library/Apple/usr/bin/doxygen" + - "/Users/jesperolsen/.cargo/bin/doxygen" + - "/Applications/iTerm.app/Contents/Resources/utilities/doxygen" + - "/Users/jesperolsen/.modular/bin/doxygen" + - "/Users/jesperolsen/go/bin/doxygen" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/bin/doxygen" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/sbin/doxygen" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/doxygen" + - "/opt/homebrew/bin/doxygen" + - "/opt/homebrew/sbin/doxygen" + - "/opt/homebrew/doxygen" + - "/usr/local/bin/doxygen" + - "/usr/local/sbin/doxygen" + - "/usr/local/doxygen" + - "/usr/bin/doxygen" + - "/usr/sbin/doxygen" + - "/usr/doxygen" + - "/bin/doxygen" + - "/sbin/doxygen" + - "/usr/X11R6/bin/doxygen" + - "/usr/X11R6/sbin/doxygen" + - "/usr/X11R6/doxygen" + - "/usr/pkg/bin/doxygen" + - "/usr/pkg/sbin/doxygen" + - "/usr/pkg/doxygen" + - "/opt/bin/doxygen" + - "/opt/sbin/doxygen" + - "/opt/doxygen" + - "/sw/bin/doxygen" + - "/sw/sbin/doxygen" + - "/sw/doxygen" + - "/opt/local/bin/doxygen" + - "/opt/local/sbin/doxygen" + - "/opt/local/doxygen" + - "/Users/jesperolsen/Applications/doxygen" + - "/Applications/doxygen" + - "/Applications/Xcode.app/Contents/Applications/doxygen" + - "/Applications/Xcode.app/Contents/Developer/Applications/doxygen" + - "/Applications/Doxygen.app/Contents/Resources/doxygen" + - "/Applications/Doxygen.app/Contents/MacOS/doxygen" + - "/Applications/Utilities/Doxygen.app/Contents/Resources/doxygen" + - "/Applications/Utilities/Doxygen.app/Contents/MacOS/doxygen" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_APPBUNDLE_PATH: + - "/Users/jesperolsen/Applications" + - "/Applications" + - "/Applications/Xcode.app/Contents/Applications" + - "/Applications/Xcode.app/Contents/Developer/Applications" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindDoxygen.cmake:840 (find_program)" + - "/opt/homebrew/share/cmake/Modules/FindDoxygen.cmake:941 (_Doxygen_find_dot)" + - "CMakeLists.txt:72 (find_package)" + mode: "program" + variable: "DOXYGEN_DOT_EXECUTABLE" + description: "Dot tool for use with Doxygen" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "dot" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/sbin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/opt/homebrew/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/" + - "/bin/" + - "/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/" + - "/usr/pkg/" + - "/opt/bin/" + - "/opt/sbin/" + - "/opt/" + - "/sw/bin/" + - "/sw/sbin/" + - "/sw/" + - "/opt/local/bin/" + - "/opt/local/sbin/" + - "/opt/local/" + - "/Users/jesperolsen/Applications/" + - "/Applications/" + - "/Applications/Xcode.app/Contents/Applications/" + - "/Applications/Xcode.app/Contents/Developer/Applications/" + - "/ATT/Graphviz/bin/" + - "C:/Program Files/ATT/Graphviz/bin/" + - "/Applications/Graphviz.app/Contents/MacOS/" + - "/Applications/Utilities/Graphviz.app/Contents/MacOS/" + - "/Applications/Doxygen.app/Contents/Resources/" + - "/Applications/Doxygen.app/Contents/MacOS/" + - "/Applications/Utilities/Doxygen.app/Contents/Resources/" + - "/Applications/Utilities/Doxygen.app/Contents/MacOS/" + searched_directories: + - "/Users/jesperolsen/.local/bin/dot" + - "/opt/homebrew/opt/tcl-tk/bin/dot" + found: "/opt/homebrew/bin/dot" + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_APPBUNDLE_PATH: + - "/Users/jesperolsen/Applications" + - "/Applications" + - "/Applications/Xcode.app/Contents/Applications" + - "/Applications/Xcode.app/Contents/Developer/Applications" + - + kind: "find-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/FindDoxygen.cmake:792 (find_program)" + - "/opt/homebrew/share/cmake/Modules/FindDoxygen.cmake:939 (_Doxygen_find_dia)" + - "CMakeLists.txt:72 (find_package)" + mode: "program" + variable: "DOXYGEN_DIA_EXECUTABLE" + description: "Diagram Editor tool for use with Doxygen" + settings: + SearchFramework: "FIRST" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "dia" + candidate_directories: + - "/Users/jesperolsen/.local/bin/" + - "/opt/homebrew/opt/tcl-tk/bin/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/usr/local/bin/" + - "/System/Cryptexes/App/usr/bin/" + - "/usr/bin/" + - "/bin/" + - "/usr/sbin/" + - "/sbin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/" + - "/opt/pmk/env/global/bin/" + - "/Library/Apple/usr/bin/" + - "/Users/jesperolsen/.cargo/bin/" + - "/Applications/iTerm.app/Contents/Resources/utilities/" + - "/Users/jesperolsen/.modular/bin/" + - "/Users/jesperolsen/go/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/bin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/sbin/" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/" + - "/opt/homebrew/bin/" + - "/opt/homebrew/sbin/" + - "/opt/homebrew/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + - "/usr/bin/" + - "/usr/sbin/" + - "/usr/" + - "/bin/" + - "/sbin/" + - "/usr/X11R6/bin/" + - "/usr/X11R6/sbin/" + - "/usr/X11R6/" + - "/usr/pkg/bin/" + - "/usr/pkg/sbin/" + - "/usr/pkg/" + - "/opt/bin/" + - "/opt/sbin/" + - "/opt/" + - "/sw/bin/" + - "/sw/sbin/" + - "/sw/" + - "/opt/local/bin/" + - "/opt/local/sbin/" + - "/opt/local/" + - "/Users/jesperolsen/Applications/" + - "/Applications/" + - "/Applications/Xcode.app/Contents/Applications/" + - "/Applications/Xcode.app/Contents/Developer/Applications/" + - "/Dia/" + searched_directories: + - "/Users/jesperolsen/.local/bin/dia" + - "/opt/homebrew/opt/tcl-tk/bin/dia" + - "/opt/homebrew/bin/dia" + - "/opt/homebrew/sbin/dia" + - "/usr/local/bin/dia" + - "/System/Cryptexes/App/usr/bin/dia" + - "/usr/bin/dia" + - "/bin/dia" + - "/usr/sbin/dia" + - "/sbin/dia" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/dia" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/dia" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/dia" + - "/opt/pmk/env/global/bin/dia" + - "/Library/Apple/usr/bin/dia" + - "/Users/jesperolsen/.cargo/bin/dia" + - "/Applications/iTerm.app/Contents/Resources/utilities/dia" + - "/Users/jesperolsen/.modular/bin/dia" + - "/Users/jesperolsen/go/bin/dia" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/bin/dia" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/sbin/dia" + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/dia" + - "/opt/homebrew/bin/dia" + - "/opt/homebrew/sbin/dia" + - "/opt/homebrew/dia" + - "/usr/local/bin/dia" + - "/usr/local/sbin/dia" + - "/usr/local/dia" + - "/usr/bin/dia" + - "/usr/sbin/dia" + - "/usr/dia" + - "/bin/dia" + - "/sbin/dia" + - "/usr/X11R6/bin/dia" + - "/usr/X11R6/sbin/dia" + - "/usr/X11R6/dia" + - "/usr/pkg/bin/dia" + - "/usr/pkg/sbin/dia" + - "/usr/pkg/dia" + - "/opt/bin/dia" + - "/opt/sbin/dia" + - "/opt/dia" + - "/sw/bin/dia" + - "/sw/sbin/dia" + - "/sw/dia" + - "/opt/local/bin/dia" + - "/opt/local/sbin/dia" + - "/opt/local/dia" + - "/Users/jesperolsen/Applications/dia" + - "/Applications/dia" + - "/Applications/Xcode.app/Contents/Applications/dia" + - "/Applications/Xcode.app/Contents/Developer/Applications/dia" + - "/Dia/dia" + found: false + search_context: + ENV{PATH}: + - "/Users/jesperolsen/.local/bin" + - "/opt/homebrew/opt/tcl-tk/bin" + - "/opt/homebrew/bin" + - "/opt/homebrew/sbin" + - "/usr/local/bin" + - "/System/Cryptexes/App/usr/bin" + - "/usr/bin" + - "/bin" + - "/usr/sbin" + - "/sbin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin" + - "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" + - "/opt/pmk/env/global/bin" + - "/Library/Apple/usr/bin" + - "/Users/jesperolsen/.cargo/bin" + - "/Applications/iTerm.app/Contents/Resources/utilities" + - "/Users/jesperolsen/.modular/bin" + - "/Users/jesperolsen/go/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr" + - "/opt/homebrew" + - "/usr/local" + - "/usr" + - "/" + - "/opt/homebrew" + - "/usr/local" + - "/usr/X11R6" + - "/usr/pkg" + - "/opt" + - "/sw" + - "/opt/local" + CMAKE_SYSTEM_APPBUNDLE_PATH: + - "/Users/jesperolsen/Applications" + - "/Applications" + - "/Applications/Xcode.app/Contents/Applications" + - "/Applications/Xcode.app/Contents/Developer/Applications" +... diff --git a/CMakeFiles/CMakeDirectoryInformation.cmake b/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/CMakeFiles/InstallScripts.json b/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000000..a0ff90a304 --- /dev/null +++ b/CMakeFiles/InstallScripts.json @@ -0,0 +1,25 @@ +{ + "InstallScripts" : + [ + "/Users/jesperolsen/development/C/cmake_install.cmake", + "/Users/jesperolsen/development/C/developer_tools/cmake_install.cmake", + "/Users/jesperolsen/development/C/hash/cmake_install.cmake", + "/Users/jesperolsen/development/C/misc/cmake_install.cmake", + "/Users/jesperolsen/development/C/games/cmake_install.cmake", + "/Users/jesperolsen/development/C/audio/cmake_install.cmake", + "/Users/jesperolsen/development/C/sorting/cmake_install.cmake", + "/Users/jesperolsen/development/C/geometry/cmake_install.cmake", + "/Users/jesperolsen/development/C/graphics/cmake_install.cmake", + "/Users/jesperolsen/development/C/searching/cmake_install.cmake", + "/Users/jesperolsen/development/C/conversions/cmake_install.cmake", + "/Users/jesperolsen/development/C/client_server/cmake_install.cmake", + "/Users/jesperolsen/development/C/project_euler/cmake_install.cmake", + "/Users/jesperolsen/development/C/machine_learning/cmake_install.cmake", + "/Users/jesperolsen/development/C/process_scheduling_algorithms/cmake_install.cmake", + "/Users/jesperolsen/development/C/numerical_methods/cmake_install.cmake", + "/Users/jesperolsen/development/C/math/cmake_install.cmake", + "/Users/jesperolsen/development/C/cipher/cmake_install.cmake", + "/Users/jesperolsen/development/C/dynamic_programming/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/CMakeFiles/Makefile.cmake b/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000000..1d205784cd --- /dev/null +++ b/CMakeFiles/Makefile.cmake @@ -0,0 +1,362 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/4.1.1/CMakeCCompiler.cmake" + "CMakeFiles/4.1.1/CMakeSystem.cmake" + "CMakeLists.txt" + "audio/CMakeLists.txt" + "cipher/CMakeLists.txt" + "client_server/CMakeLists.txt" + "conversions/CMakeLists.txt" + "developer_tools/CMakeLists.txt" + "dynamic_programming/CMakeLists.txt" + "games/CMakeLists.txt" + "geometry/CMakeLists.txt" + "graphics/CMakeLists.txt" + "hash/CMakeLists.txt" + "machine_learning/CMakeLists.txt" + "math/CMakeLists.txt" + "misc/CMakeLists.txt" + "numerical_methods/CMakeLists.txt" + "process_scheduling_algorithms/CMakeLists.txt" + "project_euler/CMakeLists.txt" + "searching/CMakeLists.txt" + "sorting/CMakeLists.txt" + "/opt/homebrew/share/cmake/Modules/CMakeCCompiler.cmake.in" + "/opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c" + "/opt/homebrew/share/cmake/Modules/CMakeCInformation.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeGenericSystem.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeSystem.cmake.in" + "/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + "/opt/homebrew/share/cmake/Modules/CMakeUnixFindMake.cmake" + "/opt/homebrew/share/cmake/Modules/CPack.cmake" + "/opt/homebrew/share/cmake/Modules/CPackComponent.cmake" + "/opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake" + "/opt/homebrew/share/cmake/Modules/CheckSymbolExists.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/AppleClang-C.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Clang.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/opt/homebrew/share/cmake/Modules/FindDoxygen.cmake" + "/opt/homebrew/share/cmake/Modules/FindGLUT.cmake" + "/opt/homebrew/share/cmake/Modules/FindOpenGL.cmake" + "/opt/homebrew/share/cmake/Modules/FindOpenMP.cmake" + "/opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + "/opt/homebrew/share/cmake/Modules/FindPackageMessage.cmake" + "/opt/homebrew/share/cmake/Modules/FindPkgConfig.cmake" + "/opt/homebrew/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" + "/opt/homebrew/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/opt/homebrew/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + "/opt/homebrew/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake" + "/opt/homebrew/share/cmake/Modules/Internal/FeatureTesting.cmake" + "/opt/homebrew/share/cmake/Modules/Linker/AppleClang-C.cmake" + "/opt/homebrew/share/cmake/Modules/Linker/AppleClang.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/Apple-AppleClang-C.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/Apple-Clang-C.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/Apple-Clang.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/Darwin-Initialize.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/Darwin.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/Linker/Apple-AppleClang-C.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/Linker/Apple-AppleClang.cmake" + "/opt/homebrew/share/cmake/Modules/Platform/UnixPaths.cmake" + "/opt/homebrew/share/cmake/Modules/SelectLibraryConfigurations.cmake" + "/opt/homebrew/share/cmake/Templates/CPackConfig.cmake.in" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/4.1.1/CMakeSystem.cmake" + "CMakeFiles/4.1.1/CMakeCCompiler.cmake" + "CMakeFiles/4.1.1/CMakeCCompiler.cmake" + "CMakeFiles/4.1.1/CMakeCCompiler.cmake" + "CPackConfig.cmake" + "CPackSourceConfig.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "developer_tools/CMakeFiles/CMakeDirectoryInformation.cmake" + "hash/CMakeFiles/CMakeDirectoryInformation.cmake" + "misc/CMakeFiles/CMakeDirectoryInformation.cmake" + "games/CMakeFiles/CMakeDirectoryInformation.cmake" + "audio/CMakeFiles/CMakeDirectoryInformation.cmake" + "sorting/CMakeFiles/CMakeDirectoryInformation.cmake" + "geometry/CMakeFiles/CMakeDirectoryInformation.cmake" + "graphics/CMakeFiles/CMakeDirectoryInformation.cmake" + "searching/CMakeFiles/CMakeDirectoryInformation.cmake" + "conversions/CMakeFiles/CMakeDirectoryInformation.cmake" + "client_server/CMakeFiles/CMakeDirectoryInformation.cmake" + "project_euler/CMakeFiles/CMakeDirectoryInformation.cmake" + "machine_learning/CMakeFiles/CMakeDirectoryInformation.cmake" + "process_scheduling_algorithms/CMakeFiles/CMakeDirectoryInformation.cmake" + "numerical_methods/CMakeFiles/CMakeDirectoryInformation.cmake" + "math/CMakeFiles/CMakeDirectoryInformation.cmake" + "cipher/CMakeFiles/CMakeDirectoryInformation.cmake" + "dynamic_programming/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "developer_tools/CMakeFiles/malloc_dbg.dir/DependInfo.cmake" + "developer_tools/CMakeFiles/test_malloc_dbg.dir/DependInfo.cmake" + "developer_tools/CMakeFiles/test_min_printf.dir/DependInfo.cmake" + "hash/CMakeFiles/hash_adler32.dir/DependInfo.cmake" + "hash/CMakeFiles/hash_blake2b.dir/DependInfo.cmake" + "hash/CMakeFiles/hash_crc32.dir/DependInfo.cmake" + "hash/CMakeFiles/hash_djb2.dir/DependInfo.cmake" + "hash/CMakeFiles/hash_sdbm.dir/DependInfo.cmake" + "hash/CMakeFiles/hash_xor8.dir/DependInfo.cmake" + "misc/CMakeFiles/demonetization.dir/DependInfo.cmake" + "misc/CMakeFiles/hamming_distance.dir/DependInfo.cmake" + "misc/CMakeFiles/lexicographic_permutations.dir/DependInfo.cmake" + "misc/CMakeFiles/longest_subsequence.dir/DependInfo.cmake" + "misc/CMakeFiles/mcnaughton_yamada_thompson.dir/DependInfo.cmake" + "misc/CMakeFiles/mirror.dir/DependInfo.cmake" + "misc/CMakeFiles/pid.dir/DependInfo.cmake" + "misc/CMakeFiles/poly_add.dir/DependInfo.cmake" + "misc/CMakeFiles/postfix_evaluation.dir/DependInfo.cmake" + "misc/CMakeFiles/quartile.dir/DependInfo.cmake" + "misc/CMakeFiles/rselect.dir/DependInfo.cmake" + "misc/CMakeFiles/run_length_encoding.dir/DependInfo.cmake" + "misc/CMakeFiles/shunting_yard.dir/DependInfo.cmake" + "misc/CMakeFiles/sudoku_solver.dir/DependInfo.cmake" + "misc/CMakeFiles/tower_of_hanoi.dir/DependInfo.cmake" + "misc/CMakeFiles/union_find.dir/DependInfo.cmake" + "games/CMakeFiles/hangman.dir/DependInfo.cmake" + "games/CMakeFiles/naval_battle.dir/DependInfo.cmake" + "games/CMakeFiles/tic_tac_toe.dir/DependInfo.cmake" + "audio/CMakeFiles/alaw.dir/DependInfo.cmake" + "sorting/CMakeFiles/bead_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/binary_insertion_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/bogo_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/bubble_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/bubble_sort_2.dir/DependInfo.cmake" + "sorting/CMakeFiles/bubble_sort_recursion.dir/DependInfo.cmake" + "sorting/CMakeFiles/bucket_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/cocktail_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/comb_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/counting_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/cycle_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/gnome_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/heap_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/heap_sort_2.dir/DependInfo.cmake" + "sorting/CMakeFiles/insertion_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/insertion_sort_recursive.dir/DependInfo.cmake" + "sorting/CMakeFiles/merge_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/merge_sort_nr.dir/DependInfo.cmake" + "sorting/CMakeFiles/multikey_quick_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/odd_even_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/pancake_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/partition_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/patience_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/pigeonhole_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/quick_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/radix_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/radix_sort_2.dir/DependInfo.cmake" + "sorting/CMakeFiles/random_quick_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/selection_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/selection_sort_recursive.dir/DependInfo.cmake" + "sorting/CMakeFiles/shaker_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/shell_sort.dir/DependInfo.cmake" + "sorting/CMakeFiles/shell_sort2.dir/DependInfo.cmake" + "sorting/CMakeFiles/stooge_sort.dir/DependInfo.cmake" + "geometry/CMakeFiles/quaternions.dir/DependInfo.cmake" + "geometry/CMakeFiles/vectors_3d.dir/DependInfo.cmake" + "graphics/CMakeFiles/spirograph.dir/DependInfo.cmake" + "searching/CMakeFiles/binary_search.dir/DependInfo.cmake" + "searching/CMakeFiles/exponential_search.dir/DependInfo.cmake" + "searching/CMakeFiles/fibonacci_search.dir/DependInfo.cmake" + "searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/DependInfo.cmake" + "searching/CMakeFiles/interpolation_search.dir/DependInfo.cmake" + "searching/CMakeFiles/jump_search.dir/DependInfo.cmake" + "searching/CMakeFiles/linear_search.dir/DependInfo.cmake" + "searching/CMakeFiles/modified_binary_search.dir/DependInfo.cmake" + "searching/CMakeFiles/other_binary_search.dir/DependInfo.cmake" + "searching/CMakeFiles/sentinel_linear_search.dir/DependInfo.cmake" + "searching/CMakeFiles/ternary_search.dir/DependInfo.cmake" + "conversions/CMakeFiles/binary_to_decimal.dir/DependInfo.cmake" + "conversions/CMakeFiles/binary_to_hexadecimal.dir/DependInfo.cmake" + "conversions/CMakeFiles/binary_to_octal.dir/DependInfo.cmake" + "conversions/CMakeFiles/c_atoi_str_to_integer.dir/DependInfo.cmake" + "conversions/CMakeFiles/celsius_to_fahrenheit.dir/DependInfo.cmake" + "conversions/CMakeFiles/decimal_to_any_base.dir/DependInfo.cmake" + "conversions/CMakeFiles/decimal_to_binary.dir/DependInfo.cmake" + "conversions/CMakeFiles/decimal_to_binary_recursion.dir/DependInfo.cmake" + "conversions/CMakeFiles/decimal_to_hexa.dir/DependInfo.cmake" + "conversions/CMakeFiles/decimal_to_octal.dir/DependInfo.cmake" + "conversions/CMakeFiles/decimal_to_octal_recursion.dir/DependInfo.cmake" + "conversions/CMakeFiles/hexadecimal_to_octal.dir/DependInfo.cmake" + "conversions/CMakeFiles/hexadecimal_to_octal2.dir/DependInfo.cmake" + "conversions/CMakeFiles/infix_to_postfix.dir/DependInfo.cmake" + "conversions/CMakeFiles/infix_to_postfix2.dir/DependInfo.cmake" + "conversions/CMakeFiles/int_to_string.dir/DependInfo.cmake" + "conversions/CMakeFiles/octal_to_binary.dir/DependInfo.cmake" + "conversions/CMakeFiles/octal_to_decimal.dir/DependInfo.cmake" + "conversions/CMakeFiles/octal_to_hexadecimal.dir/DependInfo.cmake" + "conversions/CMakeFiles/roman_numerals_to_decimal.dir/DependInfo.cmake" + "conversions/CMakeFiles/to_decimal.dir/DependInfo.cmake" + "client_server/CMakeFiles/client.dir/DependInfo.cmake" + "client_server/CMakeFiles/remote_command_exec_udp_client.dir/DependInfo.cmake" + "client_server/CMakeFiles/remote_command_exec_udp_server.dir/DependInfo.cmake" + "client_server/CMakeFiles/server.dir/DependInfo.cmake" + "client_server/CMakeFiles/tcp_full_duplex_client.dir/DependInfo.cmake" + "client_server/CMakeFiles/tcp_full_duplex_server.dir/DependInfo.cmake" + "client_server/CMakeFiles/tcp_half_duplex_client.dir/DependInfo.cmake" + "client_server/CMakeFiles/tcp_half_duplex_server.dir/DependInfo.cmake" + "client_server/CMakeFiles/udp_client.dir/DependInfo.cmake" + "client_server/CMakeFiles/udp_server.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_1-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_1-sol2.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_1-sol3.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_1-sol4.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_10-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_10-sol2.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_12-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_13-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_14-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_15-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_16-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_19-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_2-so1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_20-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_21-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_22-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_23-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_23-sol2.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_25-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_26-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_3-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_3-sol2.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_4-sol.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_401-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_5-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_5-sol2.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_5-sol3.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_6-sol.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_7-sol.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_7-sol2.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_8-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_8-sol2.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_9-sol1.dir/DependInfo.cmake" + "project_euler/CMakeFiles/problem_9-sol2.dir/DependInfo.cmake" + "machine_learning/CMakeFiles/adaline_learning.dir/DependInfo.cmake" + "machine_learning/CMakeFiles/k_means_clustering.dir/DependInfo.cmake" + "machine_learning/CMakeFiles/kohonen_som_topology.dir/DependInfo.cmake" + "machine_learning/CMakeFiles/kohonen_som_trace.dir/DependInfo.cmake" + "process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/bisection_method.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/durand_kerner_roots.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/gauss_elimination.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/gauss_seidel_method.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/lagrange_theorem.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/lu_decompose.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/mean.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/median.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/newton_raphson_root.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/ode_forward_euler.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/ode_midpoint_euler.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/qr_decomposition.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/qr_eigen_values.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/realtime_stats.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/secant_method.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/DependInfo.cmake" + "numerical_methods/CMakeFiles/variance.dir/DependInfo.cmake" + "math/CMakeFiles/armstrong_number.dir/DependInfo.cmake" + "math/CMakeFiles/cantor_set.dir/DependInfo.cmake" + "math/CMakeFiles/cartesian_to_polar.dir/DependInfo.cmake" + "math/CMakeFiles/catalan.dir/DependInfo.cmake" + "math/CMakeFiles/collatz.dir/DependInfo.cmake" + "math/CMakeFiles/euclidean_algorithm_extended.dir/DependInfo.cmake" + "math/CMakeFiles/factorial.dir/DependInfo.cmake" + "math/CMakeFiles/factorial_large_number.dir/DependInfo.cmake" + "math/CMakeFiles/factorial_trailing_zeroes.dir/DependInfo.cmake" + "math/CMakeFiles/fibonacci.dir/DependInfo.cmake" + "math/CMakeFiles/fibonacci_dp.dir/DependInfo.cmake" + "math/CMakeFiles/fibonacci_fast.dir/DependInfo.cmake" + "math/CMakeFiles/fibonacci_formula.dir/DependInfo.cmake" + "math/CMakeFiles/gcd.dir/DependInfo.cmake" + "math/CMakeFiles/is_armstrong.dir/DependInfo.cmake" + "math/CMakeFiles/large_factorials.dir/DependInfo.cmake" + "math/CMakeFiles/lcm.dir/DependInfo.cmake" + "math/CMakeFiles/lerp.dir/DependInfo.cmake" + "math/CMakeFiles/palindrome.dir/DependInfo.cmake" + "math/CMakeFiles/prime.dir/DependInfo.cmake" + "math/CMakeFiles/prime_factoriziation.dir/DependInfo.cmake" + "math/CMakeFiles/prime_sieve.dir/DependInfo.cmake" + "math/CMakeFiles/strong_number.dir/DependInfo.cmake" + "cipher/CMakeFiles/affine.dir/DependInfo.cmake" + "cipher/CMakeFiles/rot13.dir/DependInfo.cmake" + "dynamic_programming/CMakeFiles/lcs.dir/DependInfo.cmake" + "dynamic_programming/CMakeFiles/matrix_chain_order.dir/DependInfo.cmake" + ) diff --git a/CMakeFiles/Makefile2 b/CMakeFiles/Makefile2 new file mode 100644 index 0000000000..38e82da4b2 --- /dev/null +++ b/CMakeFiles/Makefile2 @@ -0,0 +1,7166 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: developer_tools/all +all: hash/all +all: misc/all +all: games/all +all: audio/all +all: sorting/all +all: geometry/all +all: graphics/all +all: searching/all +all: conversions/all +all: client_server/all +all: project_euler/all +all: machine_learning/all +all: process_scheduling_algorithms/all +all: numerical_methods/all +all: math/all +all: cipher/all +all: dynamic_programming/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: developer_tools/codegen +codegen: hash/codegen +codegen: misc/codegen +codegen: games/codegen +codegen: audio/codegen +codegen: sorting/codegen +codegen: geometry/codegen +codegen: graphics/codegen +codegen: searching/codegen +codegen: conversions/codegen +codegen: client_server/codegen +codegen: project_euler/codegen +codegen: machine_learning/codegen +codegen: process_scheduling_algorithms/codegen +codegen: numerical_methods/codegen +codegen: math/codegen +codegen: cipher/codegen +codegen: dynamic_programming/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: developer_tools/preinstall +preinstall: hash/preinstall +preinstall: misc/preinstall +preinstall: games/preinstall +preinstall: audio/preinstall +preinstall: sorting/preinstall +preinstall: geometry/preinstall +preinstall: graphics/preinstall +preinstall: searching/preinstall +preinstall: conversions/preinstall +preinstall: client_server/preinstall +preinstall: project_euler/preinstall +preinstall: machine_learning/preinstall +preinstall: process_scheduling_algorithms/preinstall +preinstall: numerical_methods/preinstall +preinstall: math/preinstall +preinstall: cipher/preinstall +preinstall: dynamic_programming/preinstall +.PHONY : preinstall + +# The main recursive "clean" target. +clean: developer_tools/clean +clean: hash/clean +clean: misc/clean +clean: games/clean +clean: audio/clean +clean: sorting/clean +clean: geometry/clean +clean: graphics/clean +clean: searching/clean +clean: conversions/clean +clean: client_server/clean +clean: project_euler/clean +clean: machine_learning/clean +clean: process_scheduling_algorithms/clean +clean: numerical_methods/clean +clean: math/clean +clean: cipher/clean +clean: dynamic_programming/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory audio + +# Recursive "all" directory target. +audio/all: audio/CMakeFiles/alaw.dir/all +.PHONY : audio/all + +# Recursive "codegen" directory target. +audio/codegen: audio/CMakeFiles/alaw.dir/codegen +.PHONY : audio/codegen + +# Recursive "preinstall" directory target. +audio/preinstall: +.PHONY : audio/preinstall + +# Recursive "clean" directory target. +audio/clean: audio/CMakeFiles/alaw.dir/clean +.PHONY : audio/clean + +#============================================================================= +# Directory level rules for directory cipher + +# Recursive "all" directory target. +cipher/all: cipher/CMakeFiles/affine.dir/all +cipher/all: cipher/CMakeFiles/rot13.dir/all +.PHONY : cipher/all + +# Recursive "codegen" directory target. +cipher/codegen: cipher/CMakeFiles/affine.dir/codegen +cipher/codegen: cipher/CMakeFiles/rot13.dir/codegen +.PHONY : cipher/codegen + +# Recursive "preinstall" directory target. +cipher/preinstall: +.PHONY : cipher/preinstall + +# Recursive "clean" directory target. +cipher/clean: cipher/CMakeFiles/affine.dir/clean +cipher/clean: cipher/CMakeFiles/rot13.dir/clean +.PHONY : cipher/clean + +#============================================================================= +# Directory level rules for directory client_server + +# Recursive "all" directory target. +client_server/all: client_server/CMakeFiles/client.dir/all +client_server/all: client_server/CMakeFiles/remote_command_exec_udp_client.dir/all +client_server/all: client_server/CMakeFiles/remote_command_exec_udp_server.dir/all +client_server/all: client_server/CMakeFiles/server.dir/all +client_server/all: client_server/CMakeFiles/tcp_full_duplex_client.dir/all +client_server/all: client_server/CMakeFiles/tcp_full_duplex_server.dir/all +client_server/all: client_server/CMakeFiles/tcp_half_duplex_client.dir/all +client_server/all: client_server/CMakeFiles/tcp_half_duplex_server.dir/all +client_server/all: client_server/CMakeFiles/udp_client.dir/all +client_server/all: client_server/CMakeFiles/udp_server.dir/all +.PHONY : client_server/all + +# Recursive "codegen" directory target. +client_server/codegen: client_server/CMakeFiles/client.dir/codegen +client_server/codegen: client_server/CMakeFiles/remote_command_exec_udp_client.dir/codegen +client_server/codegen: client_server/CMakeFiles/remote_command_exec_udp_server.dir/codegen +client_server/codegen: client_server/CMakeFiles/server.dir/codegen +client_server/codegen: client_server/CMakeFiles/tcp_full_duplex_client.dir/codegen +client_server/codegen: client_server/CMakeFiles/tcp_full_duplex_server.dir/codegen +client_server/codegen: client_server/CMakeFiles/tcp_half_duplex_client.dir/codegen +client_server/codegen: client_server/CMakeFiles/tcp_half_duplex_server.dir/codegen +client_server/codegen: client_server/CMakeFiles/udp_client.dir/codegen +client_server/codegen: client_server/CMakeFiles/udp_server.dir/codegen +.PHONY : client_server/codegen + +# Recursive "preinstall" directory target. +client_server/preinstall: +.PHONY : client_server/preinstall + +# Recursive "clean" directory target. +client_server/clean: client_server/CMakeFiles/client.dir/clean +client_server/clean: client_server/CMakeFiles/remote_command_exec_udp_client.dir/clean +client_server/clean: client_server/CMakeFiles/remote_command_exec_udp_server.dir/clean +client_server/clean: client_server/CMakeFiles/server.dir/clean +client_server/clean: client_server/CMakeFiles/tcp_full_duplex_client.dir/clean +client_server/clean: client_server/CMakeFiles/tcp_full_duplex_server.dir/clean +client_server/clean: client_server/CMakeFiles/tcp_half_duplex_client.dir/clean +client_server/clean: client_server/CMakeFiles/tcp_half_duplex_server.dir/clean +client_server/clean: client_server/CMakeFiles/udp_client.dir/clean +client_server/clean: client_server/CMakeFiles/udp_server.dir/clean +.PHONY : client_server/clean + +#============================================================================= +# Directory level rules for directory conversions + +# Recursive "all" directory target. +conversions/all: conversions/CMakeFiles/binary_to_decimal.dir/all +conversions/all: conversions/CMakeFiles/binary_to_hexadecimal.dir/all +conversions/all: conversions/CMakeFiles/binary_to_octal.dir/all +conversions/all: conversions/CMakeFiles/c_atoi_str_to_integer.dir/all +conversions/all: conversions/CMakeFiles/celsius_to_fahrenheit.dir/all +conversions/all: conversions/CMakeFiles/decimal_to_any_base.dir/all +conversions/all: conversions/CMakeFiles/decimal_to_binary.dir/all +conversions/all: conversions/CMakeFiles/decimal_to_binary_recursion.dir/all +conversions/all: conversions/CMakeFiles/decimal_to_hexa.dir/all +conversions/all: conversions/CMakeFiles/decimal_to_octal.dir/all +conversions/all: conversions/CMakeFiles/decimal_to_octal_recursion.dir/all +conversions/all: conversions/CMakeFiles/hexadecimal_to_octal.dir/all +conversions/all: conversions/CMakeFiles/hexadecimal_to_octal2.dir/all +conversions/all: conversions/CMakeFiles/infix_to_postfix.dir/all +conversions/all: conversions/CMakeFiles/infix_to_postfix2.dir/all +conversions/all: conversions/CMakeFiles/int_to_string.dir/all +conversions/all: conversions/CMakeFiles/octal_to_binary.dir/all +conversions/all: conversions/CMakeFiles/octal_to_decimal.dir/all +conversions/all: conversions/CMakeFiles/octal_to_hexadecimal.dir/all +conversions/all: conversions/CMakeFiles/roman_numerals_to_decimal.dir/all +conversions/all: conversions/CMakeFiles/to_decimal.dir/all +.PHONY : conversions/all + +# Recursive "codegen" directory target. +conversions/codegen: conversions/CMakeFiles/binary_to_decimal.dir/codegen +conversions/codegen: conversions/CMakeFiles/binary_to_hexadecimal.dir/codegen +conversions/codegen: conversions/CMakeFiles/binary_to_octal.dir/codegen +conversions/codegen: conversions/CMakeFiles/c_atoi_str_to_integer.dir/codegen +conversions/codegen: conversions/CMakeFiles/celsius_to_fahrenheit.dir/codegen +conversions/codegen: conversions/CMakeFiles/decimal_to_any_base.dir/codegen +conversions/codegen: conversions/CMakeFiles/decimal_to_binary.dir/codegen +conversions/codegen: conversions/CMakeFiles/decimal_to_binary_recursion.dir/codegen +conversions/codegen: conversions/CMakeFiles/decimal_to_hexa.dir/codegen +conversions/codegen: conversions/CMakeFiles/decimal_to_octal.dir/codegen +conversions/codegen: conversions/CMakeFiles/decimal_to_octal_recursion.dir/codegen +conversions/codegen: conversions/CMakeFiles/hexadecimal_to_octal.dir/codegen +conversions/codegen: conversions/CMakeFiles/hexadecimal_to_octal2.dir/codegen +conversions/codegen: conversions/CMakeFiles/infix_to_postfix.dir/codegen +conversions/codegen: conversions/CMakeFiles/infix_to_postfix2.dir/codegen +conversions/codegen: conversions/CMakeFiles/int_to_string.dir/codegen +conversions/codegen: conversions/CMakeFiles/octal_to_binary.dir/codegen +conversions/codegen: conversions/CMakeFiles/octal_to_decimal.dir/codegen +conversions/codegen: conversions/CMakeFiles/octal_to_hexadecimal.dir/codegen +conversions/codegen: conversions/CMakeFiles/roman_numerals_to_decimal.dir/codegen +conversions/codegen: conversions/CMakeFiles/to_decimal.dir/codegen +.PHONY : conversions/codegen + +# Recursive "preinstall" directory target. +conversions/preinstall: +.PHONY : conversions/preinstall + +# Recursive "clean" directory target. +conversions/clean: conversions/CMakeFiles/binary_to_decimal.dir/clean +conversions/clean: conversions/CMakeFiles/binary_to_hexadecimal.dir/clean +conversions/clean: conversions/CMakeFiles/binary_to_octal.dir/clean +conversions/clean: conversions/CMakeFiles/c_atoi_str_to_integer.dir/clean +conversions/clean: conversions/CMakeFiles/celsius_to_fahrenheit.dir/clean +conversions/clean: conversions/CMakeFiles/decimal_to_any_base.dir/clean +conversions/clean: conversions/CMakeFiles/decimal_to_binary.dir/clean +conversions/clean: conversions/CMakeFiles/decimal_to_binary_recursion.dir/clean +conversions/clean: conversions/CMakeFiles/decimal_to_hexa.dir/clean +conversions/clean: conversions/CMakeFiles/decimal_to_octal.dir/clean +conversions/clean: conversions/CMakeFiles/decimal_to_octal_recursion.dir/clean +conversions/clean: conversions/CMakeFiles/hexadecimal_to_octal.dir/clean +conversions/clean: conversions/CMakeFiles/hexadecimal_to_octal2.dir/clean +conversions/clean: conversions/CMakeFiles/infix_to_postfix.dir/clean +conversions/clean: conversions/CMakeFiles/infix_to_postfix2.dir/clean +conversions/clean: conversions/CMakeFiles/int_to_string.dir/clean +conversions/clean: conversions/CMakeFiles/octal_to_binary.dir/clean +conversions/clean: conversions/CMakeFiles/octal_to_decimal.dir/clean +conversions/clean: conversions/CMakeFiles/octal_to_hexadecimal.dir/clean +conversions/clean: conversions/CMakeFiles/roman_numerals_to_decimal.dir/clean +conversions/clean: conversions/CMakeFiles/to_decimal.dir/clean +.PHONY : conversions/clean + +#============================================================================= +# Directory level rules for directory developer_tools + +# Recursive "all" directory target. +developer_tools/all: developer_tools/CMakeFiles/malloc_dbg.dir/all +developer_tools/all: developer_tools/CMakeFiles/test_malloc_dbg.dir/all +developer_tools/all: developer_tools/CMakeFiles/test_min_printf.dir/all +.PHONY : developer_tools/all + +# Recursive "codegen" directory target. +developer_tools/codegen: developer_tools/CMakeFiles/malloc_dbg.dir/codegen +developer_tools/codegen: developer_tools/CMakeFiles/test_malloc_dbg.dir/codegen +developer_tools/codegen: developer_tools/CMakeFiles/test_min_printf.dir/codegen +.PHONY : developer_tools/codegen + +# Recursive "preinstall" directory target. +developer_tools/preinstall: +.PHONY : developer_tools/preinstall + +# Recursive "clean" directory target. +developer_tools/clean: developer_tools/CMakeFiles/malloc_dbg.dir/clean +developer_tools/clean: developer_tools/CMakeFiles/test_malloc_dbg.dir/clean +developer_tools/clean: developer_tools/CMakeFiles/test_min_printf.dir/clean +.PHONY : developer_tools/clean + +#============================================================================= +# Directory level rules for directory dynamic_programming + +# Recursive "all" directory target. +dynamic_programming/all: dynamic_programming/CMakeFiles/lcs.dir/all +dynamic_programming/all: dynamic_programming/CMakeFiles/matrix_chain_order.dir/all +.PHONY : dynamic_programming/all + +# Recursive "codegen" directory target. +dynamic_programming/codegen: dynamic_programming/CMakeFiles/lcs.dir/codegen +dynamic_programming/codegen: dynamic_programming/CMakeFiles/matrix_chain_order.dir/codegen +.PHONY : dynamic_programming/codegen + +# Recursive "preinstall" directory target. +dynamic_programming/preinstall: +.PHONY : dynamic_programming/preinstall + +# Recursive "clean" directory target. +dynamic_programming/clean: dynamic_programming/CMakeFiles/lcs.dir/clean +dynamic_programming/clean: dynamic_programming/CMakeFiles/matrix_chain_order.dir/clean +.PHONY : dynamic_programming/clean + +#============================================================================= +# Directory level rules for directory games + +# Recursive "all" directory target. +games/all: games/CMakeFiles/hangman.dir/all +games/all: games/CMakeFiles/naval_battle.dir/all +games/all: games/CMakeFiles/tic_tac_toe.dir/all +.PHONY : games/all + +# Recursive "codegen" directory target. +games/codegen: games/CMakeFiles/hangman.dir/codegen +games/codegen: games/CMakeFiles/naval_battle.dir/codegen +games/codegen: games/CMakeFiles/tic_tac_toe.dir/codegen +.PHONY : games/codegen + +# Recursive "preinstall" directory target. +games/preinstall: +.PHONY : games/preinstall + +# Recursive "clean" directory target. +games/clean: games/CMakeFiles/hangman.dir/clean +games/clean: games/CMakeFiles/naval_battle.dir/clean +games/clean: games/CMakeFiles/tic_tac_toe.dir/clean +.PHONY : games/clean + +#============================================================================= +# Directory level rules for directory geometry + +# Recursive "all" directory target. +geometry/all: geometry/CMakeFiles/quaternions.dir/all +geometry/all: geometry/CMakeFiles/vectors_3d.dir/all +.PHONY : geometry/all + +# Recursive "codegen" directory target. +geometry/codegen: geometry/CMakeFiles/quaternions.dir/codegen +geometry/codegen: geometry/CMakeFiles/vectors_3d.dir/codegen +.PHONY : geometry/codegen + +# Recursive "preinstall" directory target. +geometry/preinstall: +.PHONY : geometry/preinstall + +# Recursive "clean" directory target. +geometry/clean: geometry/CMakeFiles/quaternions.dir/clean +geometry/clean: geometry/CMakeFiles/vectors_3d.dir/clean +.PHONY : geometry/clean + +#============================================================================= +# Directory level rules for directory graphics + +# Recursive "all" directory target. +graphics/all: graphics/CMakeFiles/spirograph.dir/all +.PHONY : graphics/all + +# Recursive "codegen" directory target. +graphics/codegen: graphics/CMakeFiles/spirograph.dir/codegen +.PHONY : graphics/codegen + +# Recursive "preinstall" directory target. +graphics/preinstall: +.PHONY : graphics/preinstall + +# Recursive "clean" directory target. +graphics/clean: graphics/CMakeFiles/spirograph.dir/clean +.PHONY : graphics/clean + +#============================================================================= +# Directory level rules for directory hash + +# Recursive "all" directory target. +hash/all: hash/CMakeFiles/hash_adler32.dir/all +hash/all: hash/CMakeFiles/hash_blake2b.dir/all +hash/all: hash/CMakeFiles/hash_crc32.dir/all +hash/all: hash/CMakeFiles/hash_djb2.dir/all +hash/all: hash/CMakeFiles/hash_sdbm.dir/all +hash/all: hash/CMakeFiles/hash_xor8.dir/all +.PHONY : hash/all + +# Recursive "codegen" directory target. +hash/codegen: hash/CMakeFiles/hash_adler32.dir/codegen +hash/codegen: hash/CMakeFiles/hash_blake2b.dir/codegen +hash/codegen: hash/CMakeFiles/hash_crc32.dir/codegen +hash/codegen: hash/CMakeFiles/hash_djb2.dir/codegen +hash/codegen: hash/CMakeFiles/hash_sdbm.dir/codegen +hash/codegen: hash/CMakeFiles/hash_xor8.dir/codegen +.PHONY : hash/codegen + +# Recursive "preinstall" directory target. +hash/preinstall: +.PHONY : hash/preinstall + +# Recursive "clean" directory target. +hash/clean: hash/CMakeFiles/hash_adler32.dir/clean +hash/clean: hash/CMakeFiles/hash_blake2b.dir/clean +hash/clean: hash/CMakeFiles/hash_crc32.dir/clean +hash/clean: hash/CMakeFiles/hash_djb2.dir/clean +hash/clean: hash/CMakeFiles/hash_sdbm.dir/clean +hash/clean: hash/CMakeFiles/hash_xor8.dir/clean +.PHONY : hash/clean + +#============================================================================= +# Directory level rules for directory machine_learning + +# Recursive "all" directory target. +machine_learning/all: machine_learning/CMakeFiles/adaline_learning.dir/all +machine_learning/all: machine_learning/CMakeFiles/k_means_clustering.dir/all +machine_learning/all: machine_learning/CMakeFiles/kohonen_som_topology.dir/all +machine_learning/all: machine_learning/CMakeFiles/kohonen_som_trace.dir/all +.PHONY : machine_learning/all + +# Recursive "codegen" directory target. +machine_learning/codegen: machine_learning/CMakeFiles/adaline_learning.dir/codegen +machine_learning/codegen: machine_learning/CMakeFiles/k_means_clustering.dir/codegen +machine_learning/codegen: machine_learning/CMakeFiles/kohonen_som_topology.dir/codegen +machine_learning/codegen: machine_learning/CMakeFiles/kohonen_som_trace.dir/codegen +.PHONY : machine_learning/codegen + +# Recursive "preinstall" directory target. +machine_learning/preinstall: +.PHONY : machine_learning/preinstall + +# Recursive "clean" directory target. +machine_learning/clean: machine_learning/CMakeFiles/adaline_learning.dir/clean +machine_learning/clean: machine_learning/CMakeFiles/k_means_clustering.dir/clean +machine_learning/clean: machine_learning/CMakeFiles/kohonen_som_topology.dir/clean +machine_learning/clean: machine_learning/CMakeFiles/kohonen_som_trace.dir/clean +.PHONY : machine_learning/clean + +#============================================================================= +# Directory level rules for directory math + +# Recursive "all" directory target. +math/all: math/CMakeFiles/armstrong_number.dir/all +math/all: math/CMakeFiles/cantor_set.dir/all +math/all: math/CMakeFiles/cartesian_to_polar.dir/all +math/all: math/CMakeFiles/catalan.dir/all +math/all: math/CMakeFiles/collatz.dir/all +math/all: math/CMakeFiles/euclidean_algorithm_extended.dir/all +math/all: math/CMakeFiles/factorial.dir/all +math/all: math/CMakeFiles/factorial_large_number.dir/all +math/all: math/CMakeFiles/factorial_trailing_zeroes.dir/all +math/all: math/CMakeFiles/fibonacci.dir/all +math/all: math/CMakeFiles/fibonacci_dp.dir/all +math/all: math/CMakeFiles/fibonacci_fast.dir/all +math/all: math/CMakeFiles/fibonacci_formula.dir/all +math/all: math/CMakeFiles/gcd.dir/all +math/all: math/CMakeFiles/is_armstrong.dir/all +math/all: math/CMakeFiles/large_factorials.dir/all +math/all: math/CMakeFiles/lcm.dir/all +math/all: math/CMakeFiles/lerp.dir/all +math/all: math/CMakeFiles/palindrome.dir/all +math/all: math/CMakeFiles/prime.dir/all +math/all: math/CMakeFiles/prime_factoriziation.dir/all +math/all: math/CMakeFiles/prime_sieve.dir/all +math/all: math/CMakeFiles/strong_number.dir/all +.PHONY : math/all + +# Recursive "codegen" directory target. +math/codegen: math/CMakeFiles/armstrong_number.dir/codegen +math/codegen: math/CMakeFiles/cantor_set.dir/codegen +math/codegen: math/CMakeFiles/cartesian_to_polar.dir/codegen +math/codegen: math/CMakeFiles/catalan.dir/codegen +math/codegen: math/CMakeFiles/collatz.dir/codegen +math/codegen: math/CMakeFiles/euclidean_algorithm_extended.dir/codegen +math/codegen: math/CMakeFiles/factorial.dir/codegen +math/codegen: math/CMakeFiles/factorial_large_number.dir/codegen +math/codegen: math/CMakeFiles/factorial_trailing_zeroes.dir/codegen +math/codegen: math/CMakeFiles/fibonacci.dir/codegen +math/codegen: math/CMakeFiles/fibonacci_dp.dir/codegen +math/codegen: math/CMakeFiles/fibonacci_fast.dir/codegen +math/codegen: math/CMakeFiles/fibonacci_formula.dir/codegen +math/codegen: math/CMakeFiles/gcd.dir/codegen +math/codegen: math/CMakeFiles/is_armstrong.dir/codegen +math/codegen: math/CMakeFiles/large_factorials.dir/codegen +math/codegen: math/CMakeFiles/lcm.dir/codegen +math/codegen: math/CMakeFiles/lerp.dir/codegen +math/codegen: math/CMakeFiles/palindrome.dir/codegen +math/codegen: math/CMakeFiles/prime.dir/codegen +math/codegen: math/CMakeFiles/prime_factoriziation.dir/codegen +math/codegen: math/CMakeFiles/prime_sieve.dir/codegen +math/codegen: math/CMakeFiles/strong_number.dir/codegen +.PHONY : math/codegen + +# Recursive "preinstall" directory target. +math/preinstall: +.PHONY : math/preinstall + +# Recursive "clean" directory target. +math/clean: math/CMakeFiles/armstrong_number.dir/clean +math/clean: math/CMakeFiles/cantor_set.dir/clean +math/clean: math/CMakeFiles/cartesian_to_polar.dir/clean +math/clean: math/CMakeFiles/catalan.dir/clean +math/clean: math/CMakeFiles/collatz.dir/clean +math/clean: math/CMakeFiles/euclidean_algorithm_extended.dir/clean +math/clean: math/CMakeFiles/factorial.dir/clean +math/clean: math/CMakeFiles/factorial_large_number.dir/clean +math/clean: math/CMakeFiles/factorial_trailing_zeroes.dir/clean +math/clean: math/CMakeFiles/fibonacci.dir/clean +math/clean: math/CMakeFiles/fibonacci_dp.dir/clean +math/clean: math/CMakeFiles/fibonacci_fast.dir/clean +math/clean: math/CMakeFiles/fibonacci_formula.dir/clean +math/clean: math/CMakeFiles/gcd.dir/clean +math/clean: math/CMakeFiles/is_armstrong.dir/clean +math/clean: math/CMakeFiles/large_factorials.dir/clean +math/clean: math/CMakeFiles/lcm.dir/clean +math/clean: math/CMakeFiles/lerp.dir/clean +math/clean: math/CMakeFiles/palindrome.dir/clean +math/clean: math/CMakeFiles/prime.dir/clean +math/clean: math/CMakeFiles/prime_factoriziation.dir/clean +math/clean: math/CMakeFiles/prime_sieve.dir/clean +math/clean: math/CMakeFiles/strong_number.dir/clean +.PHONY : math/clean + +#============================================================================= +# Directory level rules for directory misc + +# Recursive "all" directory target. +misc/all: misc/CMakeFiles/demonetization.dir/all +misc/all: misc/CMakeFiles/hamming_distance.dir/all +misc/all: misc/CMakeFiles/lexicographic_permutations.dir/all +misc/all: misc/CMakeFiles/longest_subsequence.dir/all +misc/all: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/all +misc/all: misc/CMakeFiles/mirror.dir/all +misc/all: misc/CMakeFiles/pid.dir/all +misc/all: misc/CMakeFiles/poly_add.dir/all +misc/all: misc/CMakeFiles/postfix_evaluation.dir/all +misc/all: misc/CMakeFiles/quartile.dir/all +misc/all: misc/CMakeFiles/rselect.dir/all +misc/all: misc/CMakeFiles/run_length_encoding.dir/all +misc/all: misc/CMakeFiles/shunting_yard.dir/all +misc/all: misc/CMakeFiles/sudoku_solver.dir/all +misc/all: misc/CMakeFiles/tower_of_hanoi.dir/all +misc/all: misc/CMakeFiles/union_find.dir/all +.PHONY : misc/all + +# Recursive "codegen" directory target. +misc/codegen: misc/CMakeFiles/demonetization.dir/codegen +misc/codegen: misc/CMakeFiles/hamming_distance.dir/codegen +misc/codegen: misc/CMakeFiles/lexicographic_permutations.dir/codegen +misc/codegen: misc/CMakeFiles/longest_subsequence.dir/codegen +misc/codegen: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/codegen +misc/codegen: misc/CMakeFiles/mirror.dir/codegen +misc/codegen: misc/CMakeFiles/pid.dir/codegen +misc/codegen: misc/CMakeFiles/poly_add.dir/codegen +misc/codegen: misc/CMakeFiles/postfix_evaluation.dir/codegen +misc/codegen: misc/CMakeFiles/quartile.dir/codegen +misc/codegen: misc/CMakeFiles/rselect.dir/codegen +misc/codegen: misc/CMakeFiles/run_length_encoding.dir/codegen +misc/codegen: misc/CMakeFiles/shunting_yard.dir/codegen +misc/codegen: misc/CMakeFiles/sudoku_solver.dir/codegen +misc/codegen: misc/CMakeFiles/tower_of_hanoi.dir/codegen +misc/codegen: misc/CMakeFiles/union_find.dir/codegen +.PHONY : misc/codegen + +# Recursive "preinstall" directory target. +misc/preinstall: +.PHONY : misc/preinstall + +# Recursive "clean" directory target. +misc/clean: misc/CMakeFiles/demonetization.dir/clean +misc/clean: misc/CMakeFiles/hamming_distance.dir/clean +misc/clean: misc/CMakeFiles/lexicographic_permutations.dir/clean +misc/clean: misc/CMakeFiles/longest_subsequence.dir/clean +misc/clean: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/clean +misc/clean: misc/CMakeFiles/mirror.dir/clean +misc/clean: misc/CMakeFiles/pid.dir/clean +misc/clean: misc/CMakeFiles/poly_add.dir/clean +misc/clean: misc/CMakeFiles/postfix_evaluation.dir/clean +misc/clean: misc/CMakeFiles/quartile.dir/clean +misc/clean: misc/CMakeFiles/rselect.dir/clean +misc/clean: misc/CMakeFiles/run_length_encoding.dir/clean +misc/clean: misc/CMakeFiles/shunting_yard.dir/clean +misc/clean: misc/CMakeFiles/sudoku_solver.dir/clean +misc/clean: misc/CMakeFiles/tower_of_hanoi.dir/clean +misc/clean: misc/CMakeFiles/union_find.dir/clean +.PHONY : misc/clean + +#============================================================================= +# Directory level rules for directory numerical_methods + +# Recursive "all" directory target. +numerical_methods/all: numerical_methods/CMakeFiles/bisection_method.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/durand_kerner_roots.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/gauss_elimination.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/gauss_seidel_method.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/lagrange_theorem.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/lu_decompose.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/mean.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/median.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/newton_raphson_root.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/ode_forward_euler.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/qr_decomposition.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/qr_eigen_values.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/realtime_stats.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/secant_method.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/all +numerical_methods/all: numerical_methods/CMakeFiles/variance.dir/all +.PHONY : numerical_methods/all + +# Recursive "codegen" directory target. +numerical_methods/codegen: numerical_methods/CMakeFiles/bisection_method.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/durand_kerner_roots.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/gauss_elimination.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/gauss_seidel_method.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/lagrange_theorem.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/lu_decompose.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/mean.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/median.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/newton_raphson_root.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/ode_forward_euler.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/qr_decomposition.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/qr_eigen_values.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/realtime_stats.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/secant_method.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/codegen +numerical_methods/codegen: numerical_methods/CMakeFiles/variance.dir/codegen +.PHONY : numerical_methods/codegen + +# Recursive "preinstall" directory target. +numerical_methods/preinstall: +.PHONY : numerical_methods/preinstall + +# Recursive "clean" directory target. +numerical_methods/clean: numerical_methods/CMakeFiles/bisection_method.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/durand_kerner_roots.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/gauss_elimination.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/gauss_seidel_method.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/lagrange_theorem.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/lu_decompose.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/mean.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/median.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/newton_raphson_root.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/ode_forward_euler.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/qr_decomposition.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/qr_eigen_values.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/realtime_stats.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/secant_method.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/clean +numerical_methods/clean: numerical_methods/CMakeFiles/variance.dir/clean +.PHONY : numerical_methods/clean + +#============================================================================= +# Directory level rules for directory process_scheduling_algorithms + +# Recursive "all" directory target. +process_scheduling_algorithms/all: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/all +.PHONY : process_scheduling_algorithms/all + +# Recursive "codegen" directory target. +process_scheduling_algorithms/codegen: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/codegen +.PHONY : process_scheduling_algorithms/codegen + +# Recursive "preinstall" directory target. +process_scheduling_algorithms/preinstall: +.PHONY : process_scheduling_algorithms/preinstall + +# Recursive "clean" directory target. +process_scheduling_algorithms/clean: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/clean +.PHONY : process_scheduling_algorithms/clean + +#============================================================================= +# Directory level rules for directory project_euler + +# Recursive "all" directory target. +project_euler/all: project_euler/CMakeFiles/problem_1-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_1-sol2.dir/all +project_euler/all: project_euler/CMakeFiles/problem_1-sol3.dir/all +project_euler/all: project_euler/CMakeFiles/problem_1-sol4.dir/all +project_euler/all: project_euler/CMakeFiles/problem_10-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_10-sol2.dir/all +project_euler/all: project_euler/CMakeFiles/problem_12-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_13-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_14-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_15-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_16-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_19-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_2-so1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_20-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_21-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_22-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_23-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_23-sol2.dir/all +project_euler/all: project_euler/CMakeFiles/problem_25-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_26-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_3-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_3-sol2.dir/all +project_euler/all: project_euler/CMakeFiles/problem_4-sol.dir/all +project_euler/all: project_euler/CMakeFiles/problem_401-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_5-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_5-sol2.dir/all +project_euler/all: project_euler/CMakeFiles/problem_5-sol3.dir/all +project_euler/all: project_euler/CMakeFiles/problem_6-sol.dir/all +project_euler/all: project_euler/CMakeFiles/problem_7-sol.dir/all +project_euler/all: project_euler/CMakeFiles/problem_7-sol2.dir/all +project_euler/all: project_euler/CMakeFiles/problem_8-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_8-sol2.dir/all +project_euler/all: project_euler/CMakeFiles/problem_9-sol1.dir/all +project_euler/all: project_euler/CMakeFiles/problem_9-sol2.dir/all +.PHONY : project_euler/all + +# Recursive "codegen" directory target. +project_euler/codegen: project_euler/CMakeFiles/problem_1-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_1-sol2.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_1-sol3.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_1-sol4.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_10-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_10-sol2.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_12-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_13-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_14-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_15-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_16-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_19-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_2-so1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_20-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_21-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_22-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_23-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_23-sol2.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_25-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_26-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_3-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_3-sol2.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_4-sol.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_401-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_5-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_5-sol2.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_5-sol3.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_6-sol.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_7-sol.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_7-sol2.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_8-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_8-sol2.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_9-sol1.dir/codegen +project_euler/codegen: project_euler/CMakeFiles/problem_9-sol2.dir/codegen +.PHONY : project_euler/codegen + +# Recursive "preinstall" directory target. +project_euler/preinstall: +.PHONY : project_euler/preinstall + +# Recursive "clean" directory target. +project_euler/clean: project_euler/CMakeFiles/problem_1-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_1-sol2.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_1-sol3.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_1-sol4.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_10-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_10-sol2.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_12-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_13-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_14-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_15-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_16-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_19-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_2-so1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_20-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_21-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_22-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_23-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_23-sol2.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_25-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_26-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_3-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_3-sol2.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_4-sol.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_401-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_5-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_5-sol2.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_5-sol3.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_6-sol.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_7-sol.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_7-sol2.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_8-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_8-sol2.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_9-sol1.dir/clean +project_euler/clean: project_euler/CMakeFiles/problem_9-sol2.dir/clean +.PHONY : project_euler/clean + +#============================================================================= +# Directory level rules for directory searching + +# Recursive "all" directory target. +searching/all: searching/CMakeFiles/binary_search.dir/all +searching/all: searching/CMakeFiles/exponential_search.dir/all +searching/all: searching/CMakeFiles/fibonacci_search.dir/all +searching/all: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/all +searching/all: searching/CMakeFiles/interpolation_search.dir/all +searching/all: searching/CMakeFiles/jump_search.dir/all +searching/all: searching/CMakeFiles/linear_search.dir/all +searching/all: searching/CMakeFiles/modified_binary_search.dir/all +searching/all: searching/CMakeFiles/other_binary_search.dir/all +searching/all: searching/CMakeFiles/sentinel_linear_search.dir/all +searching/all: searching/CMakeFiles/ternary_search.dir/all +.PHONY : searching/all + +# Recursive "codegen" directory target. +searching/codegen: searching/CMakeFiles/binary_search.dir/codegen +searching/codegen: searching/CMakeFiles/exponential_search.dir/codegen +searching/codegen: searching/CMakeFiles/fibonacci_search.dir/codegen +searching/codegen: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/codegen +searching/codegen: searching/CMakeFiles/interpolation_search.dir/codegen +searching/codegen: searching/CMakeFiles/jump_search.dir/codegen +searching/codegen: searching/CMakeFiles/linear_search.dir/codegen +searching/codegen: searching/CMakeFiles/modified_binary_search.dir/codegen +searching/codegen: searching/CMakeFiles/other_binary_search.dir/codegen +searching/codegen: searching/CMakeFiles/sentinel_linear_search.dir/codegen +searching/codegen: searching/CMakeFiles/ternary_search.dir/codegen +.PHONY : searching/codegen + +# Recursive "preinstall" directory target. +searching/preinstall: +.PHONY : searching/preinstall + +# Recursive "clean" directory target. +searching/clean: searching/CMakeFiles/binary_search.dir/clean +searching/clean: searching/CMakeFiles/exponential_search.dir/clean +searching/clean: searching/CMakeFiles/fibonacci_search.dir/clean +searching/clean: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/clean +searching/clean: searching/CMakeFiles/interpolation_search.dir/clean +searching/clean: searching/CMakeFiles/jump_search.dir/clean +searching/clean: searching/CMakeFiles/linear_search.dir/clean +searching/clean: searching/CMakeFiles/modified_binary_search.dir/clean +searching/clean: searching/CMakeFiles/other_binary_search.dir/clean +searching/clean: searching/CMakeFiles/sentinel_linear_search.dir/clean +searching/clean: searching/CMakeFiles/ternary_search.dir/clean +.PHONY : searching/clean + +#============================================================================= +# Directory level rules for directory sorting + +# Recursive "all" directory target. +sorting/all: sorting/CMakeFiles/bead_sort.dir/all +sorting/all: sorting/CMakeFiles/binary_insertion_sort.dir/all +sorting/all: sorting/CMakeFiles/bogo_sort.dir/all +sorting/all: sorting/CMakeFiles/bubble_sort.dir/all +sorting/all: sorting/CMakeFiles/bubble_sort_2.dir/all +sorting/all: sorting/CMakeFiles/bubble_sort_recursion.dir/all +sorting/all: sorting/CMakeFiles/bucket_sort.dir/all +sorting/all: sorting/CMakeFiles/cocktail_sort.dir/all +sorting/all: sorting/CMakeFiles/comb_sort.dir/all +sorting/all: sorting/CMakeFiles/counting_sort.dir/all +sorting/all: sorting/CMakeFiles/cycle_sort.dir/all +sorting/all: sorting/CMakeFiles/gnome_sort.dir/all +sorting/all: sorting/CMakeFiles/heap_sort.dir/all +sorting/all: sorting/CMakeFiles/heap_sort_2.dir/all +sorting/all: sorting/CMakeFiles/insertion_sort.dir/all +sorting/all: sorting/CMakeFiles/insertion_sort_recursive.dir/all +sorting/all: sorting/CMakeFiles/merge_sort.dir/all +sorting/all: sorting/CMakeFiles/merge_sort_nr.dir/all +sorting/all: sorting/CMakeFiles/multikey_quick_sort.dir/all +sorting/all: sorting/CMakeFiles/odd_even_sort.dir/all +sorting/all: sorting/CMakeFiles/pancake_sort.dir/all +sorting/all: sorting/CMakeFiles/partition_sort.dir/all +sorting/all: sorting/CMakeFiles/patience_sort.dir/all +sorting/all: sorting/CMakeFiles/pigeonhole_sort.dir/all +sorting/all: sorting/CMakeFiles/quick_sort.dir/all +sorting/all: sorting/CMakeFiles/radix_sort.dir/all +sorting/all: sorting/CMakeFiles/radix_sort_2.dir/all +sorting/all: sorting/CMakeFiles/random_quick_sort.dir/all +sorting/all: sorting/CMakeFiles/selection_sort.dir/all +sorting/all: sorting/CMakeFiles/selection_sort_recursive.dir/all +sorting/all: sorting/CMakeFiles/shaker_sort.dir/all +sorting/all: sorting/CMakeFiles/shell_sort.dir/all +sorting/all: sorting/CMakeFiles/shell_sort2.dir/all +sorting/all: sorting/CMakeFiles/stooge_sort.dir/all +.PHONY : sorting/all + +# Recursive "codegen" directory target. +sorting/codegen: sorting/CMakeFiles/bead_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/binary_insertion_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/bogo_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/bubble_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/bubble_sort_2.dir/codegen +sorting/codegen: sorting/CMakeFiles/bubble_sort_recursion.dir/codegen +sorting/codegen: sorting/CMakeFiles/bucket_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/cocktail_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/comb_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/counting_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/cycle_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/gnome_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/heap_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/heap_sort_2.dir/codegen +sorting/codegen: sorting/CMakeFiles/insertion_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/insertion_sort_recursive.dir/codegen +sorting/codegen: sorting/CMakeFiles/merge_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/merge_sort_nr.dir/codegen +sorting/codegen: sorting/CMakeFiles/multikey_quick_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/odd_even_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/pancake_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/partition_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/patience_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/pigeonhole_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/quick_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/radix_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/radix_sort_2.dir/codegen +sorting/codegen: sorting/CMakeFiles/random_quick_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/selection_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/selection_sort_recursive.dir/codegen +sorting/codegen: sorting/CMakeFiles/shaker_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/shell_sort.dir/codegen +sorting/codegen: sorting/CMakeFiles/shell_sort2.dir/codegen +sorting/codegen: sorting/CMakeFiles/stooge_sort.dir/codegen +.PHONY : sorting/codegen + +# Recursive "preinstall" directory target. +sorting/preinstall: +.PHONY : sorting/preinstall + +# Recursive "clean" directory target. +sorting/clean: sorting/CMakeFiles/bead_sort.dir/clean +sorting/clean: sorting/CMakeFiles/binary_insertion_sort.dir/clean +sorting/clean: sorting/CMakeFiles/bogo_sort.dir/clean +sorting/clean: sorting/CMakeFiles/bubble_sort.dir/clean +sorting/clean: sorting/CMakeFiles/bubble_sort_2.dir/clean +sorting/clean: sorting/CMakeFiles/bubble_sort_recursion.dir/clean +sorting/clean: sorting/CMakeFiles/bucket_sort.dir/clean +sorting/clean: sorting/CMakeFiles/cocktail_sort.dir/clean +sorting/clean: sorting/CMakeFiles/comb_sort.dir/clean +sorting/clean: sorting/CMakeFiles/counting_sort.dir/clean +sorting/clean: sorting/CMakeFiles/cycle_sort.dir/clean +sorting/clean: sorting/CMakeFiles/gnome_sort.dir/clean +sorting/clean: sorting/CMakeFiles/heap_sort.dir/clean +sorting/clean: sorting/CMakeFiles/heap_sort_2.dir/clean +sorting/clean: sorting/CMakeFiles/insertion_sort.dir/clean +sorting/clean: sorting/CMakeFiles/insertion_sort_recursive.dir/clean +sorting/clean: sorting/CMakeFiles/merge_sort.dir/clean +sorting/clean: sorting/CMakeFiles/merge_sort_nr.dir/clean +sorting/clean: sorting/CMakeFiles/multikey_quick_sort.dir/clean +sorting/clean: sorting/CMakeFiles/odd_even_sort.dir/clean +sorting/clean: sorting/CMakeFiles/pancake_sort.dir/clean +sorting/clean: sorting/CMakeFiles/partition_sort.dir/clean +sorting/clean: sorting/CMakeFiles/patience_sort.dir/clean +sorting/clean: sorting/CMakeFiles/pigeonhole_sort.dir/clean +sorting/clean: sorting/CMakeFiles/quick_sort.dir/clean +sorting/clean: sorting/CMakeFiles/radix_sort.dir/clean +sorting/clean: sorting/CMakeFiles/radix_sort_2.dir/clean +sorting/clean: sorting/CMakeFiles/random_quick_sort.dir/clean +sorting/clean: sorting/CMakeFiles/selection_sort.dir/clean +sorting/clean: sorting/CMakeFiles/selection_sort_recursive.dir/clean +sorting/clean: sorting/CMakeFiles/shaker_sort.dir/clean +sorting/clean: sorting/CMakeFiles/shell_sort.dir/clean +sorting/clean: sorting/CMakeFiles/shell_sort2.dir/clean +sorting/clean: sorting/CMakeFiles/stooge_sort.dir/clean +.PHONY : sorting/clean + +#============================================================================= +# Target rules for target developer_tools/CMakeFiles/malloc_dbg.dir + +# All Build rule for target. +developer_tools/CMakeFiles/malloc_dbg.dir/all: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/depend + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=43 "Built target malloc_dbg" +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/all + +# Build rule for subdir invocation for target. +developer_tools/CMakeFiles/malloc_dbg.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/CMakeFiles/malloc_dbg.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/rule + +# Convenience name for target. +malloc_dbg: developer_tools/CMakeFiles/malloc_dbg.dir/rule +.PHONY : malloc_dbg + +# codegen rule for target. +developer_tools/CMakeFiles/malloc_dbg.dir/codegen: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=43 "Finished codegen for target malloc_dbg" +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/codegen + +# clean rule for target. +developer_tools/CMakeFiles/malloc_dbg.dir/clean: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/clean +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/clean + +#============================================================================= +# Target rules for target developer_tools/CMakeFiles/test_malloc_dbg.dir + +# All Build rule for target. +developer_tools/CMakeFiles/test_malloc_dbg.dir/all: developer_tools/CMakeFiles/malloc_dbg.dir/all + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/depend + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=95 "Built target test_malloc_dbg" +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/all + +# Build rule for subdir invocation for target. +developer_tools/CMakeFiles/test_malloc_dbg.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/CMakeFiles/test_malloc_dbg.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/rule + +# Convenience name for target. +test_malloc_dbg: developer_tools/CMakeFiles/test_malloc_dbg.dir/rule +.PHONY : test_malloc_dbg + +# codegen rule for target. +developer_tools/CMakeFiles/test_malloc_dbg.dir/codegen: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=95 "Finished codegen for target test_malloc_dbg" +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/codegen + +# clean rule for target. +developer_tools/CMakeFiles/test_malloc_dbg.dir/clean: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/clean +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/clean + +#============================================================================= +# Target rules for target developer_tools/CMakeFiles/test_min_printf.dir + +# All Build rule for target. +developer_tools/CMakeFiles/test_min_printf.dir/all: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/depend + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target test_min_printf" +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/all + +# Build rule for subdir invocation for target. +developer_tools/CMakeFiles/test_min_printf.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/CMakeFiles/test_min_printf.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/rule + +# Convenience name for target. +test_min_printf: developer_tools/CMakeFiles/test_min_printf.dir/rule +.PHONY : test_min_printf + +# codegen rule for target. +developer_tools/CMakeFiles/test_min_printf.dir/codegen: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target test_min_printf" +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/codegen + +# clean rule for target. +developer_tools/CMakeFiles/test_min_printf.dir/clean: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/clean +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/clean + +#============================================================================= +# Target rules for target hash/CMakeFiles/hash_adler32.dir + +# All Build rule for target. +hash/CMakeFiles/hash_adler32.dir/all: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/depend + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target hash_adler32" +.PHONY : hash/CMakeFiles/hash_adler32.dir/all + +# Build rule for subdir invocation for target. +hash/CMakeFiles/hash_adler32.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_adler32.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : hash/CMakeFiles/hash_adler32.dir/rule + +# Convenience name for target. +hash_adler32: hash/CMakeFiles/hash_adler32.dir/rule +.PHONY : hash_adler32 + +# codegen rule for target. +hash/CMakeFiles/hash_adler32.dir/codegen: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target hash_adler32" +.PHONY : hash/CMakeFiles/hash_adler32.dir/codegen + +# clean rule for target. +hash/CMakeFiles/hash_adler32.dir/clean: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/clean +.PHONY : hash/CMakeFiles/hash_adler32.dir/clean + +#============================================================================= +# Target rules for target hash/CMakeFiles/hash_blake2b.dir + +# All Build rule for target. +hash/CMakeFiles/hash_blake2b.dir/all: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/depend + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=28 "Built target hash_blake2b" +.PHONY : hash/CMakeFiles/hash_blake2b.dir/all + +# Build rule for subdir invocation for target. +hash/CMakeFiles/hash_blake2b.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_blake2b.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : hash/CMakeFiles/hash_blake2b.dir/rule + +# Convenience name for target. +hash_blake2b: hash/CMakeFiles/hash_blake2b.dir/rule +.PHONY : hash_blake2b + +# codegen rule for target. +hash/CMakeFiles/hash_blake2b.dir/codegen: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=28 "Finished codegen for target hash_blake2b" +.PHONY : hash/CMakeFiles/hash_blake2b.dir/codegen + +# clean rule for target. +hash/CMakeFiles/hash_blake2b.dir/clean: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/clean +.PHONY : hash/CMakeFiles/hash_blake2b.dir/clean + +#============================================================================= +# Target rules for target hash/CMakeFiles/hash_crc32.dir + +# All Build rule for target. +hash/CMakeFiles/hash_crc32.dir/all: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/depend + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target hash_crc32" +.PHONY : hash/CMakeFiles/hash_crc32.dir/all + +# Build rule for subdir invocation for target. +hash/CMakeFiles/hash_crc32.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_crc32.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : hash/CMakeFiles/hash_crc32.dir/rule + +# Convenience name for target. +hash_crc32: hash/CMakeFiles/hash_crc32.dir/rule +.PHONY : hash_crc32 + +# codegen rule for target. +hash/CMakeFiles/hash_crc32.dir/codegen: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target hash_crc32" +.PHONY : hash/CMakeFiles/hash_crc32.dir/codegen + +# clean rule for target. +hash/CMakeFiles/hash_crc32.dir/clean: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/clean +.PHONY : hash/CMakeFiles/hash_crc32.dir/clean + +#============================================================================= +# Target rules for target hash/CMakeFiles/hash_djb2.dir + +# All Build rule for target. +hash/CMakeFiles/hash_djb2.dir/all: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/depend + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=29 "Built target hash_djb2" +.PHONY : hash/CMakeFiles/hash_djb2.dir/all + +# Build rule for subdir invocation for target. +hash/CMakeFiles/hash_djb2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_djb2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : hash/CMakeFiles/hash_djb2.dir/rule + +# Convenience name for target. +hash_djb2: hash/CMakeFiles/hash_djb2.dir/rule +.PHONY : hash_djb2 + +# codegen rule for target. +hash/CMakeFiles/hash_djb2.dir/codegen: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=29 "Finished codegen for target hash_djb2" +.PHONY : hash/CMakeFiles/hash_djb2.dir/codegen + +# clean rule for target. +hash/CMakeFiles/hash_djb2.dir/clean: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/clean +.PHONY : hash/CMakeFiles/hash_djb2.dir/clean + +#============================================================================= +# Target rules for target hash/CMakeFiles/hash_sdbm.dir + +# All Build rule for target. +hash/CMakeFiles/hash_sdbm.dir/all: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/depend + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target hash_sdbm" +.PHONY : hash/CMakeFiles/hash_sdbm.dir/all + +# Build rule for subdir invocation for target. +hash/CMakeFiles/hash_sdbm.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_sdbm.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : hash/CMakeFiles/hash_sdbm.dir/rule + +# Convenience name for target. +hash_sdbm: hash/CMakeFiles/hash_sdbm.dir/rule +.PHONY : hash_sdbm + +# codegen rule for target. +hash/CMakeFiles/hash_sdbm.dir/codegen: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target hash_sdbm" +.PHONY : hash/CMakeFiles/hash_sdbm.dir/codegen + +# clean rule for target. +hash/CMakeFiles/hash_sdbm.dir/clean: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/clean +.PHONY : hash/CMakeFiles/hash_sdbm.dir/clean + +#============================================================================= +# Target rules for target hash/CMakeFiles/hash_xor8.dir + +# All Build rule for target. +hash/CMakeFiles/hash_xor8.dir/all: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/depend + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=30 "Built target hash_xor8" +.PHONY : hash/CMakeFiles/hash_xor8.dir/all + +# Build rule for subdir invocation for target. +hash/CMakeFiles/hash_xor8.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_xor8.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : hash/CMakeFiles/hash_xor8.dir/rule + +# Convenience name for target. +hash_xor8: hash/CMakeFiles/hash_xor8.dir/rule +.PHONY : hash_xor8 + +# codegen rule for target. +hash/CMakeFiles/hash_xor8.dir/codegen: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=30 "Finished codegen for target hash_xor8" +.PHONY : hash/CMakeFiles/hash_xor8.dir/codegen + +# clean rule for target. +hash/CMakeFiles/hash_xor8.dir/clean: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/clean +.PHONY : hash/CMakeFiles/hash_xor8.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/demonetization.dir + +# All Build rule for target. +misc/CMakeFiles/demonetization.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target demonetization" +.PHONY : misc/CMakeFiles/demonetization.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/demonetization.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/demonetization.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/demonetization.dir/rule + +# Convenience name for target. +demonetization: misc/CMakeFiles/demonetization.dir/rule +.PHONY : demonetization + +# codegen rule for target. +misc/CMakeFiles/demonetization.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target demonetization" +.PHONY : misc/CMakeFiles/demonetization.dir/codegen + +# clean rule for target. +misc/CMakeFiles/demonetization.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/clean +.PHONY : misc/CMakeFiles/demonetization.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/hamming_distance.dir + +# All Build rule for target. +misc/CMakeFiles/hamming_distance.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target hamming_distance" +.PHONY : misc/CMakeFiles/hamming_distance.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/hamming_distance.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/hamming_distance.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/hamming_distance.dir/rule + +# Convenience name for target. +hamming_distance: misc/CMakeFiles/hamming_distance.dir/rule +.PHONY : hamming_distance + +# codegen rule for target. +misc/CMakeFiles/hamming_distance.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target hamming_distance" +.PHONY : misc/CMakeFiles/hamming_distance.dir/codegen + +# clean rule for target. +misc/CMakeFiles/hamming_distance.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/clean +.PHONY : misc/CMakeFiles/hamming_distance.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/lexicographic_permutations.dir + +# All Build rule for target. +misc/CMakeFiles/lexicographic_permutations.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=41 "Built target lexicographic_permutations" +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/lexicographic_permutations.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/lexicographic_permutations.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/rule + +# Convenience name for target. +lexicographic_permutations: misc/CMakeFiles/lexicographic_permutations.dir/rule +.PHONY : lexicographic_permutations + +# codegen rule for target. +misc/CMakeFiles/lexicographic_permutations.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=41 "Finished codegen for target lexicographic_permutations" +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/codegen + +# clean rule for target. +misc/CMakeFiles/lexicographic_permutations.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/clean +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/longest_subsequence.dir + +# All Build rule for target. +misc/CMakeFiles/longest_subsequence.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=42 "Built target longest_subsequence" +.PHONY : misc/CMakeFiles/longest_subsequence.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/longest_subsequence.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/longest_subsequence.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/longest_subsequence.dir/rule + +# Convenience name for target. +longest_subsequence: misc/CMakeFiles/longest_subsequence.dir/rule +.PHONY : longest_subsequence + +# codegen rule for target. +misc/CMakeFiles/longest_subsequence.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=42 "Finished codegen for target longest_subsequence" +.PHONY : misc/CMakeFiles/longest_subsequence.dir/codegen + +# clean rule for target. +misc/CMakeFiles/longest_subsequence.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/clean +.PHONY : misc/CMakeFiles/longest_subsequence.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/mcnaughton_yamada_thompson.dir + +# All Build rule for target. +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=44 "Built target mcnaughton_yamada_thompson" +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/mcnaughton_yamada_thompson.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/rule + +# Convenience name for target. +mcnaughton_yamada_thompson: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/rule +.PHONY : mcnaughton_yamada_thompson + +# codegen rule for target. +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=44 "Finished codegen for target mcnaughton_yamada_thompson" +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/codegen + +# clean rule for target. +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/clean +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/mirror.dir + +# All Build rule for target. +misc/CMakeFiles/mirror.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target mirror" +.PHONY : misc/CMakeFiles/mirror.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/mirror.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/mirror.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/mirror.dir/rule + +# Convenience name for target. +mirror: misc/CMakeFiles/mirror.dir/rule +.PHONY : mirror + +# codegen rule for target. +misc/CMakeFiles/mirror.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target mirror" +.PHONY : misc/CMakeFiles/mirror.dir/codegen + +# clean rule for target. +misc/CMakeFiles/mirror.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/clean +.PHONY : misc/CMakeFiles/mirror.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/pid.dir + +# All Build rule for target. +misc/CMakeFiles/pid.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=56 "Built target pid" +.PHONY : misc/CMakeFiles/pid.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/pid.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/pid.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/pid.dir/rule + +# Convenience name for target. +pid: misc/CMakeFiles/pid.dir/rule +.PHONY : pid + +# codegen rule for target. +misc/CMakeFiles/pid.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=56 "Finished codegen for target pid" +.PHONY : misc/CMakeFiles/pid.dir/codegen + +# clean rule for target. +misc/CMakeFiles/pid.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/clean +.PHONY : misc/CMakeFiles/pid.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/poly_add.dir + +# All Build rule for target. +misc/CMakeFiles/poly_add.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=57 "Built target poly_add" +.PHONY : misc/CMakeFiles/poly_add.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/poly_add.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/poly_add.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/poly_add.dir/rule + +# Convenience name for target. +poly_add: misc/CMakeFiles/poly_add.dir/rule +.PHONY : poly_add + +# codegen rule for target. +misc/CMakeFiles/poly_add.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=57 "Finished codegen for target poly_add" +.PHONY : misc/CMakeFiles/poly_add.dir/codegen + +# clean rule for target. +misc/CMakeFiles/poly_add.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/clean +.PHONY : misc/CMakeFiles/poly_add.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/postfix_evaluation.dir + +# All Build rule for target. +misc/CMakeFiles/postfix_evaluation.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target postfix_evaluation" +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/postfix_evaluation.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/postfix_evaluation.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/rule + +# Convenience name for target. +postfix_evaluation: misc/CMakeFiles/postfix_evaluation.dir/rule +.PHONY : postfix_evaluation + +# codegen rule for target. +misc/CMakeFiles/postfix_evaluation.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target postfix_evaluation" +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/codegen + +# clean rule for target. +misc/CMakeFiles/postfix_evaluation.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/clean +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/quartile.dir + +# All Build rule for target. +misc/CMakeFiles/quartile.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target quartile" +.PHONY : misc/CMakeFiles/quartile.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/quartile.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/quartile.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/quartile.dir/rule + +# Convenience name for target. +quartile: misc/CMakeFiles/quartile.dir/rule +.PHONY : quartile + +# codegen rule for target. +misc/CMakeFiles/quartile.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target quartile" +.PHONY : misc/CMakeFiles/quartile.dir/codegen + +# clean rule for target. +misc/CMakeFiles/quartile.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/clean +.PHONY : misc/CMakeFiles/quartile.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/rselect.dir + +# All Build rule for target. +misc/CMakeFiles/rselect.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=84 "Built target rselect" +.PHONY : misc/CMakeFiles/rselect.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/rselect.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/rselect.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/rselect.dir/rule + +# Convenience name for target. +rselect: misc/CMakeFiles/rselect.dir/rule +.PHONY : rselect + +# codegen rule for target. +misc/CMakeFiles/rselect.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=84 "Finished codegen for target rselect" +.PHONY : misc/CMakeFiles/rselect.dir/codegen + +# clean rule for target. +misc/CMakeFiles/rselect.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/clean +.PHONY : misc/CMakeFiles/rselect.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/run_length_encoding.dir + +# All Build rule for target. +misc/CMakeFiles/run_length_encoding.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target run_length_encoding" +.PHONY : misc/CMakeFiles/run_length_encoding.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/run_length_encoding.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/run_length_encoding.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/run_length_encoding.dir/rule + +# Convenience name for target. +run_length_encoding: misc/CMakeFiles/run_length_encoding.dir/rule +.PHONY : run_length_encoding + +# codegen rule for target. +misc/CMakeFiles/run_length_encoding.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target run_length_encoding" +.PHONY : misc/CMakeFiles/run_length_encoding.dir/codegen + +# clean rule for target. +misc/CMakeFiles/run_length_encoding.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/clean +.PHONY : misc/CMakeFiles/run_length_encoding.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/shunting_yard.dir + +# All Build rule for target. +misc/CMakeFiles/shunting_yard.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target shunting_yard" +.PHONY : misc/CMakeFiles/shunting_yard.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/shunting_yard.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/shunting_yard.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/shunting_yard.dir/rule + +# Convenience name for target. +shunting_yard: misc/CMakeFiles/shunting_yard.dir/rule +.PHONY : shunting_yard + +# codegen rule for target. +misc/CMakeFiles/shunting_yard.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target shunting_yard" +.PHONY : misc/CMakeFiles/shunting_yard.dir/codegen + +# clean rule for target. +misc/CMakeFiles/shunting_yard.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/clean +.PHONY : misc/CMakeFiles/shunting_yard.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/sudoku_solver.dir + +# All Build rule for target. +misc/CMakeFiles/sudoku_solver.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=92 "Built target sudoku_solver" +.PHONY : misc/CMakeFiles/sudoku_solver.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/sudoku_solver.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/sudoku_solver.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/sudoku_solver.dir/rule + +# Convenience name for target. +sudoku_solver: misc/CMakeFiles/sudoku_solver.dir/rule +.PHONY : sudoku_solver + +# codegen rule for target. +misc/CMakeFiles/sudoku_solver.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=92 "Finished codegen for target sudoku_solver" +.PHONY : misc/CMakeFiles/sudoku_solver.dir/codegen + +# clean rule for target. +misc/CMakeFiles/sudoku_solver.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/clean +.PHONY : misc/CMakeFiles/sudoku_solver.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/tower_of_hanoi.dir + +# All Build rule for target. +misc/CMakeFiles/tower_of_hanoi.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=97 "Built target tower_of_hanoi" +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/tower_of_hanoi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/tower_of_hanoi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/rule + +# Convenience name for target. +tower_of_hanoi: misc/CMakeFiles/tower_of_hanoi.dir/rule +.PHONY : tower_of_hanoi + +# codegen rule for target. +misc/CMakeFiles/tower_of_hanoi.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=97 "Finished codegen for target tower_of_hanoi" +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/codegen + +# clean rule for target. +misc/CMakeFiles/tower_of_hanoi.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/clean +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/clean + +#============================================================================= +# Target rules for target misc/CMakeFiles/union_find.dir + +# All Build rule for target. +misc/CMakeFiles/union_find.dir/all: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/depend + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target union_find" +.PHONY : misc/CMakeFiles/union_find.dir/all + +# Build rule for subdir invocation for target. +misc/CMakeFiles/union_find.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/union_find.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : misc/CMakeFiles/union_find.dir/rule + +# Convenience name for target. +union_find: misc/CMakeFiles/union_find.dir/rule +.PHONY : union_find + +# codegen rule for target. +misc/CMakeFiles/union_find.dir/codegen: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target union_find" +.PHONY : misc/CMakeFiles/union_find.dir/codegen + +# clean rule for target. +misc/CMakeFiles/union_find.dir/clean: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/clean +.PHONY : misc/CMakeFiles/union_find.dir/clean + +#============================================================================= +# Target rules for target games/CMakeFiles/hangman.dir + +# All Build rule for target. +games/CMakeFiles/hangman.dir/all: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/depend + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=27 "Built target hangman" +.PHONY : games/CMakeFiles/hangman.dir/all + +# Build rule for subdir invocation for target. +games/CMakeFiles/hangman.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/CMakeFiles/hangman.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : games/CMakeFiles/hangman.dir/rule + +# Convenience name for target. +hangman: games/CMakeFiles/hangman.dir/rule +.PHONY : hangman + +# codegen rule for target. +games/CMakeFiles/hangman.dir/codegen: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=27 "Finished codegen for target hangman" +.PHONY : games/CMakeFiles/hangman.dir/codegen + +# clean rule for target. +games/CMakeFiles/hangman.dir/clean: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/clean +.PHONY : games/CMakeFiles/hangman.dir/clean + +#============================================================================= +# Target rules for target games/CMakeFiles/naval_battle.dir + +# All Build rule for target. +games/CMakeFiles/naval_battle.dir/all: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/depend + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=48 "Built target naval_battle" +.PHONY : games/CMakeFiles/naval_battle.dir/all + +# Build rule for subdir invocation for target. +games/CMakeFiles/naval_battle.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/CMakeFiles/naval_battle.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : games/CMakeFiles/naval_battle.dir/rule + +# Convenience name for target. +naval_battle: games/CMakeFiles/naval_battle.dir/rule +.PHONY : naval_battle + +# codegen rule for target. +games/CMakeFiles/naval_battle.dir/codegen: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=48 "Finished codegen for target naval_battle" +.PHONY : games/CMakeFiles/naval_battle.dir/codegen + +# clean rule for target. +games/CMakeFiles/naval_battle.dir/clean: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/clean +.PHONY : games/CMakeFiles/naval_battle.dir/clean + +#============================================================================= +# Target rules for target games/CMakeFiles/tic_tac_toe.dir + +# All Build rule for target. +games/CMakeFiles/tic_tac_toe.dir/all: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/depend + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=96 "Built target tic_tac_toe" +.PHONY : games/CMakeFiles/tic_tac_toe.dir/all + +# Build rule for subdir invocation for target. +games/CMakeFiles/tic_tac_toe.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/CMakeFiles/tic_tac_toe.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : games/CMakeFiles/tic_tac_toe.dir/rule + +# Convenience name for target. +tic_tac_toe: games/CMakeFiles/tic_tac_toe.dir/rule +.PHONY : tic_tac_toe + +# codegen rule for target. +games/CMakeFiles/tic_tac_toe.dir/codegen: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=96 "Finished codegen for target tic_tac_toe" +.PHONY : games/CMakeFiles/tic_tac_toe.dir/codegen + +# clean rule for target. +games/CMakeFiles/tic_tac_toe.dir/clean: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/clean +.PHONY : games/CMakeFiles/tic_tac_toe.dir/clean + +#============================================================================= +# Target rules for target audio/CMakeFiles/alaw.dir + +# All Build rule for target. +audio/CMakeFiles/alaw.dir/all: + $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/depend + $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target alaw" +.PHONY : audio/CMakeFiles/alaw.dir/all + +# Build rule for subdir invocation for target. +audio/CMakeFiles/alaw.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 audio/CMakeFiles/alaw.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : audio/CMakeFiles/alaw.dir/rule + +# Convenience name for target. +alaw: audio/CMakeFiles/alaw.dir/rule +.PHONY : alaw + +# codegen rule for target. +audio/CMakeFiles/alaw.dir/codegen: + $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target alaw" +.PHONY : audio/CMakeFiles/alaw.dir/codegen + +# clean rule for target. +audio/CMakeFiles/alaw.dir/clean: + $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/clean +.PHONY : audio/CMakeFiles/alaw.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/bead_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/bead_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target bead_sort" +.PHONY : sorting/CMakeFiles/bead_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/bead_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bead_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/bead_sort.dir/rule + +# Convenience name for target. +bead_sort: sorting/CMakeFiles/bead_sort.dir/rule +.PHONY : bead_sort + +# codegen rule for target. +sorting/CMakeFiles/bead_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target bead_sort" +.PHONY : sorting/CMakeFiles/bead_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/bead_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/clean +.PHONY : sorting/CMakeFiles/bead_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/binary_insertion_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/binary_insertion_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=3 "Built target binary_insertion_sort" +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/binary_insertion_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/binary_insertion_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/rule + +# Convenience name for target. +binary_insertion_sort: sorting/CMakeFiles/binary_insertion_sort.dir/rule +.PHONY : binary_insertion_sort + +# codegen rule for target. +sorting/CMakeFiles/binary_insertion_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=3 "Finished codegen for target binary_insertion_sort" +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/binary_insertion_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/clean +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/bogo_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/bogo_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=6 "Built target bogo_sort" +.PHONY : sorting/CMakeFiles/bogo_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/bogo_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bogo_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/bogo_sort.dir/rule + +# Convenience name for target. +bogo_sort: sorting/CMakeFiles/bogo_sort.dir/rule +.PHONY : bogo_sort + +# codegen rule for target. +sorting/CMakeFiles/bogo_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=6 "Finished codegen for target bogo_sort" +.PHONY : sorting/CMakeFiles/bogo_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/bogo_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/clean +.PHONY : sorting/CMakeFiles/bogo_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/bubble_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/bubble_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target bubble_sort" +.PHONY : sorting/CMakeFiles/bubble_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/bubble_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bubble_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/bubble_sort.dir/rule + +# Convenience name for target. +bubble_sort: sorting/CMakeFiles/bubble_sort.dir/rule +.PHONY : bubble_sort + +# codegen rule for target. +sorting/CMakeFiles/bubble_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target bubble_sort" +.PHONY : sorting/CMakeFiles/bubble_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/bubble_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/clean +.PHONY : sorting/CMakeFiles/bubble_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/bubble_sort_2.dir + +# All Build rule for target. +sorting/CMakeFiles/bubble_sort_2.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=7 "Built target bubble_sort_2" +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/bubble_sort_2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bubble_sort_2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/rule + +# Convenience name for target. +bubble_sort_2: sorting/CMakeFiles/bubble_sort_2.dir/rule +.PHONY : bubble_sort_2 + +# codegen rule for target. +sorting/CMakeFiles/bubble_sort_2.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=7 "Finished codegen for target bubble_sort_2" +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/bubble_sort_2.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/clean +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/bubble_sort_recursion.dir + +# All Build rule for target. +sorting/CMakeFiles/bubble_sort_recursion.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target bubble_sort_recursion" +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/bubble_sort_recursion.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bubble_sort_recursion.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/rule + +# Convenience name for target. +bubble_sort_recursion: sorting/CMakeFiles/bubble_sort_recursion.dir/rule +.PHONY : bubble_sort_recursion + +# codegen rule for target. +sorting/CMakeFiles/bubble_sort_recursion.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target bubble_sort_recursion" +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/bubble_sort_recursion.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/clean +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/bucket_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/bucket_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=8 "Built target bucket_sort" +.PHONY : sorting/CMakeFiles/bucket_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/bucket_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bucket_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/bucket_sort.dir/rule + +# Convenience name for target. +bucket_sort: sorting/CMakeFiles/bucket_sort.dir/rule +.PHONY : bucket_sort + +# codegen rule for target. +sorting/CMakeFiles/bucket_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=8 "Finished codegen for target bucket_sort" +.PHONY : sorting/CMakeFiles/bucket_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/bucket_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/clean +.PHONY : sorting/CMakeFiles/bucket_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/cocktail_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/cocktail_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target cocktail_sort" +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/cocktail_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/cocktail_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/rule + +# Convenience name for target. +cocktail_sort: sorting/CMakeFiles/cocktail_sort.dir/rule +.PHONY : cocktail_sort + +# codegen rule for target. +sorting/CMakeFiles/cocktail_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target cocktail_sort" +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/cocktail_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/clean +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/comb_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/comb_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=13 "Built target comb_sort" +.PHONY : sorting/CMakeFiles/comb_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/comb_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/comb_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/comb_sort.dir/rule + +# Convenience name for target. +comb_sort: sorting/CMakeFiles/comb_sort.dir/rule +.PHONY : comb_sort + +# codegen rule for target. +sorting/CMakeFiles/comb_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=13 "Finished codegen for target comb_sort" +.PHONY : sorting/CMakeFiles/comb_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/comb_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/clean +.PHONY : sorting/CMakeFiles/comb_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/counting_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/counting_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target counting_sort" +.PHONY : sorting/CMakeFiles/counting_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/counting_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/counting_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/counting_sort.dir/rule + +# Convenience name for target. +counting_sort: sorting/CMakeFiles/counting_sort.dir/rule +.PHONY : counting_sort + +# codegen rule for target. +sorting/CMakeFiles/counting_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target counting_sort" +.PHONY : sorting/CMakeFiles/counting_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/counting_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/clean +.PHONY : sorting/CMakeFiles/counting_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/cycle_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/cycle_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=14 "Built target cycle_sort" +.PHONY : sorting/CMakeFiles/cycle_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/cycle_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/cycle_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/cycle_sort.dir/rule + +# Convenience name for target. +cycle_sort: sorting/CMakeFiles/cycle_sort.dir/rule +.PHONY : cycle_sort + +# codegen rule for target. +sorting/CMakeFiles/cycle_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=14 "Finished codegen for target cycle_sort" +.PHONY : sorting/CMakeFiles/cycle_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/cycle_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/clean +.PHONY : sorting/CMakeFiles/cycle_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/gnome_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/gnome_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=26 "Built target gnome_sort" +.PHONY : sorting/CMakeFiles/gnome_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/gnome_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/gnome_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/gnome_sort.dir/rule + +# Convenience name for target. +gnome_sort: sorting/CMakeFiles/gnome_sort.dir/rule +.PHONY : gnome_sort + +# codegen rule for target. +sorting/CMakeFiles/gnome_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=26 "Finished codegen for target gnome_sort" +.PHONY : sorting/CMakeFiles/gnome_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/gnome_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/clean +.PHONY : sorting/CMakeFiles/gnome_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/heap_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/heap_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target heap_sort" +.PHONY : sorting/CMakeFiles/heap_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/heap_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/heap_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/heap_sort.dir/rule + +# Convenience name for target. +heap_sort: sorting/CMakeFiles/heap_sort.dir/rule +.PHONY : heap_sort + +# codegen rule for target. +sorting/CMakeFiles/heap_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target heap_sort" +.PHONY : sorting/CMakeFiles/heap_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/heap_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/clean +.PHONY : sorting/CMakeFiles/heap_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/heap_sort_2.dir + +# All Build rule for target. +sorting/CMakeFiles/heap_sort_2.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=31 "Built target heap_sort_2" +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/heap_sort_2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/heap_sort_2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/rule + +# Convenience name for target. +heap_sort_2: sorting/CMakeFiles/heap_sort_2.dir/rule +.PHONY : heap_sort_2 + +# codegen rule for target. +sorting/CMakeFiles/heap_sort_2.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=31 "Finished codegen for target heap_sort_2" +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/heap_sort_2.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/clean +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/insertion_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/insertion_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target insertion_sort" +.PHONY : sorting/CMakeFiles/insertion_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/insertion_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/insertion_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/insertion_sort.dir/rule + +# Convenience name for target. +insertion_sort: sorting/CMakeFiles/insertion_sort.dir/rule +.PHONY : insertion_sort + +# codegen rule for target. +sorting/CMakeFiles/insertion_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target insertion_sort" +.PHONY : sorting/CMakeFiles/insertion_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/insertion_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/clean +.PHONY : sorting/CMakeFiles/insertion_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/insertion_sort_recursive.dir + +# All Build rule for target. +sorting/CMakeFiles/insertion_sort_recursive.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=34 "Built target insertion_sort_recursive" +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/insertion_sort_recursive.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/insertion_sort_recursive.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/rule + +# Convenience name for target. +insertion_sort_recursive: sorting/CMakeFiles/insertion_sort_recursive.dir/rule +.PHONY : insertion_sort_recursive + +# codegen rule for target. +sorting/CMakeFiles/insertion_sort_recursive.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=34 "Finished codegen for target insertion_sort_recursive" +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/insertion_sort_recursive.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/clean +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/merge_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/merge_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target merge_sort" +.PHONY : sorting/CMakeFiles/merge_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/merge_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/merge_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/merge_sort.dir/rule + +# Convenience name for target. +merge_sort: sorting/CMakeFiles/merge_sort.dir/rule +.PHONY : merge_sort + +# codegen rule for target. +sorting/CMakeFiles/merge_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target merge_sort" +.PHONY : sorting/CMakeFiles/merge_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/merge_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/clean +.PHONY : sorting/CMakeFiles/merge_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/merge_sort_nr.dir + +# All Build rule for target. +sorting/CMakeFiles/merge_sort_nr.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=46 "Built target merge_sort_nr" +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/merge_sort_nr.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/merge_sort_nr.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/rule + +# Convenience name for target. +merge_sort_nr: sorting/CMakeFiles/merge_sort_nr.dir/rule +.PHONY : merge_sort_nr + +# codegen rule for target. +sorting/CMakeFiles/merge_sort_nr.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=46 "Finished codegen for target merge_sort_nr" +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/merge_sort_nr.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/clean +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/multikey_quick_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/multikey_quick_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target multikey_quick_sort" +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/multikey_quick_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/multikey_quick_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/rule + +# Convenience name for target. +multikey_quick_sort: sorting/CMakeFiles/multikey_quick_sort.dir/rule +.PHONY : multikey_quick_sort + +# codegen rule for target. +sorting/CMakeFiles/multikey_quick_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target multikey_quick_sort" +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/multikey_quick_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/clean +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/odd_even_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/odd_even_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target odd_even_sort" +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/odd_even_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/odd_even_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/rule + +# Convenience name for target. +odd_even_sort: sorting/CMakeFiles/odd_even_sort.dir/rule +.PHONY : odd_even_sort + +# codegen rule for target. +sorting/CMakeFiles/odd_even_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target odd_even_sort" +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/odd_even_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/clean +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/pancake_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/pancake_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target pancake_sort" +.PHONY : sorting/CMakeFiles/pancake_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/pancake_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/pancake_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/pancake_sort.dir/rule + +# Convenience name for target. +pancake_sort: sorting/CMakeFiles/pancake_sort.dir/rule +.PHONY : pancake_sort + +# codegen rule for target. +sorting/CMakeFiles/pancake_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target pancake_sort" +.PHONY : sorting/CMakeFiles/pancake_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/pancake_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/clean +.PHONY : sorting/CMakeFiles/pancake_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/partition_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/partition_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=55 "Built target partition_sort" +.PHONY : sorting/CMakeFiles/partition_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/partition_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/partition_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/partition_sort.dir/rule + +# Convenience name for target. +partition_sort: sorting/CMakeFiles/partition_sort.dir/rule +.PHONY : partition_sort + +# codegen rule for target. +sorting/CMakeFiles/partition_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=55 "Finished codegen for target partition_sort" +.PHONY : sorting/CMakeFiles/partition_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/partition_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/clean +.PHONY : sorting/CMakeFiles/partition_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/patience_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/patience_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target patience_sort" +.PHONY : sorting/CMakeFiles/patience_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/patience_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/patience_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/patience_sort.dir/rule + +# Convenience name for target. +patience_sort: sorting/CMakeFiles/patience_sort.dir/rule +.PHONY : patience_sort + +# codegen rule for target. +sorting/CMakeFiles/patience_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target patience_sort" +.PHONY : sorting/CMakeFiles/patience_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/patience_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/clean +.PHONY : sorting/CMakeFiles/patience_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/pigeonhole_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/pigeonhole_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target pigeonhole_sort" +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/pigeonhole_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/pigeonhole_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/rule + +# Convenience name for target. +pigeonhole_sort: sorting/CMakeFiles/pigeonhole_sort.dir/rule +.PHONY : pigeonhole_sort + +# codegen rule for target. +sorting/CMakeFiles/pigeonhole_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target pigeonhole_sort" +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/pigeonhole_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/clean +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/quick_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/quick_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target quick_sort" +.PHONY : sorting/CMakeFiles/quick_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/quick_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/quick_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/quick_sort.dir/rule + +# Convenience name for target. +quick_sort: sorting/CMakeFiles/quick_sort.dir/rule +.PHONY : quick_sort + +# codegen rule for target. +sorting/CMakeFiles/quick_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target quick_sort" +.PHONY : sorting/CMakeFiles/quick_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/quick_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/clean +.PHONY : sorting/CMakeFiles/quick_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/radix_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/radix_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=80 "Built target radix_sort" +.PHONY : sorting/CMakeFiles/radix_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/radix_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/radix_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/radix_sort.dir/rule + +# Convenience name for target. +radix_sort: sorting/CMakeFiles/radix_sort.dir/rule +.PHONY : radix_sort + +# codegen rule for target. +sorting/CMakeFiles/radix_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=80 "Finished codegen for target radix_sort" +.PHONY : sorting/CMakeFiles/radix_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/radix_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/clean +.PHONY : sorting/CMakeFiles/radix_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/radix_sort_2.dir + +# All Build rule for target. +sorting/CMakeFiles/radix_sort_2.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target radix_sort_2" +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/radix_sort_2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/radix_sort_2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/rule + +# Convenience name for target. +radix_sort_2: sorting/CMakeFiles/radix_sort_2.dir/rule +.PHONY : radix_sort_2 + +# codegen rule for target. +sorting/CMakeFiles/radix_sort_2.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target radix_sort_2" +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/radix_sort_2.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/clean +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/random_quick_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/random_quick_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=81 "Built target random_quick_sort" +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/random_quick_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/random_quick_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/rule + +# Convenience name for target. +random_quick_sort: sorting/CMakeFiles/random_quick_sort.dir/rule +.PHONY : random_quick_sort + +# codegen rule for target. +sorting/CMakeFiles/random_quick_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=81 "Finished codegen for target random_quick_sort" +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/random_quick_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/clean +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/selection_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/selection_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target selection_sort" +.PHONY : sorting/CMakeFiles/selection_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/selection_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/selection_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/selection_sort.dir/rule + +# Convenience name for target. +selection_sort: sorting/CMakeFiles/selection_sort.dir/rule +.PHONY : selection_sort + +# codegen rule for target. +sorting/CMakeFiles/selection_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target selection_sort" +.PHONY : sorting/CMakeFiles/selection_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/selection_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/clean +.PHONY : sorting/CMakeFiles/selection_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/selection_sort_recursive.dir + +# All Build rule for target. +sorting/CMakeFiles/selection_sort_recursive.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=86 "Built target selection_sort_recursive" +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/selection_sort_recursive.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/selection_sort_recursive.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/rule + +# Convenience name for target. +selection_sort_recursive: sorting/CMakeFiles/selection_sort_recursive.dir/rule +.PHONY : selection_sort_recursive + +# codegen rule for target. +sorting/CMakeFiles/selection_sort_recursive.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=86 "Finished codegen for target selection_sort_recursive" +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/selection_sort_recursive.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/clean +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/shaker_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/shaker_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=88 "Built target shaker_sort" +.PHONY : sorting/CMakeFiles/shaker_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/shaker_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/shaker_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/shaker_sort.dir/rule + +# Convenience name for target. +shaker_sort: sorting/CMakeFiles/shaker_sort.dir/rule +.PHONY : shaker_sort + +# codegen rule for target. +sorting/CMakeFiles/shaker_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=88 "Finished codegen for target shaker_sort" +.PHONY : sorting/CMakeFiles/shaker_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/shaker_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/clean +.PHONY : sorting/CMakeFiles/shaker_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/shell_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/shell_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target shell_sort" +.PHONY : sorting/CMakeFiles/shell_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/shell_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/shell_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/shell_sort.dir/rule + +# Convenience name for target. +shell_sort: sorting/CMakeFiles/shell_sort.dir/rule +.PHONY : shell_sort + +# codegen rule for target. +sorting/CMakeFiles/shell_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target shell_sort" +.PHONY : sorting/CMakeFiles/shell_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/shell_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/clean +.PHONY : sorting/CMakeFiles/shell_sort.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/shell_sort2.dir + +# All Build rule for target. +sorting/CMakeFiles/shell_sort2.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=89 "Built target shell_sort2" +.PHONY : sorting/CMakeFiles/shell_sort2.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/shell_sort2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/shell_sort2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/shell_sort2.dir/rule + +# Convenience name for target. +shell_sort2: sorting/CMakeFiles/shell_sort2.dir/rule +.PHONY : shell_sort2 + +# codegen rule for target. +sorting/CMakeFiles/shell_sort2.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=89 "Finished codegen for target shell_sort2" +.PHONY : sorting/CMakeFiles/shell_sort2.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/shell_sort2.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/clean +.PHONY : sorting/CMakeFiles/shell_sort2.dir/clean + +#============================================================================= +# Target rules for target sorting/CMakeFiles/stooge_sort.dir + +# All Build rule for target. +sorting/CMakeFiles/stooge_sort.dir/all: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/depend + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=91 "Built target stooge_sort" +.PHONY : sorting/CMakeFiles/stooge_sort.dir/all + +# Build rule for subdir invocation for target. +sorting/CMakeFiles/stooge_sort.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/stooge_sort.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : sorting/CMakeFiles/stooge_sort.dir/rule + +# Convenience name for target. +stooge_sort: sorting/CMakeFiles/stooge_sort.dir/rule +.PHONY : stooge_sort + +# codegen rule for target. +sorting/CMakeFiles/stooge_sort.dir/codegen: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=91 "Finished codegen for target stooge_sort" +.PHONY : sorting/CMakeFiles/stooge_sort.dir/codegen + +# clean rule for target. +sorting/CMakeFiles/stooge_sort.dir/clean: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/clean +.PHONY : sorting/CMakeFiles/stooge_sort.dir/clean + +#============================================================================= +# Target rules for target geometry/CMakeFiles/quaternions.dir + +# All Build rule for target. +geometry/CMakeFiles/quaternions.dir/all: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/depend + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=79 "Built target quaternions" +.PHONY : geometry/CMakeFiles/quaternions.dir/all + +# Build rule for subdir invocation for target. +geometry/CMakeFiles/quaternions.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/CMakeFiles/quaternions.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : geometry/CMakeFiles/quaternions.dir/rule + +# Convenience name for target. +quaternions: geometry/CMakeFiles/quaternions.dir/rule +.PHONY : quaternions + +# codegen rule for target. +geometry/CMakeFiles/quaternions.dir/codegen: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=79 "Finished codegen for target quaternions" +.PHONY : geometry/CMakeFiles/quaternions.dir/codegen + +# clean rule for target. +geometry/CMakeFiles/quaternions.dir/clean: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/clean +.PHONY : geometry/CMakeFiles/quaternions.dir/clean + +#============================================================================= +# Target rules for target geometry/CMakeFiles/vectors_3d.dir + +# All Build rule for target. +geometry/CMakeFiles/vectors_3d.dir/all: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/depend + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=100 "Built target vectors_3d" +.PHONY : geometry/CMakeFiles/vectors_3d.dir/all + +# Build rule for subdir invocation for target. +geometry/CMakeFiles/vectors_3d.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/CMakeFiles/vectors_3d.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : geometry/CMakeFiles/vectors_3d.dir/rule + +# Convenience name for target. +vectors_3d: geometry/CMakeFiles/vectors_3d.dir/rule +.PHONY : vectors_3d + +# codegen rule for target. +geometry/CMakeFiles/vectors_3d.dir/codegen: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=100 "Finished codegen for target vectors_3d" +.PHONY : geometry/CMakeFiles/vectors_3d.dir/codegen + +# clean rule for target. +geometry/CMakeFiles/vectors_3d.dir/clean: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/clean +.PHONY : geometry/CMakeFiles/vectors_3d.dir/clean + +#============================================================================= +# Target rules for target graphics/CMakeFiles/spirograph.dir + +# All Build rule for target. +graphics/CMakeFiles/spirograph.dir/all: + $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/depend + $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target spirograph" +.PHONY : graphics/CMakeFiles/spirograph.dir/all + +# Build rule for subdir invocation for target. +graphics/CMakeFiles/spirograph.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 graphics/CMakeFiles/spirograph.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : graphics/CMakeFiles/spirograph.dir/rule + +# Convenience name for target. +spirograph: graphics/CMakeFiles/spirograph.dir/rule +.PHONY : spirograph + +# codegen rule for target. +graphics/CMakeFiles/spirograph.dir/codegen: + $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target spirograph" +.PHONY : graphics/CMakeFiles/spirograph.dir/codegen + +# clean rule for target. +graphics/CMakeFiles/spirograph.dir/clean: + $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/clean +.PHONY : graphics/CMakeFiles/spirograph.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/binary_search.dir + +# All Build rule for target. +searching/CMakeFiles/binary_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target binary_search" +.PHONY : searching/CMakeFiles/binary_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/binary_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/binary_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/binary_search.dir/rule + +# Convenience name for target. +binary_search: searching/CMakeFiles/binary_search.dir/rule +.PHONY : binary_search + +# codegen rule for target. +searching/CMakeFiles/binary_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target binary_search" +.PHONY : searching/CMakeFiles/binary_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/binary_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/clean +.PHONY : searching/CMakeFiles/binary_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/exponential_search.dir + +# All Build rule for target. +searching/CMakeFiles/exponential_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=19 "Built target exponential_search" +.PHONY : searching/CMakeFiles/exponential_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/exponential_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/exponential_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/exponential_search.dir/rule + +# Convenience name for target. +exponential_search: searching/CMakeFiles/exponential_search.dir/rule +.PHONY : exponential_search + +# codegen rule for target. +searching/CMakeFiles/exponential_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=19 "Finished codegen for target exponential_search" +.PHONY : searching/CMakeFiles/exponential_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/exponential_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/clean +.PHONY : searching/CMakeFiles/exponential_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/fibonacci_search.dir + +# All Build rule for target. +searching/CMakeFiles/fibonacci_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=23 "Built target fibonacci_search" +.PHONY : searching/CMakeFiles/fibonacci_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/fibonacci_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/fibonacci_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/fibonacci_search.dir/rule + +# Convenience name for target. +fibonacci_search: searching/CMakeFiles/fibonacci_search.dir/rule +.PHONY : fibonacci_search + +# codegen rule for target. +searching/CMakeFiles/fibonacci_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=23 "Finished codegen for target fibonacci_search" +.PHONY : searching/CMakeFiles/fibonacci_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/fibonacci_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/clean +.PHONY : searching/CMakeFiles/fibonacci_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/floyd_cycle_detection_algorithm.dir + +# All Build rule for target. +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target floyd_cycle_detection_algorithm" +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/rule + +# Convenience name for target. +floyd_cycle_detection_algorithm: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/rule +.PHONY : floyd_cycle_detection_algorithm + +# codegen rule for target. +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target floyd_cycle_detection_algorithm" +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/codegen + +# clean rule for target. +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/clean +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/interpolation_search.dir + +# All Build rule for target. +searching/CMakeFiles/interpolation_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=35 "Built target interpolation_search" +.PHONY : searching/CMakeFiles/interpolation_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/interpolation_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/interpolation_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/interpolation_search.dir/rule + +# Convenience name for target. +interpolation_search: searching/CMakeFiles/interpolation_search.dir/rule +.PHONY : interpolation_search + +# codegen rule for target. +searching/CMakeFiles/interpolation_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=35 "Finished codegen for target interpolation_search" +.PHONY : searching/CMakeFiles/interpolation_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/interpolation_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/clean +.PHONY : searching/CMakeFiles/interpolation_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/jump_search.dir + +# All Build rule for target. +searching/CMakeFiles/jump_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=36 "Built target jump_search" +.PHONY : searching/CMakeFiles/jump_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/jump_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/jump_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/jump_search.dir/rule + +# Convenience name for target. +jump_search: searching/CMakeFiles/jump_search.dir/rule +.PHONY : jump_search + +# codegen rule for target. +searching/CMakeFiles/jump_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=36 "Finished codegen for target jump_search" +.PHONY : searching/CMakeFiles/jump_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/jump_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/clean +.PHONY : searching/CMakeFiles/jump_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/linear_search.dir + +# All Build rule for target. +searching/CMakeFiles/linear_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target linear_search" +.PHONY : searching/CMakeFiles/linear_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/linear_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/linear_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/linear_search.dir/rule + +# Convenience name for target. +linear_search: searching/CMakeFiles/linear_search.dir/rule +.PHONY : linear_search + +# codegen rule for target. +searching/CMakeFiles/linear_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target linear_search" +.PHONY : searching/CMakeFiles/linear_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/linear_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/clean +.PHONY : searching/CMakeFiles/linear_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/modified_binary_search.dir + +# All Build rule for target. +searching/CMakeFiles/modified_binary_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=47 "Built target modified_binary_search" +.PHONY : searching/CMakeFiles/modified_binary_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/modified_binary_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/modified_binary_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/modified_binary_search.dir/rule + +# Convenience name for target. +modified_binary_search: searching/CMakeFiles/modified_binary_search.dir/rule +.PHONY : modified_binary_search + +# codegen rule for target. +searching/CMakeFiles/modified_binary_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=47 "Finished codegen for target modified_binary_search" +.PHONY : searching/CMakeFiles/modified_binary_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/modified_binary_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/clean +.PHONY : searching/CMakeFiles/modified_binary_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/other_binary_search.dir + +# All Build rule for target. +searching/CMakeFiles/other_binary_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target other_binary_search" +.PHONY : searching/CMakeFiles/other_binary_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/other_binary_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/other_binary_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/other_binary_search.dir/rule + +# Convenience name for target. +other_binary_search: searching/CMakeFiles/other_binary_search.dir/rule +.PHONY : other_binary_search + +# codegen rule for target. +searching/CMakeFiles/other_binary_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target other_binary_search" +.PHONY : searching/CMakeFiles/other_binary_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/other_binary_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/clean +.PHONY : searching/CMakeFiles/other_binary_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/sentinel_linear_search.dir + +# All Build rule for target. +searching/CMakeFiles/sentinel_linear_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target sentinel_linear_search" +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/sentinel_linear_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/sentinel_linear_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/rule + +# Convenience name for target. +sentinel_linear_search: searching/CMakeFiles/sentinel_linear_search.dir/rule +.PHONY : sentinel_linear_search + +# codegen rule for target. +searching/CMakeFiles/sentinel_linear_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target sentinel_linear_search" +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/sentinel_linear_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/clean +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/clean + +#============================================================================= +# Target rules for target searching/CMakeFiles/ternary_search.dir + +# All Build rule for target. +searching/CMakeFiles/ternary_search.dir/all: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/depend + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target ternary_search" +.PHONY : searching/CMakeFiles/ternary_search.dir/all + +# Build rule for subdir invocation for target. +searching/CMakeFiles/ternary_search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/ternary_search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : searching/CMakeFiles/ternary_search.dir/rule + +# Convenience name for target. +ternary_search: searching/CMakeFiles/ternary_search.dir/rule +.PHONY : ternary_search + +# codegen rule for target. +searching/CMakeFiles/ternary_search.dir/codegen: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target ternary_search" +.PHONY : searching/CMakeFiles/ternary_search.dir/codegen + +# clean rule for target. +searching/CMakeFiles/ternary_search.dir/clean: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/clean +.PHONY : searching/CMakeFiles/ternary_search.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/binary_to_decimal.dir + +# All Build rule for target. +conversions/CMakeFiles/binary_to_decimal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=4 "Built target binary_to_decimal" +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/binary_to_decimal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/binary_to_decimal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/rule + +# Convenience name for target. +binary_to_decimal: conversions/CMakeFiles/binary_to_decimal.dir/rule +.PHONY : binary_to_decimal + +# codegen rule for target. +conversions/CMakeFiles/binary_to_decimal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=4 "Finished codegen for target binary_to_decimal" +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/binary_to_decimal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/clean +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/binary_to_hexadecimal.dir + +# All Build rule for target. +conversions/CMakeFiles/binary_to_hexadecimal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target binary_to_hexadecimal" +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/binary_to_hexadecimal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/binary_to_hexadecimal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/rule + +# Convenience name for target. +binary_to_hexadecimal: conversions/CMakeFiles/binary_to_hexadecimal.dir/rule +.PHONY : binary_to_hexadecimal + +# codegen rule for target. +conversions/CMakeFiles/binary_to_hexadecimal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target binary_to_hexadecimal" +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/binary_to_hexadecimal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/clean +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/binary_to_octal.dir + +# All Build rule for target. +conversions/CMakeFiles/binary_to_octal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=5 "Built target binary_to_octal" +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/binary_to_octal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/binary_to_octal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/rule + +# Convenience name for target. +binary_to_octal: conversions/CMakeFiles/binary_to_octal.dir/rule +.PHONY : binary_to_octal + +# codegen rule for target. +conversions/CMakeFiles/binary_to_octal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=5 "Finished codegen for target binary_to_octal" +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/binary_to_octal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/clean +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/c_atoi_str_to_integer.dir + +# All Build rule for target. +conversions/CMakeFiles/c_atoi_str_to_integer.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target c_atoi_str_to_integer" +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/c_atoi_str_to_integer.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/c_atoi_str_to_integer.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/rule + +# Convenience name for target. +c_atoi_str_to_integer: conversions/CMakeFiles/c_atoi_str_to_integer.dir/rule +.PHONY : c_atoi_str_to_integer + +# codegen rule for target. +conversions/CMakeFiles/c_atoi_str_to_integer.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target c_atoi_str_to_integer" +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/c_atoi_str_to_integer.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/clean +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/celsius_to_fahrenheit.dir + +# All Build rule for target. +conversions/CMakeFiles/celsius_to_fahrenheit.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target celsius_to_fahrenheit" +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/celsius_to_fahrenheit.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/celsius_to_fahrenheit.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/rule + +# Convenience name for target. +celsius_to_fahrenheit: conversions/CMakeFiles/celsius_to_fahrenheit.dir/rule +.PHONY : celsius_to_fahrenheit + +# codegen rule for target. +conversions/CMakeFiles/celsius_to_fahrenheit.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target celsius_to_fahrenheit" +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/celsius_to_fahrenheit.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/clean +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/decimal_to_any_base.dir + +# All Build rule for target. +conversions/CMakeFiles/decimal_to_any_base.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target decimal_to_any_base" +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/decimal_to_any_base.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_any_base.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/rule + +# Convenience name for target. +decimal_to_any_base: conversions/CMakeFiles/decimal_to_any_base.dir/rule +.PHONY : decimal_to_any_base + +# codegen rule for target. +conversions/CMakeFiles/decimal_to_any_base.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target decimal_to_any_base" +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/decimal_to_any_base.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/clean +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/decimal_to_binary.dir + +# All Build rule for target. +conversions/CMakeFiles/decimal_to_binary.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=15 "Built target decimal_to_binary" +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/decimal_to_binary.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_binary.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/rule + +# Convenience name for target. +decimal_to_binary: conversions/CMakeFiles/decimal_to_binary.dir/rule +.PHONY : decimal_to_binary + +# codegen rule for target. +conversions/CMakeFiles/decimal_to_binary.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=15 "Finished codegen for target decimal_to_binary" +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/decimal_to_binary.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/clean +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/decimal_to_binary_recursion.dir + +# All Build rule for target. +conversions/CMakeFiles/decimal_to_binary_recursion.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target decimal_to_binary_recursion" +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/decimal_to_binary_recursion.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_binary_recursion.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/rule + +# Convenience name for target. +decimal_to_binary_recursion: conversions/CMakeFiles/decimal_to_binary_recursion.dir/rule +.PHONY : decimal_to_binary_recursion + +# codegen rule for target. +conversions/CMakeFiles/decimal_to_binary_recursion.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target decimal_to_binary_recursion" +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/decimal_to_binary_recursion.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/clean +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/decimal_to_hexa.dir + +# All Build rule for target. +conversions/CMakeFiles/decimal_to_hexa.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=16 "Built target decimal_to_hexa" +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/decimal_to_hexa.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_hexa.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/rule + +# Convenience name for target. +decimal_to_hexa: conversions/CMakeFiles/decimal_to_hexa.dir/rule +.PHONY : decimal_to_hexa + +# codegen rule for target. +conversions/CMakeFiles/decimal_to_hexa.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=16 "Finished codegen for target decimal_to_hexa" +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/decimal_to_hexa.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/clean +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/decimal_to_octal.dir + +# All Build rule for target. +conversions/CMakeFiles/decimal_to_octal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target decimal_to_octal" +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/decimal_to_octal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_octal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/rule + +# Convenience name for target. +decimal_to_octal: conversions/CMakeFiles/decimal_to_octal.dir/rule +.PHONY : decimal_to_octal + +# codegen rule for target. +conversions/CMakeFiles/decimal_to_octal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target decimal_to_octal" +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/decimal_to_octal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/clean +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/decimal_to_octal_recursion.dir + +# All Build rule for target. +conversions/CMakeFiles/decimal_to_octal_recursion.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=17 "Built target decimal_to_octal_recursion" +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/decimal_to_octal_recursion.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_octal_recursion.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/rule + +# Convenience name for target. +decimal_to_octal_recursion: conversions/CMakeFiles/decimal_to_octal_recursion.dir/rule +.PHONY : decimal_to_octal_recursion + +# codegen rule for target. +conversions/CMakeFiles/decimal_to_octal_recursion.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=17 "Finished codegen for target decimal_to_octal_recursion" +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/decimal_to_octal_recursion.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/clean +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/hexadecimal_to_octal.dir + +# All Build rule for target. +conversions/CMakeFiles/hexadecimal_to_octal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target hexadecimal_to_octal" +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/hexadecimal_to_octal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/hexadecimal_to_octal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/rule + +# Convenience name for target. +hexadecimal_to_octal: conversions/CMakeFiles/hexadecimal_to_octal.dir/rule +.PHONY : hexadecimal_to_octal + +# codegen rule for target. +conversions/CMakeFiles/hexadecimal_to_octal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target hexadecimal_to_octal" +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/hexadecimal_to_octal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/clean +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/hexadecimal_to_octal2.dir + +# All Build rule for target. +conversions/CMakeFiles/hexadecimal_to_octal2.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=32 "Built target hexadecimal_to_octal2" +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/hexadecimal_to_octal2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/hexadecimal_to_octal2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/rule + +# Convenience name for target. +hexadecimal_to_octal2: conversions/CMakeFiles/hexadecimal_to_octal2.dir/rule +.PHONY : hexadecimal_to_octal2 + +# codegen rule for target. +conversions/CMakeFiles/hexadecimal_to_octal2.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=32 "Finished codegen for target hexadecimal_to_octal2" +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/hexadecimal_to_octal2.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/clean +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/infix_to_postfix.dir + +# All Build rule for target. +conversions/CMakeFiles/infix_to_postfix.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target infix_to_postfix" +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/infix_to_postfix.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/infix_to_postfix.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/rule + +# Convenience name for target. +infix_to_postfix: conversions/CMakeFiles/infix_to_postfix.dir/rule +.PHONY : infix_to_postfix + +# codegen rule for target. +conversions/CMakeFiles/infix_to_postfix.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target infix_to_postfix" +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/infix_to_postfix.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/clean +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/infix_to_postfix2.dir + +# All Build rule for target. +conversions/CMakeFiles/infix_to_postfix2.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=33 "Built target infix_to_postfix2" +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/infix_to_postfix2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/infix_to_postfix2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/rule + +# Convenience name for target. +infix_to_postfix2: conversions/CMakeFiles/infix_to_postfix2.dir/rule +.PHONY : infix_to_postfix2 + +# codegen rule for target. +conversions/CMakeFiles/infix_to_postfix2.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=33 "Finished codegen for target infix_to_postfix2" +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/infix_to_postfix2.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/clean +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/int_to_string.dir + +# All Build rule for target. +conversions/CMakeFiles/int_to_string.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target int_to_string" +.PHONY : conversions/CMakeFiles/int_to_string.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/int_to_string.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/int_to_string.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/int_to_string.dir/rule + +# Convenience name for target. +int_to_string: conversions/CMakeFiles/int_to_string.dir/rule +.PHONY : int_to_string + +# codegen rule for target. +conversions/CMakeFiles/int_to_string.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target int_to_string" +.PHONY : conversions/CMakeFiles/int_to_string.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/int_to_string.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/clean +.PHONY : conversions/CMakeFiles/int_to_string.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/octal_to_binary.dir + +# All Build rule for target. +conversions/CMakeFiles/octal_to_binary.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=50 "Built target octal_to_binary" +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/octal_to_binary.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/octal_to_binary.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/rule + +# Convenience name for target. +octal_to_binary: conversions/CMakeFiles/octal_to_binary.dir/rule +.PHONY : octal_to_binary + +# codegen rule for target. +conversions/CMakeFiles/octal_to_binary.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=50 "Finished codegen for target octal_to_binary" +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/octal_to_binary.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/clean +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/octal_to_decimal.dir + +# All Build rule for target. +conversions/CMakeFiles/octal_to_decimal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target octal_to_decimal" +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/octal_to_decimal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/octal_to_decimal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/rule + +# Convenience name for target. +octal_to_decimal: conversions/CMakeFiles/octal_to_decimal.dir/rule +.PHONY : octal_to_decimal + +# codegen rule for target. +conversions/CMakeFiles/octal_to_decimal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target octal_to_decimal" +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/octal_to_decimal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/clean +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/octal_to_hexadecimal.dir + +# All Build rule for target. +conversions/CMakeFiles/octal_to_hexadecimal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=51 "Built target octal_to_hexadecimal" +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/octal_to_hexadecimal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/octal_to_hexadecimal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/rule + +# Convenience name for target. +octal_to_hexadecimal: conversions/CMakeFiles/octal_to_hexadecimal.dir/rule +.PHONY : octal_to_hexadecimal + +# codegen rule for target. +conversions/CMakeFiles/octal_to_hexadecimal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=51 "Finished codegen for target octal_to_hexadecimal" +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/octal_to_hexadecimal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/clean +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/roman_numerals_to_decimal.dir + +# All Build rule for target. +conversions/CMakeFiles/roman_numerals_to_decimal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=83 "Built target roman_numerals_to_decimal" +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/roman_numerals_to_decimal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/roman_numerals_to_decimal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/rule + +# Convenience name for target. +roman_numerals_to_decimal: conversions/CMakeFiles/roman_numerals_to_decimal.dir/rule +.PHONY : roman_numerals_to_decimal + +# codegen rule for target. +conversions/CMakeFiles/roman_numerals_to_decimal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=83 "Finished codegen for target roman_numerals_to_decimal" +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/roman_numerals_to_decimal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/clean +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/clean + +#============================================================================= +# Target rules for target conversions/CMakeFiles/to_decimal.dir + +# All Build rule for target. +conversions/CMakeFiles/to_decimal.dir/all: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/depend + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target to_decimal" +.PHONY : conversions/CMakeFiles/to_decimal.dir/all + +# Build rule for subdir invocation for target. +conversions/CMakeFiles/to_decimal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/to_decimal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : conversions/CMakeFiles/to_decimal.dir/rule + +# Convenience name for target. +to_decimal: conversions/CMakeFiles/to_decimal.dir/rule +.PHONY : to_decimal + +# codegen rule for target. +conversions/CMakeFiles/to_decimal.dir/codegen: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target to_decimal" +.PHONY : conversions/CMakeFiles/to_decimal.dir/codegen + +# clean rule for target. +conversions/CMakeFiles/to_decimal.dir/clean: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/clean +.PHONY : conversions/CMakeFiles/to_decimal.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/client.dir + +# All Build rule for target. +client_server/CMakeFiles/client.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=11 "Built target client" +.PHONY : client_server/CMakeFiles/client.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/client.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/client.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/client.dir/rule + +# Convenience name for target. +client: client_server/CMakeFiles/client.dir/rule +.PHONY : client + +# codegen rule for target. +client_server/CMakeFiles/client.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=11 "Finished codegen for target client" +.PHONY : client_server/CMakeFiles/client.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/client.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/clean +.PHONY : client_server/CMakeFiles/client.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/remote_command_exec_udp_client.dir + +# All Build rule for target. +client_server/CMakeFiles/remote_command_exec_udp_client.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=82 "Built target remote_command_exec_udp_client" +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/remote_command_exec_udp_client.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/remote_command_exec_udp_client.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/rule + +# Convenience name for target. +remote_command_exec_udp_client: client_server/CMakeFiles/remote_command_exec_udp_client.dir/rule +.PHONY : remote_command_exec_udp_client + +# codegen rule for target. +client_server/CMakeFiles/remote_command_exec_udp_client.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=82 "Finished codegen for target remote_command_exec_udp_client" +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/remote_command_exec_udp_client.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/clean +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/remote_command_exec_udp_server.dir + +# All Build rule for target. +client_server/CMakeFiles/remote_command_exec_udp_server.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target remote_command_exec_udp_server" +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/remote_command_exec_udp_server.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/remote_command_exec_udp_server.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/rule + +# Convenience name for target. +remote_command_exec_udp_server: client_server/CMakeFiles/remote_command_exec_udp_server.dir/rule +.PHONY : remote_command_exec_udp_server + +# codegen rule for target. +client_server/CMakeFiles/remote_command_exec_udp_server.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target remote_command_exec_udp_server" +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/remote_command_exec_udp_server.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/clean +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/server.dir + +# All Build rule for target. +client_server/CMakeFiles/server.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=87 "Built target server" +.PHONY : client_server/CMakeFiles/server.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/server.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/server.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/server.dir/rule + +# Convenience name for target. +server: client_server/CMakeFiles/server.dir/rule +.PHONY : server + +# codegen rule for target. +client_server/CMakeFiles/server.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=87 "Finished codegen for target server" +.PHONY : client_server/CMakeFiles/server.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/server.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/clean +.PHONY : client_server/CMakeFiles/server.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/tcp_full_duplex_client.dir + +# All Build rule for target. +client_server/CMakeFiles/tcp_full_duplex_client.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target tcp_full_duplex_client" +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/tcp_full_duplex_client.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_full_duplex_client.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/rule + +# Convenience name for target. +tcp_full_duplex_client: client_server/CMakeFiles/tcp_full_duplex_client.dir/rule +.PHONY : tcp_full_duplex_client + +# codegen rule for target. +client_server/CMakeFiles/tcp_full_duplex_client.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target tcp_full_duplex_client" +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/tcp_full_duplex_client.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/clean +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/tcp_full_duplex_server.dir + +# All Build rule for target. +client_server/CMakeFiles/tcp_full_duplex_server.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=93 "Built target tcp_full_duplex_server" +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/tcp_full_duplex_server.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_full_duplex_server.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/rule + +# Convenience name for target. +tcp_full_duplex_server: client_server/CMakeFiles/tcp_full_duplex_server.dir/rule +.PHONY : tcp_full_duplex_server + +# codegen rule for target. +client_server/CMakeFiles/tcp_full_duplex_server.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=93 "Finished codegen for target tcp_full_duplex_server" +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/tcp_full_duplex_server.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/clean +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/tcp_half_duplex_client.dir + +# All Build rule for target. +client_server/CMakeFiles/tcp_half_duplex_client.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target tcp_half_duplex_client" +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/tcp_half_duplex_client.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_half_duplex_client.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/rule + +# Convenience name for target. +tcp_half_duplex_client: client_server/CMakeFiles/tcp_half_duplex_client.dir/rule +.PHONY : tcp_half_duplex_client + +# codegen rule for target. +client_server/CMakeFiles/tcp_half_duplex_client.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target tcp_half_duplex_client" +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/tcp_half_duplex_client.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/clean +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/tcp_half_duplex_server.dir + +# All Build rule for target. +client_server/CMakeFiles/tcp_half_duplex_server.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=94 "Built target tcp_half_duplex_server" +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/tcp_half_duplex_server.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_half_duplex_server.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/rule + +# Convenience name for target. +tcp_half_duplex_server: client_server/CMakeFiles/tcp_half_duplex_server.dir/rule +.PHONY : tcp_half_duplex_server + +# codegen rule for target. +client_server/CMakeFiles/tcp_half_duplex_server.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=94 "Finished codegen for target tcp_half_duplex_server" +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/tcp_half_duplex_server.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/clean +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/udp_client.dir + +# All Build rule for target. +client_server/CMakeFiles/udp_client.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target udp_client" +.PHONY : client_server/CMakeFiles/udp_client.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/udp_client.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/udp_client.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/udp_client.dir/rule + +# Convenience name for target. +udp_client: client_server/CMakeFiles/udp_client.dir/rule +.PHONY : udp_client + +# codegen rule for target. +client_server/CMakeFiles/udp_client.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target udp_client" +.PHONY : client_server/CMakeFiles/udp_client.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/udp_client.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/clean +.PHONY : client_server/CMakeFiles/udp_client.dir/clean + +#============================================================================= +# Target rules for target client_server/CMakeFiles/udp_server.dir + +# All Build rule for target. +client_server/CMakeFiles/udp_server.dir/all: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/depend + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=98 "Built target udp_server" +.PHONY : client_server/CMakeFiles/udp_server.dir/all + +# Build rule for subdir invocation for target. +client_server/CMakeFiles/udp_server.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/udp_server.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : client_server/CMakeFiles/udp_server.dir/rule + +# Convenience name for target. +udp_server: client_server/CMakeFiles/udp_server.dir/rule +.PHONY : udp_server + +# codegen rule for target. +client_server/CMakeFiles/udp_server.dir/codegen: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=98 "Finished codegen for target udp_server" +.PHONY : client_server/CMakeFiles/udp_server.dir/codegen + +# clean rule for target. +client_server/CMakeFiles/udp_server.dir/clean: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/clean +.PHONY : client_server/CMakeFiles/udp_server.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_1-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_1-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_1-sol1" +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_1-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/rule + +# Convenience name for target. +problem_1-sol1: project_euler/CMakeFiles/problem_1-sol1.dir/rule +.PHONY : problem_1-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_1-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_1-sol1" +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_1-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_1-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_1-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=60 "Built target problem_1-sol2" +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_1-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/rule + +# Convenience name for target. +problem_1-sol2: project_euler/CMakeFiles/problem_1-sol2.dir/rule +.PHONY : problem_1-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_1-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=60 "Finished codegen for target problem_1-sol2" +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_1-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_1-sol3.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_1-sol3.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_1-sol3" +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_1-sol3.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol3.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/rule + +# Convenience name for target. +problem_1-sol3: project_euler/CMakeFiles/problem_1-sol3.dir/rule +.PHONY : problem_1-sol3 + +# codegen rule for target. +project_euler/CMakeFiles/problem_1-sol3.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_1-sol3" +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_1-sol3.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/clean +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_1-sol4.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_1-sol4.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=61 "Built target problem_1-sol4" +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_1-sol4.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol4.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/rule + +# Convenience name for target. +problem_1-sol4: project_euler/CMakeFiles/problem_1-sol4.dir/rule +.PHONY : problem_1-sol4 + +# codegen rule for target. +project_euler/CMakeFiles/problem_1-sol4.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=61 "Finished codegen for target problem_1-sol4" +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_1-sol4.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/clean +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_10-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_10-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_10-sol1" +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_10-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_10-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/rule + +# Convenience name for target. +problem_10-sol1: project_euler/CMakeFiles/problem_10-sol1.dir/rule +.PHONY : problem_10-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_10-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_10-sol1" +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_10-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_10-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_10-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=62 "Built target problem_10-sol2" +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_10-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_10-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/rule + +# Convenience name for target. +problem_10-sol2: project_euler/CMakeFiles/problem_10-sol2.dir/rule +.PHONY : problem_10-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_10-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=62 "Finished codegen for target problem_10-sol2" +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_10-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_12-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_12-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=63 "Built target problem_12-sol1" +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_12-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_12-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/rule + +# Convenience name for target. +problem_12-sol1: project_euler/CMakeFiles/problem_12-sol1.dir/rule +.PHONY : problem_12-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_12-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=63 "Finished codegen for target problem_12-sol1" +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_12-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_13-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_13-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_13-sol1" +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_13-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_13-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/rule + +# Convenience name for target. +problem_13-sol1: project_euler/CMakeFiles/problem_13-sol1.dir/rule +.PHONY : problem_13-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_13-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_13-sol1" +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_13-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_14-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_14-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=64 "Built target problem_14-sol1" +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_14-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_14-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/rule + +# Convenience name for target. +problem_14-sol1: project_euler/CMakeFiles/problem_14-sol1.dir/rule +.PHONY : problem_14-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_14-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=64 "Finished codegen for target problem_14-sol1" +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_14-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_15-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_15-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_15-sol1" +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_15-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_15-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/rule + +# Convenience name for target. +problem_15-sol1: project_euler/CMakeFiles/problem_15-sol1.dir/rule +.PHONY : problem_15-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_15-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_15-sol1" +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_15-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_16-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_16-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=65 "Built target problem_16-sol1" +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_16-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_16-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/rule + +# Convenience name for target. +problem_16-sol1: project_euler/CMakeFiles/problem_16-sol1.dir/rule +.PHONY : problem_16-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_16-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=65 "Finished codegen for target problem_16-sol1" +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_16-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_19-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_19-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_19-sol1" +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_19-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_19-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/rule + +# Convenience name for target. +problem_19-sol1: project_euler/CMakeFiles/problem_19-sol1.dir/rule +.PHONY : problem_19-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_19-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_19-sol1" +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_19-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_2-so1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_2-so1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=66 "Built target problem_2-so1" +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_2-so1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_2-so1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/rule + +# Convenience name for target. +problem_2-so1: project_euler/CMakeFiles/problem_2-so1.dir/rule +.PHONY : problem_2-so1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_2-so1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=66 "Finished codegen for target problem_2-so1" +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_2-so1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_20-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_20-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_20-sol1" +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_20-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_20-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/rule + +# Convenience name for target. +problem_20-sol1: project_euler/CMakeFiles/problem_20-sol1.dir/rule +.PHONY : problem_20-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_20-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_20-sol1" +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_20-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_21-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_21-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=67 "Built target problem_21-sol1" +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_21-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_21-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/rule + +# Convenience name for target. +problem_21-sol1: project_euler/CMakeFiles/problem_21-sol1.dir/rule +.PHONY : problem_21-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_21-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=67 "Finished codegen for target problem_21-sol1" +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_21-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_22-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_22-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_22-sol1" +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_22-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_22-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/rule + +# Convenience name for target. +problem_22-sol1: project_euler/CMakeFiles/problem_22-sol1.dir/rule +.PHONY : problem_22-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_22-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_22-sol1" +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_22-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_23-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_23-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=68 "Built target problem_23-sol1" +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_23-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_23-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/rule + +# Convenience name for target. +problem_23-sol1: project_euler/CMakeFiles/problem_23-sol1.dir/rule +.PHONY : problem_23-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_23-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=68 "Finished codegen for target problem_23-sol1" +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_23-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_23-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_23-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_23-sol2" +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_23-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_23-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/rule + +# Convenience name for target. +problem_23-sol2: project_euler/CMakeFiles/problem_23-sol2.dir/rule +.PHONY : problem_23-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_23-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_23-sol2" +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_23-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_25-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_25-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=69 "Built target problem_25-sol1" +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_25-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_25-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/rule + +# Convenience name for target. +problem_25-sol1: project_euler/CMakeFiles/problem_25-sol1.dir/rule +.PHONY : problem_25-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_25-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=69 "Finished codegen for target problem_25-sol1" +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_25-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_26-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_26-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_26-sol1" +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_26-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_26-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/rule + +# Convenience name for target. +problem_26-sol1: project_euler/CMakeFiles/problem_26-sol1.dir/rule +.PHONY : problem_26-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_26-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_26-sol1" +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_26-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_3-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_3-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=70 "Built target problem_3-sol1" +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_3-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_3-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/rule + +# Convenience name for target. +problem_3-sol1: project_euler/CMakeFiles/problem_3-sol1.dir/rule +.PHONY : problem_3-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_3-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=70 "Finished codegen for target problem_3-sol1" +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_3-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_3-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_3-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_3-sol2" +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_3-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_3-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/rule + +# Convenience name for target. +problem_3-sol2: project_euler/CMakeFiles/problem_3-sol2.dir/rule +.PHONY : problem_3-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_3-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_3-sol2" +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_3-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_4-sol.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_4-sol.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=71 "Built target problem_4-sol" +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_4-sol.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_4-sol.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/rule + +# Convenience name for target. +problem_4-sol: project_euler/CMakeFiles/problem_4-sol.dir/rule +.PHONY : problem_4-sol + +# codegen rule for target. +project_euler/CMakeFiles/problem_4-sol.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=71 "Finished codegen for target problem_4-sol" +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_4-sol.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/clean +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_401-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_401-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_401-sol1" +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_401-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_401-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/rule + +# Convenience name for target. +problem_401-sol1: project_euler/CMakeFiles/problem_401-sol1.dir/rule +.PHONY : problem_401-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_401-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_401-sol1" +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_401-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_5-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_5-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=72 "Built target problem_5-sol1" +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_5-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_5-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/rule + +# Convenience name for target. +problem_5-sol1: project_euler/CMakeFiles/problem_5-sol1.dir/rule +.PHONY : problem_5-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_5-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=72 "Finished codegen for target problem_5-sol1" +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_5-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_5-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_5-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_5-sol2" +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_5-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_5-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/rule + +# Convenience name for target. +problem_5-sol2: project_euler/CMakeFiles/problem_5-sol2.dir/rule +.PHONY : problem_5-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_5-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_5-sol2" +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_5-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_5-sol3.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_5-sol3.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=73 "Built target problem_5-sol3" +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_5-sol3.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_5-sol3.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/rule + +# Convenience name for target. +problem_5-sol3: project_euler/CMakeFiles/problem_5-sol3.dir/rule +.PHONY : problem_5-sol3 + +# codegen rule for target. +project_euler/CMakeFiles/problem_5-sol3.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=73 "Finished codegen for target problem_5-sol3" +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_5-sol3.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/clean +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_6-sol.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_6-sol.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_6-sol" +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_6-sol.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_6-sol.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/rule + +# Convenience name for target. +problem_6-sol: project_euler/CMakeFiles/problem_6-sol.dir/rule +.PHONY : problem_6-sol + +# codegen rule for target. +project_euler/CMakeFiles/problem_6-sol.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_6-sol" +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_6-sol.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/clean +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_7-sol.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_7-sol.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=74 "Built target problem_7-sol" +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_7-sol.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_7-sol.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/rule + +# Convenience name for target. +problem_7-sol: project_euler/CMakeFiles/problem_7-sol.dir/rule +.PHONY : problem_7-sol + +# codegen rule for target. +project_euler/CMakeFiles/problem_7-sol.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=74 "Finished codegen for target problem_7-sol" +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_7-sol.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/clean +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_7-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_7-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=75 "Built target problem_7-sol2" +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_7-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_7-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/rule + +# Convenience name for target. +problem_7-sol2: project_euler/CMakeFiles/problem_7-sol2.dir/rule +.PHONY : problem_7-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_7-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=75 "Finished codegen for target problem_7-sol2" +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_7-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_8-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_8-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_8-sol1" +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_8-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_8-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/rule + +# Convenience name for target. +problem_8-sol1: project_euler/CMakeFiles/problem_8-sol1.dir/rule +.PHONY : problem_8-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_8-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_8-sol1" +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_8-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_8-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_8-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=76 "Built target problem_8-sol2" +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_8-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_8-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/rule + +# Convenience name for target. +problem_8-sol2: project_euler/CMakeFiles/problem_8-sol2.dir/rule +.PHONY : problem_8-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_8-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=76 "Finished codegen for target problem_8-sol2" +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_8-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_9-sol1.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_9-sol1.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target problem_9-sol1" +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_9-sol1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_9-sol1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/rule + +# Convenience name for target. +problem_9-sol1: project_euler/CMakeFiles/problem_9-sol1.dir/rule +.PHONY : problem_9-sol1 + +# codegen rule for target. +project_euler/CMakeFiles/problem_9-sol1.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target problem_9-sol1" +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_9-sol1.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/clean +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/clean + +#============================================================================= +# Target rules for target project_euler/CMakeFiles/problem_9-sol2.dir + +# All Build rule for target. +project_euler/CMakeFiles/problem_9-sol2.dir/all: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/depend + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=77 "Built target problem_9-sol2" +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/all + +# Build rule for subdir invocation for target. +project_euler/CMakeFiles/problem_9-sol2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_9-sol2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/rule + +# Convenience name for target. +problem_9-sol2: project_euler/CMakeFiles/problem_9-sol2.dir/rule +.PHONY : problem_9-sol2 + +# codegen rule for target. +project_euler/CMakeFiles/problem_9-sol2.dir/codegen: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=77 "Finished codegen for target problem_9-sol2" +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/codegen + +# clean rule for target. +project_euler/CMakeFiles/problem_9-sol2.dir/clean: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/clean +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/clean + +#============================================================================= +# Target rules for target machine_learning/CMakeFiles/adaline_learning.dir + +# All Build rule for target. +machine_learning/CMakeFiles/adaline_learning.dir/all: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/depend + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target adaline_learning" +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/all + +# Build rule for subdir invocation for target. +machine_learning/CMakeFiles/adaline_learning.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/adaline_learning.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/rule + +# Convenience name for target. +adaline_learning: machine_learning/CMakeFiles/adaline_learning.dir/rule +.PHONY : adaline_learning + +# codegen rule for target. +machine_learning/CMakeFiles/adaline_learning.dir/codegen: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target adaline_learning" +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/codegen + +# clean rule for target. +machine_learning/CMakeFiles/adaline_learning.dir/clean: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/clean +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/clean + +#============================================================================= +# Target rules for target machine_learning/CMakeFiles/k_means_clustering.dir + +# All Build rule for target. +machine_learning/CMakeFiles/k_means_clustering.dir/all: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/depend + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target k_means_clustering" +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/all + +# Build rule for subdir invocation for target. +machine_learning/CMakeFiles/k_means_clustering.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/k_means_clustering.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/rule + +# Convenience name for target. +k_means_clustering: machine_learning/CMakeFiles/k_means_clustering.dir/rule +.PHONY : k_means_clustering + +# codegen rule for target. +machine_learning/CMakeFiles/k_means_clustering.dir/codegen: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target k_means_clustering" +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/codegen + +# clean rule for target. +machine_learning/CMakeFiles/k_means_clustering.dir/clean: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/clean +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/clean + +#============================================================================= +# Target rules for target machine_learning/CMakeFiles/kohonen_som_topology.dir + +# All Build rule for target. +machine_learning/CMakeFiles/kohonen_som_topology.dir/all: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/depend + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=37 "Built target kohonen_som_topology" +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/all + +# Build rule for subdir invocation for target. +machine_learning/CMakeFiles/kohonen_som_topology.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/kohonen_som_topology.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/rule + +# Convenience name for target. +kohonen_som_topology: machine_learning/CMakeFiles/kohonen_som_topology.dir/rule +.PHONY : kohonen_som_topology + +# codegen rule for target. +machine_learning/CMakeFiles/kohonen_som_topology.dir/codegen: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=37 "Finished codegen for target kohonen_som_topology" +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/codegen + +# clean rule for target. +machine_learning/CMakeFiles/kohonen_som_topology.dir/clean: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/clean +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/clean + +#============================================================================= +# Target rules for target machine_learning/CMakeFiles/kohonen_som_trace.dir + +# All Build rule for target. +machine_learning/CMakeFiles/kohonen_som_trace.dir/all: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/depend + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=38 "Built target kohonen_som_trace" +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/all + +# Build rule for subdir invocation for target. +machine_learning/CMakeFiles/kohonen_som_trace.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/kohonen_som_trace.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/rule + +# Convenience name for target. +kohonen_som_trace: machine_learning/CMakeFiles/kohonen_som_trace.dir/rule +.PHONY : kohonen_som_trace + +# codegen rule for target. +machine_learning/CMakeFiles/kohonen_som_trace.dir/codegen: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=38 "Finished codegen for target kohonen_som_trace" +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/codegen + +# clean rule for target. +machine_learning/CMakeFiles/kohonen_som_trace.dir/clean: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/clean +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/clean + +#============================================================================= +# Target rules for target process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir + +# All Build rule for target. +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/all: + $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/depend + $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=49 "Built target non_preemptive_priority_scheduling" +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/all + +# Build rule for subdir invocation for target. +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/rule + +# Convenience name for target. +non_preemptive_priority_scheduling: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/rule +.PHONY : non_preemptive_priority_scheduling + +# codegen rule for target. +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/codegen: + $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=49 "Finished codegen for target non_preemptive_priority_scheduling" +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/codegen + +# clean rule for target. +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/clean: + $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/clean +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/bisection_method.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/bisection_method.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target bisection_method" +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/bisection_method.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/bisection_method.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/rule + +# Convenience name for target. +bisection_method: numerical_methods/CMakeFiles/bisection_method.dir/rule +.PHONY : bisection_method + +# codegen rule for target. +numerical_methods/CMakeFiles/bisection_method.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target bisection_method" +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/bisection_method.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/clean +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/durand_kerner_roots.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/durand_kerner_roots.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=18 "Built target durand_kerner_roots" +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/durand_kerner_roots.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/durand_kerner_roots.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/rule + +# Convenience name for target. +durand_kerner_roots: numerical_methods/CMakeFiles/durand_kerner_roots.dir/rule +.PHONY : durand_kerner_roots + +# codegen rule for target. +numerical_methods/CMakeFiles/durand_kerner_roots.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=18 "Finished codegen for target durand_kerner_roots" +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/durand_kerner_roots.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/clean +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/gauss_elimination.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/gauss_elimination.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=24 "Built target gauss_elimination" +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/gauss_elimination.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/gauss_elimination.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/rule + +# Convenience name for target. +gauss_elimination: numerical_methods/CMakeFiles/gauss_elimination.dir/rule +.PHONY : gauss_elimination + +# codegen rule for target. +numerical_methods/CMakeFiles/gauss_elimination.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=24 "Finished codegen for target gauss_elimination" +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/gauss_elimination.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/clean +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/gauss_seidel_method.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/gauss_seidel_method.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=25 "Built target gauss_seidel_method" +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/gauss_seidel_method.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/gauss_seidel_method.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/rule + +# Convenience name for target. +gauss_seidel_method: numerical_methods/CMakeFiles/gauss_seidel_method.dir/rule +.PHONY : gauss_seidel_method + +# codegen rule for target. +numerical_methods/CMakeFiles/gauss_seidel_method.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=25 "Finished codegen for target gauss_seidel_method" +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/gauss_seidel_method.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/clean +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/lagrange_theorem.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/lagrange_theorem.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target lagrange_theorem" +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/lagrange_theorem.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/lagrange_theorem.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/rule + +# Convenience name for target. +lagrange_theorem: numerical_methods/CMakeFiles/lagrange_theorem.dir/rule +.PHONY : lagrange_theorem + +# codegen rule for target. +numerical_methods/CMakeFiles/lagrange_theorem.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target lagrange_theorem" +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/lagrange_theorem.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/clean +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/lu_decompose.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/lu_decompose.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target lu_decompose" +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/lu_decompose.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/lu_decompose.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/rule + +# Convenience name for target. +lu_decompose: numerical_methods/CMakeFiles/lu_decompose.dir/rule +.PHONY : lu_decompose + +# codegen rule for target. +numerical_methods/CMakeFiles/lu_decompose.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target lu_decompose" +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/lu_decompose.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/clean +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/mean.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/mean.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target mean" +.PHONY : numerical_methods/CMakeFiles/mean.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/mean.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/mean.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/mean.dir/rule + +# Convenience name for target. +mean: numerical_methods/CMakeFiles/mean.dir/rule +.PHONY : mean + +# codegen rule for target. +numerical_methods/CMakeFiles/mean.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target mean" +.PHONY : numerical_methods/CMakeFiles/mean.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/mean.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/clean +.PHONY : numerical_methods/CMakeFiles/mean.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/median.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/median.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=45 "Built target median" +.PHONY : numerical_methods/CMakeFiles/median.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/median.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/median.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/median.dir/rule + +# Convenience name for target. +median: numerical_methods/CMakeFiles/median.dir/rule +.PHONY : median + +# codegen rule for target. +numerical_methods/CMakeFiles/median.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=45 "Finished codegen for target median" +.PHONY : numerical_methods/CMakeFiles/median.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/median.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/clean +.PHONY : numerical_methods/CMakeFiles/median.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/newton_raphson_root.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/newton_raphson_root.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target newton_raphson_root" +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/newton_raphson_root.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/newton_raphson_root.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/rule + +# Convenience name for target. +newton_raphson_root: numerical_methods/CMakeFiles/newton_raphson_root.dir/rule +.PHONY : newton_raphson_root + +# codegen rule for target. +numerical_methods/CMakeFiles/newton_raphson_root.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target newton_raphson_root" +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/newton_raphson_root.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/clean +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/ode_forward_euler.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/ode_forward_euler.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=52 "Built target ode_forward_euler" +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/ode_forward_euler.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/ode_forward_euler.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/rule + +# Convenience name for target. +ode_forward_euler: numerical_methods/CMakeFiles/ode_forward_euler.dir/rule +.PHONY : ode_forward_euler + +# codegen rule for target. +numerical_methods/CMakeFiles/ode_forward_euler.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=52 "Finished codegen for target ode_forward_euler" +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/ode_forward_euler.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/clean +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/ode_midpoint_euler.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target ode_midpoint_euler" +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/ode_midpoint_euler.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/rule + +# Convenience name for target. +ode_midpoint_euler: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/rule +.PHONY : ode_midpoint_euler + +# codegen rule for target. +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target ode_midpoint_euler" +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/clean +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=53 "Built target ode_semi_implicit_euler" +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/rule + +# Convenience name for target. +ode_semi_implicit_euler: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/rule +.PHONY : ode_semi_implicit_euler + +# codegen rule for target. +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=53 "Finished codegen for target ode_semi_implicit_euler" +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/clean +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/qr_decomposition.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/qr_decomposition.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target qr_decomposition" +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/qr_decomposition.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/qr_decomposition.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/rule + +# Convenience name for target. +qr_decomposition: numerical_methods/CMakeFiles/qr_decomposition.dir/rule +.PHONY : qr_decomposition + +# codegen rule for target. +numerical_methods/CMakeFiles/qr_decomposition.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target qr_decomposition" +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/qr_decomposition.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/clean +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/qr_eigen_values.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/qr_eigen_values.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=78 "Built target qr_eigen_values" +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/qr_eigen_values.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/qr_eigen_values.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/rule + +# Convenience name for target. +qr_eigen_values: numerical_methods/CMakeFiles/qr_eigen_values.dir/rule +.PHONY : qr_eigen_values + +# codegen rule for target. +numerical_methods/CMakeFiles/qr_eigen_values.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=78 "Finished codegen for target qr_eigen_values" +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/qr_eigen_values.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/clean +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/realtime_stats.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/realtime_stats.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target realtime_stats" +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/realtime_stats.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/realtime_stats.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/rule + +# Convenience name for target. +realtime_stats: numerical_methods/CMakeFiles/realtime_stats.dir/rule +.PHONY : realtime_stats + +# codegen rule for target. +numerical_methods/CMakeFiles/realtime_stats.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target realtime_stats" +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/realtime_stats.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/clean +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/secant_method.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/secant_method.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=85 "Built target secant_method" +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/secant_method.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/secant_method.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/rule + +# Convenience name for target. +secant_method: numerical_methods/CMakeFiles/secant_method.dir/rule +.PHONY : secant_method + +# codegen rule for target. +numerical_methods/CMakeFiles/secant_method.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=85 "Finished codegen for target secant_method" +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/secant_method.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/clean +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=90 "Built target simpsons_1_3rd_rule" +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/rule + +# Convenience name for target. +simpsons_1_3rd_rule: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/rule +.PHONY : simpsons_1_3rd_rule + +# codegen rule for target. +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=90 "Finished codegen for target simpsons_1_3rd_rule" +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/clean +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/clean + +#============================================================================= +# Target rules for target numerical_methods/CMakeFiles/variance.dir + +# All Build rule for target. +numerical_methods/CMakeFiles/variance.dir/all: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/depend + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=99 "Built target variance" +.PHONY : numerical_methods/CMakeFiles/variance.dir/all + +# Build rule for subdir invocation for target. +numerical_methods/CMakeFiles/variance.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/variance.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : numerical_methods/CMakeFiles/variance.dir/rule + +# Convenience name for target. +variance: numerical_methods/CMakeFiles/variance.dir/rule +.PHONY : variance + +# codegen rule for target. +numerical_methods/CMakeFiles/variance.dir/codegen: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=99 "Finished codegen for target variance" +.PHONY : numerical_methods/CMakeFiles/variance.dir/codegen + +# clean rule for target. +numerical_methods/CMakeFiles/variance.dir/clean: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/clean +.PHONY : numerical_methods/CMakeFiles/variance.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/armstrong_number.dir + +# All Build rule for target. +math/CMakeFiles/armstrong_number.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=2 "Built target armstrong_number" +.PHONY : math/CMakeFiles/armstrong_number.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/armstrong_number.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/armstrong_number.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/armstrong_number.dir/rule + +# Convenience name for target. +armstrong_number: math/CMakeFiles/armstrong_number.dir/rule +.PHONY : armstrong_number + +# codegen rule for target. +math/CMakeFiles/armstrong_number.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=2 "Finished codegen for target armstrong_number" +.PHONY : math/CMakeFiles/armstrong_number.dir/codegen + +# clean rule for target. +math/CMakeFiles/armstrong_number.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/clean +.PHONY : math/CMakeFiles/armstrong_number.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/cantor_set.dir + +# All Build rule for target. +math/CMakeFiles/cantor_set.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=9 "Built target cantor_set" +.PHONY : math/CMakeFiles/cantor_set.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/cantor_set.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/cantor_set.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/cantor_set.dir/rule + +# Convenience name for target. +cantor_set: math/CMakeFiles/cantor_set.dir/rule +.PHONY : cantor_set + +# codegen rule for target. +math/CMakeFiles/cantor_set.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=9 "Finished codegen for target cantor_set" +.PHONY : math/CMakeFiles/cantor_set.dir/codegen + +# clean rule for target. +math/CMakeFiles/cantor_set.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/clean +.PHONY : math/CMakeFiles/cantor_set.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/cartesian_to_polar.dir + +# All Build rule for target. +math/CMakeFiles/cartesian_to_polar.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target cartesian_to_polar" +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/cartesian_to_polar.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/cartesian_to_polar.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/rule + +# Convenience name for target. +cartesian_to_polar: math/CMakeFiles/cartesian_to_polar.dir/rule +.PHONY : cartesian_to_polar + +# codegen rule for target. +math/CMakeFiles/cartesian_to_polar.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target cartesian_to_polar" +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/codegen + +# clean rule for target. +math/CMakeFiles/cartesian_to_polar.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/clean +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/catalan.dir + +# All Build rule for target. +math/CMakeFiles/catalan.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=10 "Built target catalan" +.PHONY : math/CMakeFiles/catalan.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/catalan.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/catalan.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/catalan.dir/rule + +# Convenience name for target. +catalan: math/CMakeFiles/catalan.dir/rule +.PHONY : catalan + +# codegen rule for target. +math/CMakeFiles/catalan.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=10 "Finished codegen for target catalan" +.PHONY : math/CMakeFiles/catalan.dir/codegen + +# clean rule for target. +math/CMakeFiles/catalan.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/clean +.PHONY : math/CMakeFiles/catalan.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/collatz.dir + +# All Build rule for target. +math/CMakeFiles/collatz.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=12 "Built target collatz" +.PHONY : math/CMakeFiles/collatz.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/collatz.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/collatz.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/collatz.dir/rule + +# Convenience name for target. +collatz: math/CMakeFiles/collatz.dir/rule +.PHONY : collatz + +# codegen rule for target. +math/CMakeFiles/collatz.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=12 "Finished codegen for target collatz" +.PHONY : math/CMakeFiles/collatz.dir/codegen + +# clean rule for target. +math/CMakeFiles/collatz.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/clean +.PHONY : math/CMakeFiles/collatz.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/euclidean_algorithm_extended.dir + +# All Build rule for target. +math/CMakeFiles/euclidean_algorithm_extended.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target euclidean_algorithm_extended" +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/euclidean_algorithm_extended.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/euclidean_algorithm_extended.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/rule + +# Convenience name for target. +euclidean_algorithm_extended: math/CMakeFiles/euclidean_algorithm_extended.dir/rule +.PHONY : euclidean_algorithm_extended + +# codegen rule for target. +math/CMakeFiles/euclidean_algorithm_extended.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target euclidean_algorithm_extended" +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/codegen + +# clean rule for target. +math/CMakeFiles/euclidean_algorithm_extended.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/clean +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/factorial.dir + +# All Build rule for target. +math/CMakeFiles/factorial.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target factorial" +.PHONY : math/CMakeFiles/factorial.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/factorial.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/factorial.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/factorial.dir/rule + +# Convenience name for target. +factorial: math/CMakeFiles/factorial.dir/rule +.PHONY : factorial + +# codegen rule for target. +math/CMakeFiles/factorial.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target factorial" +.PHONY : math/CMakeFiles/factorial.dir/codegen + +# clean rule for target. +math/CMakeFiles/factorial.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/clean +.PHONY : math/CMakeFiles/factorial.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/factorial_large_number.dir + +# All Build rule for target. +math/CMakeFiles/factorial_large_number.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=20 "Built target factorial_large_number" +.PHONY : math/CMakeFiles/factorial_large_number.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/factorial_large_number.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/factorial_large_number.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/factorial_large_number.dir/rule + +# Convenience name for target. +factorial_large_number: math/CMakeFiles/factorial_large_number.dir/rule +.PHONY : factorial_large_number + +# codegen rule for target. +math/CMakeFiles/factorial_large_number.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=20 "Finished codegen for target factorial_large_number" +.PHONY : math/CMakeFiles/factorial_large_number.dir/codegen + +# clean rule for target. +math/CMakeFiles/factorial_large_number.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/clean +.PHONY : math/CMakeFiles/factorial_large_number.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/factorial_trailing_zeroes.dir + +# All Build rule for target. +math/CMakeFiles/factorial_trailing_zeroes.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target factorial_trailing_zeroes" +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/factorial_trailing_zeroes.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/factorial_trailing_zeroes.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/rule + +# Convenience name for target. +factorial_trailing_zeroes: math/CMakeFiles/factorial_trailing_zeroes.dir/rule +.PHONY : factorial_trailing_zeroes + +# codegen rule for target. +math/CMakeFiles/factorial_trailing_zeroes.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target factorial_trailing_zeroes" +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/codegen + +# clean rule for target. +math/CMakeFiles/factorial_trailing_zeroes.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/clean +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/fibonacci.dir + +# All Build rule for target. +math/CMakeFiles/fibonacci.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=21 "Built target fibonacci" +.PHONY : math/CMakeFiles/fibonacci.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/fibonacci.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/fibonacci.dir/rule + +# Convenience name for target. +fibonacci: math/CMakeFiles/fibonacci.dir/rule +.PHONY : fibonacci + +# codegen rule for target. +math/CMakeFiles/fibonacci.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=21 "Finished codegen for target fibonacci" +.PHONY : math/CMakeFiles/fibonacci.dir/codegen + +# clean rule for target. +math/CMakeFiles/fibonacci.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/clean +.PHONY : math/CMakeFiles/fibonacci.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/fibonacci_dp.dir + +# All Build rule for target. +math/CMakeFiles/fibonacci_dp.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target fibonacci_dp" +.PHONY : math/CMakeFiles/fibonacci_dp.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/fibonacci_dp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci_dp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/fibonacci_dp.dir/rule + +# Convenience name for target. +fibonacci_dp: math/CMakeFiles/fibonacci_dp.dir/rule +.PHONY : fibonacci_dp + +# codegen rule for target. +math/CMakeFiles/fibonacci_dp.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target fibonacci_dp" +.PHONY : math/CMakeFiles/fibonacci_dp.dir/codegen + +# clean rule for target. +math/CMakeFiles/fibonacci_dp.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/clean +.PHONY : math/CMakeFiles/fibonacci_dp.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/fibonacci_fast.dir + +# All Build rule for target. +math/CMakeFiles/fibonacci_fast.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=22 "Built target fibonacci_fast" +.PHONY : math/CMakeFiles/fibonacci_fast.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/fibonacci_fast.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci_fast.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/fibonacci_fast.dir/rule + +# Convenience name for target. +fibonacci_fast: math/CMakeFiles/fibonacci_fast.dir/rule +.PHONY : fibonacci_fast + +# codegen rule for target. +math/CMakeFiles/fibonacci_fast.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=22 "Finished codegen for target fibonacci_fast" +.PHONY : math/CMakeFiles/fibonacci_fast.dir/codegen + +# clean rule for target. +math/CMakeFiles/fibonacci_fast.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/clean +.PHONY : math/CMakeFiles/fibonacci_fast.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/fibonacci_formula.dir + +# All Build rule for target. +math/CMakeFiles/fibonacci_formula.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target fibonacci_formula" +.PHONY : math/CMakeFiles/fibonacci_formula.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/fibonacci_formula.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci_formula.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/fibonacci_formula.dir/rule + +# Convenience name for target. +fibonacci_formula: math/CMakeFiles/fibonacci_formula.dir/rule +.PHONY : fibonacci_formula + +# codegen rule for target. +math/CMakeFiles/fibonacci_formula.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target fibonacci_formula" +.PHONY : math/CMakeFiles/fibonacci_formula.dir/codegen + +# clean rule for target. +math/CMakeFiles/fibonacci_formula.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/clean +.PHONY : math/CMakeFiles/fibonacci_formula.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/gcd.dir + +# All Build rule for target. +math/CMakeFiles/gcd.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target gcd" +.PHONY : math/CMakeFiles/gcd.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/gcd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/gcd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/gcd.dir/rule + +# Convenience name for target. +gcd: math/CMakeFiles/gcd.dir/rule +.PHONY : gcd + +# codegen rule for target. +math/CMakeFiles/gcd.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target gcd" +.PHONY : math/CMakeFiles/gcd.dir/codegen + +# clean rule for target. +math/CMakeFiles/gcd.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/clean +.PHONY : math/CMakeFiles/gcd.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/is_armstrong.dir + +# All Build rule for target. +math/CMakeFiles/is_armstrong.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target is_armstrong" +.PHONY : math/CMakeFiles/is_armstrong.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/is_armstrong.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/is_armstrong.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/is_armstrong.dir/rule + +# Convenience name for target. +is_armstrong: math/CMakeFiles/is_armstrong.dir/rule +.PHONY : is_armstrong + +# codegen rule for target. +math/CMakeFiles/is_armstrong.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target is_armstrong" +.PHONY : math/CMakeFiles/is_armstrong.dir/codegen + +# clean rule for target. +math/CMakeFiles/is_armstrong.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/clean +.PHONY : math/CMakeFiles/is_armstrong.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/large_factorials.dir + +# All Build rule for target. +math/CMakeFiles/large_factorials.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=39 "Built target large_factorials" +.PHONY : math/CMakeFiles/large_factorials.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/large_factorials.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/large_factorials.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/large_factorials.dir/rule + +# Convenience name for target. +large_factorials: math/CMakeFiles/large_factorials.dir/rule +.PHONY : large_factorials + +# codegen rule for target. +math/CMakeFiles/large_factorials.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=39 "Finished codegen for target large_factorials" +.PHONY : math/CMakeFiles/large_factorials.dir/codegen + +# clean rule for target. +math/CMakeFiles/large_factorials.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/clean +.PHONY : math/CMakeFiles/large_factorials.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/lcm.dir + +# All Build rule for target. +math/CMakeFiles/lcm.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target lcm" +.PHONY : math/CMakeFiles/lcm.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/lcm.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/lcm.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/lcm.dir/rule + +# Convenience name for target. +lcm: math/CMakeFiles/lcm.dir/rule +.PHONY : lcm + +# codegen rule for target. +math/CMakeFiles/lcm.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target lcm" +.PHONY : math/CMakeFiles/lcm.dir/codegen + +# clean rule for target. +math/CMakeFiles/lcm.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/clean +.PHONY : math/CMakeFiles/lcm.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/lerp.dir + +# All Build rule for target. +math/CMakeFiles/lerp.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target lerp" +.PHONY : math/CMakeFiles/lerp.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/lerp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/lerp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/lerp.dir/rule + +# Convenience name for target. +lerp: math/CMakeFiles/lerp.dir/rule +.PHONY : lerp + +# codegen rule for target. +math/CMakeFiles/lerp.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target lerp" +.PHONY : math/CMakeFiles/lerp.dir/codegen + +# clean rule for target. +math/CMakeFiles/lerp.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/clean +.PHONY : math/CMakeFiles/lerp.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/palindrome.dir + +# All Build rule for target. +math/CMakeFiles/palindrome.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=54 "Built target palindrome" +.PHONY : math/CMakeFiles/palindrome.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/palindrome.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/palindrome.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/palindrome.dir/rule + +# Convenience name for target. +palindrome: math/CMakeFiles/palindrome.dir/rule +.PHONY : palindrome + +# codegen rule for target. +math/CMakeFiles/palindrome.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=54 "Finished codegen for target palindrome" +.PHONY : math/CMakeFiles/palindrome.dir/codegen + +# clean rule for target. +math/CMakeFiles/palindrome.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/clean +.PHONY : math/CMakeFiles/palindrome.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/prime.dir + +# All Build rule for target. +math/CMakeFiles/prime.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=58 "Built target prime" +.PHONY : math/CMakeFiles/prime.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/prime.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/prime.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/prime.dir/rule + +# Convenience name for target. +prime: math/CMakeFiles/prime.dir/rule +.PHONY : prime + +# codegen rule for target. +math/CMakeFiles/prime.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=58 "Finished codegen for target prime" +.PHONY : math/CMakeFiles/prime.dir/codegen + +# clean rule for target. +math/CMakeFiles/prime.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/clean +.PHONY : math/CMakeFiles/prime.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/prime_factoriziation.dir + +# All Build rule for target. +math/CMakeFiles/prime_factoriziation.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target prime_factoriziation" +.PHONY : math/CMakeFiles/prime_factoriziation.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/prime_factoriziation.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/prime_factoriziation.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/prime_factoriziation.dir/rule + +# Convenience name for target. +prime_factoriziation: math/CMakeFiles/prime_factoriziation.dir/rule +.PHONY : prime_factoriziation + +# codegen rule for target. +math/CMakeFiles/prime_factoriziation.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target prime_factoriziation" +.PHONY : math/CMakeFiles/prime_factoriziation.dir/codegen + +# clean rule for target. +math/CMakeFiles/prime_factoriziation.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/clean +.PHONY : math/CMakeFiles/prime_factoriziation.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/prime_sieve.dir + +# All Build rule for target. +math/CMakeFiles/prime_sieve.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=59 "Built target prime_sieve" +.PHONY : math/CMakeFiles/prime_sieve.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/prime_sieve.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/prime_sieve.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/prime_sieve.dir/rule + +# Convenience name for target. +prime_sieve: math/CMakeFiles/prime_sieve.dir/rule +.PHONY : prime_sieve + +# codegen rule for target. +math/CMakeFiles/prime_sieve.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=59 "Finished codegen for target prime_sieve" +.PHONY : math/CMakeFiles/prime_sieve.dir/codegen + +# clean rule for target. +math/CMakeFiles/prime_sieve.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/clean +.PHONY : math/CMakeFiles/prime_sieve.dir/clean + +#============================================================================= +# Target rules for target math/CMakeFiles/strong_number.dir + +# All Build rule for target. +math/CMakeFiles/strong_number.dir/all: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/depend + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target strong_number" +.PHONY : math/CMakeFiles/strong_number.dir/all + +# Build rule for subdir invocation for target. +math/CMakeFiles/strong_number.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/strong_number.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : math/CMakeFiles/strong_number.dir/rule + +# Convenience name for target. +strong_number: math/CMakeFiles/strong_number.dir/rule +.PHONY : strong_number + +# codegen rule for target. +math/CMakeFiles/strong_number.dir/codegen: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target strong_number" +.PHONY : math/CMakeFiles/strong_number.dir/codegen + +# clean rule for target. +math/CMakeFiles/strong_number.dir/clean: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/clean +.PHONY : math/CMakeFiles/strong_number.dir/clean + +#============================================================================= +# Target rules for target cipher/CMakeFiles/affine.dir + +# All Build rule for target. +cipher/CMakeFiles/affine.dir/all: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/depend + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=1 "Built target affine" +.PHONY : cipher/CMakeFiles/affine.dir/all + +# Build rule for subdir invocation for target. +cipher/CMakeFiles/affine.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/CMakeFiles/affine.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : cipher/CMakeFiles/affine.dir/rule + +# Convenience name for target. +affine: cipher/CMakeFiles/affine.dir/rule +.PHONY : affine + +# codegen rule for target. +cipher/CMakeFiles/affine.dir/codegen: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=1 "Finished codegen for target affine" +.PHONY : cipher/CMakeFiles/affine.dir/codegen + +# clean rule for target. +cipher/CMakeFiles/affine.dir/clean: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/clean +.PHONY : cipher/CMakeFiles/affine.dir/clean + +#============================================================================= +# Target rules for target cipher/CMakeFiles/rot13.dir + +# All Build rule for target. +cipher/CMakeFiles/rot13.dir/all: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/depend + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target rot13" +.PHONY : cipher/CMakeFiles/rot13.dir/all + +# Build rule for subdir invocation for target. +cipher/CMakeFiles/rot13.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/CMakeFiles/rot13.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : cipher/CMakeFiles/rot13.dir/rule + +# Convenience name for target. +rot13: cipher/CMakeFiles/rot13.dir/rule +.PHONY : rot13 + +# codegen rule for target. +cipher/CMakeFiles/rot13.dir/codegen: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target rot13" +.PHONY : cipher/CMakeFiles/rot13.dir/codegen + +# clean rule for target. +cipher/CMakeFiles/rot13.dir/clean: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/clean +.PHONY : cipher/CMakeFiles/rot13.dir/clean + +#============================================================================= +# Target rules for target dynamic_programming/CMakeFiles/lcs.dir + +# All Build rule for target. +dynamic_programming/CMakeFiles/lcs.dir/all: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/depend + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=40 "Built target lcs" +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/all + +# Build rule for subdir invocation for target. +dynamic_programming/CMakeFiles/lcs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/CMakeFiles/lcs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/rule + +# Convenience name for target. +lcs: dynamic_programming/CMakeFiles/lcs.dir/rule +.PHONY : lcs + +# codegen rule for target. +dynamic_programming/CMakeFiles/lcs.dir/codegen: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=40 "Finished codegen for target lcs" +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/codegen + +# clean rule for target. +dynamic_programming/CMakeFiles/lcs.dir/clean: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/clean +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/clean + +#============================================================================= +# Target rules for target dynamic_programming/CMakeFiles/matrix_chain_order.dir + +# All Build rule for target. +dynamic_programming/CMakeFiles/matrix_chain_order.dir/all: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/depend + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Built target matrix_chain_order" +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/all + +# Build rule for subdir invocation for target. +dynamic_programming/CMakeFiles/matrix_chain_order.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/CMakeFiles/matrix_chain_order.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/rule + +# Convenience name for target. +matrix_chain_order: dynamic_programming/CMakeFiles/matrix_chain_order.dir/rule +.PHONY : matrix_chain_order + +# codegen rule for target. +dynamic_programming/CMakeFiles/matrix_chain_order.dir/codegen: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num= "Finished codegen for target matrix_chain_order" +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/codegen + +# clean rule for target. +dynamic_programming/CMakeFiles/matrix_chain_order.dir/clean: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/clean +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.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 + diff --git a/CMakeFiles/TargetDirectories.txt b/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000000..3919a1ff58 --- /dev/null +++ b/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,344 @@ +/Users/jesperolsen/development/C/CMakeFiles/package.dir +/Users/jesperolsen/development/C/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/CMakeFiles/install.dir +/Users/jesperolsen/development/C/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/malloc_dbg.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/test_malloc_dbg.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/test_min_printf.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/package.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/install.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/developer_tools/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/hash_adler32.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/hash_blake2b.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/hash_crc32.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/hash_djb2.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/hash_sdbm.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/hash_xor8.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/package.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/install.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/hash/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/demonetization.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/hamming_distance.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/lexicographic_permutations.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/longest_subsequence.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/mcnaughton_yamada_thompson.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/mirror.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/pid.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/poly_add.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/postfix_evaluation.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/quartile.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/rselect.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/run_length_encoding.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/shunting_yard.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/sudoku_solver.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/tower_of_hanoi.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/union_find.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/package.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/install.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/misc/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/games/CMakeFiles/hangman.dir +/Users/jesperolsen/development/C/games/CMakeFiles/naval_battle.dir +/Users/jesperolsen/development/C/games/CMakeFiles/tic_tac_toe.dir +/Users/jesperolsen/development/C/games/CMakeFiles/package.dir +/Users/jesperolsen/development/C/games/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/games/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/games/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/games/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/games/CMakeFiles/install.dir +/Users/jesperolsen/development/C/games/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/games/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/alaw.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/package.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/install.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/audio/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/bead_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/binary_insertion_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/bogo_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort_2.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort_recursion.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/bucket_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/cocktail_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/comb_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/counting_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/cycle_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/gnome_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/heap_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/heap_sort_2.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/insertion_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/insertion_sort_recursive.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/merge_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/merge_sort_nr.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/multikey_quick_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/odd_even_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/pancake_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/partition_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/patience_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/pigeonhole_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/quick_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/radix_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/radix_sort_2.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/random_quick_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/selection_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/selection_sort_recursive.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/shaker_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/shell_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/shell_sort2.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/stooge_sort.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/package.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/install.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/sorting/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/quaternions.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/vectors_3d.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/package.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/install.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/geometry/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/spirograph.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/package.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/install.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/graphics/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/binary_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/exponential_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/fibonacci_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/interpolation_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/jump_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/linear_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/modified_binary_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/other_binary_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/sentinel_linear_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/ternary_search.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/package.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/install.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/searching/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_decimal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_hexadecimal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_octal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/c_atoi_str_to_integer.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/celsius_to_fahrenheit.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_any_base.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_binary.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_binary_recursion.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_hexa.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_octal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_octal_recursion.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/hexadecimal_to_octal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/hexadecimal_to_octal2.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/infix_to_postfix.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/infix_to_postfix2.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/int_to_string.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_binary.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_decimal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_hexadecimal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/roman_numerals_to_decimal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/to_decimal.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/package.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/install.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/conversions/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/client.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/remote_command_exec_udp_client.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/remote_command_exec_udp_server.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/server.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_full_duplex_client.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_full_duplex_server.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_half_duplex_client.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_half_duplex_server.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/udp_client.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/udp_server.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/package.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/install.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/client_server/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol3.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol4.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_10-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_10-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_12-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_13-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_14-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_15-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_16-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_19-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_2-so1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_20-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_21-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_22-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_23-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_23-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_25-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_26-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_3-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_3-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_4-sol.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_401-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol3.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_6-sol.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_7-sol.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_7-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_8-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_8-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_9-sol1.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_9-sol2.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/package.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/install.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/project_euler/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/adaline_learning.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/k_means_clustering.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/kohonen_som_topology.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/kohonen_som_trace.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/package.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/install.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/machine_learning/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/package.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/install.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/bisection_method.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/durand_kerner_roots.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/gauss_elimination.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/gauss_seidel_method.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/lagrange_theorem.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/lu_decompose.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/mean.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/median.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/newton_raphson_root.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_forward_euler.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_midpoint_euler.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/qr_decomposition.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/qr_eigen_values.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/realtime_stats.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/secant_method.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/variance.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/package.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/install.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/math/CMakeFiles/armstrong_number.dir +/Users/jesperolsen/development/C/math/CMakeFiles/cantor_set.dir +/Users/jesperolsen/development/C/math/CMakeFiles/cartesian_to_polar.dir +/Users/jesperolsen/development/C/math/CMakeFiles/catalan.dir +/Users/jesperolsen/development/C/math/CMakeFiles/collatz.dir +/Users/jesperolsen/development/C/math/CMakeFiles/euclidean_algorithm_extended.dir +/Users/jesperolsen/development/C/math/CMakeFiles/factorial.dir +/Users/jesperolsen/development/C/math/CMakeFiles/factorial_large_number.dir +/Users/jesperolsen/development/C/math/CMakeFiles/factorial_trailing_zeroes.dir +/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci.dir +/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_dp.dir +/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_fast.dir +/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_formula.dir +/Users/jesperolsen/development/C/math/CMakeFiles/gcd.dir +/Users/jesperolsen/development/C/math/CMakeFiles/is_armstrong.dir +/Users/jesperolsen/development/C/math/CMakeFiles/large_factorials.dir +/Users/jesperolsen/development/C/math/CMakeFiles/lcm.dir +/Users/jesperolsen/development/C/math/CMakeFiles/lerp.dir +/Users/jesperolsen/development/C/math/CMakeFiles/palindrome.dir +/Users/jesperolsen/development/C/math/CMakeFiles/prime.dir +/Users/jesperolsen/development/C/math/CMakeFiles/prime_factoriziation.dir +/Users/jesperolsen/development/C/math/CMakeFiles/prime_sieve.dir +/Users/jesperolsen/development/C/math/CMakeFiles/strong_number.dir +/Users/jesperolsen/development/C/math/CMakeFiles/package.dir +/Users/jesperolsen/development/C/math/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/math/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/math/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/math/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/math/CMakeFiles/install.dir +/Users/jesperolsen/development/C/math/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/math/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/affine.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/rot13.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/package.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/install.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/cipher/CMakeFiles/install/strip.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/lcs.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/matrix_chain_order.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/package.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/package_source.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/edit_cache.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/rebuild_cache.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/list_install_components.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/install.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/install/local.dir +/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/install/strip.dir diff --git a/CMakeFiles/cmake.check_cache b/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000000..3dccd73172 --- /dev/null +++ b/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/CMakeFiles/progress.marks b/CMakeFiles/progress.marks new file mode 100644 index 0000000000..29d6383b52 --- /dev/null +++ b/CMakeFiles/progress.marks @@ -0,0 +1 @@ +100 diff --git a/CPackConfig.cmake b/CPackConfig.cmake new file mode 100644 index 0000000000..a7983947f3 --- /dev/null +++ b/CPackConfig.cmake @@ -0,0 +1,82 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BINARY_BUNDLE "OFF") +set(CPACK_BINARY_DEB "OFF") +set(CPACK_BINARY_DRAGNDROP "OFF") +set(CPACK_BINARY_FREEBSD "OFF") +set(CPACK_BINARY_IFW "OFF") +set(CPACK_BINARY_NSIS "OFF") +set(CPACK_BINARY_PRODUCTBUILD "OFF") +set(CPACK_BINARY_RPM "OFF") +set(CPACK_BINARY_STGZ "ON") +set(CPACK_BINARY_TBZ2 "OFF") +set(CPACK_BINARY_TGZ "ON") +set(CPACK_BINARY_TXZ "OFF") +set(CPACK_BUILD_SOURCE_DIRS "/Users/jesperolsen/development/C;/Users/jesperolsen/development/C") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "Algorithms_in_C built using CMake") +set(CPACK_GENERATOR "STGZ;TGZ") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALL_CMAKE_PROJECTS "/Users/jesperolsen/development/C;Algorithms_in_C;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "") +set(CPACK_NSIS_DISPLAY_NAME "Algorithms_in_C 1.0.0") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "Algorithms_in_C 1.0.0") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/Users/jesperolsen/development/C/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Set of algorithms implemented in C.") +set(CPACK_PACKAGE_FILE_NAME "Algorithms_in_C-1.0.0-Darwin") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "Algorithms_in_C 1.0.0") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Algorithms_in_C 1.0.0") +set(CPACK_PACKAGE_NAME "Algorithms_in_C") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "1.0.0") +set(CPACK_PACKAGE_VERSION_MAJOR "1") +set(CPACK_PACKAGE_VERSION_MINOR "0") +set(CPACK_PACKAGE_VERSION_PATCH "0") +set(CPACK_PROJECT_NAME "Algorithms_in_C") +set(CPACK_PROJECT_VERSION "1.0.0") +set(CPACK_RESOURCE_FILE_LICENSE "/opt/homebrew/share/cmake/Templates/CPack.GenericLicense.txt") +set(CPACK_RESOURCE_FILE_README "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/opt/homebrew/share/cmake/Templates/CPack.GenericWelcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/jesperolsen/development/C/CPackSourceConfig.cmake") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_SYSTEM_NAME "Darwin") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Darwin") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/Users/jesperolsen/development/C/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/CPackSourceConfig.cmake b/CPackSourceConfig.cmake new file mode 100644 index 0000000000..d97849a225 --- /dev/null +++ b/CPackSourceConfig.cmake @@ -0,0 +1,90 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BINARY_BUNDLE "OFF") +set(CPACK_BINARY_DEB "OFF") +set(CPACK_BINARY_DRAGNDROP "OFF") +set(CPACK_BINARY_FREEBSD "OFF") +set(CPACK_BINARY_IFW "OFF") +set(CPACK_BINARY_NSIS "OFF") +set(CPACK_BINARY_PRODUCTBUILD "OFF") +set(CPACK_BINARY_RPM "OFF") +set(CPACK_BINARY_STGZ "ON") +set(CPACK_BINARY_TBZ2 "OFF") +set(CPACK_BINARY_TGZ "ON") +set(CPACK_BINARY_TXZ "OFF") +set(CPACK_BUILD_SOURCE_DIRS "/Users/jesperolsen/development/C;/Users/jesperolsen/development/C") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "Algorithms_in_C built using CMake") +set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALLED_DIRECTORIES "/Users/jesperolsen/development/C;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "") +set(CPACK_NSIS_DISPLAY_NAME "Algorithms_in_C 1.0.0") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "Algorithms_in_C 1.0.0") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/Users/jesperolsen/development/C/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Set of algorithms implemented in C.") +set(CPACK_PACKAGE_FILE_NAME "Algorithms_in_C-1.0.0-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "Algorithms_in_C 1.0.0") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Algorithms_in_C 1.0.0") +set(CPACK_PACKAGE_NAME "Algorithms_in_C") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "1.0.0") +set(CPACK_PACKAGE_VERSION_MAJOR "1") +set(CPACK_PACKAGE_VERSION_MINOR "0") +set(CPACK_PACKAGE_VERSION_PATCH "0") +set(CPACK_PROJECT_NAME "Algorithms_in_C") +set(CPACK_PROJECT_VERSION "1.0.0") +set(CPACK_RESOURCE_FILE_LICENSE "/opt/homebrew/share/cmake/Templates/CPack.GenericLicense.txt") +set(CPACK_RESOURCE_FILE_README "/opt/homebrew/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/opt/homebrew/share/cmake/Templates/CPack.GenericWelcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/Users/jesperolsen/development/C;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/Users/jesperolsen/development/C/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "Algorithms_in_C-1.0.0-Source") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TOPLEVEL_TAG "Darwin-Source") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Darwin") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Darwin-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/Users/jesperolsen/development/C/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..06acb5e81b --- /dev/null +++ b/Makefile @@ -0,0 +1,2899 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/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 malloc_dbg + +# Build rule for target. +malloc_dbg: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 malloc_dbg +.PHONY : malloc_dbg + +# fast build rule for target. +malloc_dbg/fast: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/build +.PHONY : malloc_dbg/fast + +#============================================================================= +# Target rules for targets named test_malloc_dbg + +# Build rule for target. +test_malloc_dbg: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_malloc_dbg +.PHONY : test_malloc_dbg + +# fast build rule for target. +test_malloc_dbg/fast: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/build +.PHONY : test_malloc_dbg/fast + +#============================================================================= +# Target rules for targets named test_min_printf + +# Build rule for target. +test_min_printf: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_min_printf +.PHONY : test_min_printf + +# fast build rule for target. +test_min_printf/fast: + $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/build +.PHONY : test_min_printf/fast + +#============================================================================= +# Target rules for targets named hash_adler32 + +# Build rule for target. +hash_adler32: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash_adler32 +.PHONY : hash_adler32 + +# fast build rule for target. +hash_adler32/fast: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/build +.PHONY : hash_adler32/fast + +#============================================================================= +# Target rules for targets named hash_blake2b + +# Build rule for target. +hash_blake2b: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash_blake2b +.PHONY : hash_blake2b + +# fast build rule for target. +hash_blake2b/fast: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/build +.PHONY : hash_blake2b/fast + +#============================================================================= +# Target rules for targets named hash_crc32 + +# Build rule for target. +hash_crc32: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash_crc32 +.PHONY : hash_crc32 + +# fast build rule for target. +hash_crc32/fast: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/build +.PHONY : hash_crc32/fast + +#============================================================================= +# Target rules for targets named hash_djb2 + +# Build rule for target. +hash_djb2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash_djb2 +.PHONY : hash_djb2 + +# fast build rule for target. +hash_djb2/fast: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/build +.PHONY : hash_djb2/fast + +#============================================================================= +# Target rules for targets named hash_sdbm + +# Build rule for target. +hash_sdbm: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash_sdbm +.PHONY : hash_sdbm + +# fast build rule for target. +hash_sdbm/fast: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/build +.PHONY : hash_sdbm/fast + +#============================================================================= +# Target rules for targets named hash_xor8 + +# Build rule for target. +hash_xor8: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash_xor8 +.PHONY : hash_xor8 + +# fast build rule for target. +hash_xor8/fast: + $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/build +.PHONY : hash_xor8/fast + +#============================================================================= +# Target rules for targets named demonetization + +# Build rule for target. +demonetization: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 demonetization +.PHONY : demonetization + +# fast build rule for target. +demonetization/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/build +.PHONY : demonetization/fast + +#============================================================================= +# Target rules for targets named hamming_distance + +# Build rule for target. +hamming_distance: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hamming_distance +.PHONY : hamming_distance + +# fast build rule for target. +hamming_distance/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/build +.PHONY : hamming_distance/fast + +#============================================================================= +# Target rules for targets named lexicographic_permutations + +# Build rule for target. +lexicographic_permutations: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lexicographic_permutations +.PHONY : lexicographic_permutations + +# fast build rule for target. +lexicographic_permutations/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/build +.PHONY : lexicographic_permutations/fast + +#============================================================================= +# Target rules for targets named longest_subsequence + +# Build rule for target. +longest_subsequence: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 longest_subsequence +.PHONY : longest_subsequence + +# fast build rule for target. +longest_subsequence/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/build +.PHONY : longest_subsequence/fast + +#============================================================================= +# Target rules for targets named mcnaughton_yamada_thompson + +# Build rule for target. +mcnaughton_yamada_thompson: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mcnaughton_yamada_thompson +.PHONY : mcnaughton_yamada_thompson + +# fast build rule for target. +mcnaughton_yamada_thompson/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build +.PHONY : mcnaughton_yamada_thompson/fast + +#============================================================================= +# Target rules for targets named mirror + +# Build rule for target. +mirror: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mirror +.PHONY : mirror + +# fast build rule for target. +mirror/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/build +.PHONY : mirror/fast + +#============================================================================= +# Target rules for targets named pid + +# Build rule for target. +pid: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pid +.PHONY : pid + +# fast build rule for target. +pid/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/build +.PHONY : pid/fast + +#============================================================================= +# Target rules for targets named poly_add + +# Build rule for target. +poly_add: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 poly_add +.PHONY : poly_add + +# fast build rule for target. +poly_add/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/build +.PHONY : poly_add/fast + +#============================================================================= +# Target rules for targets named postfix_evaluation + +# Build rule for target. +postfix_evaluation: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 postfix_evaluation +.PHONY : postfix_evaluation + +# fast build rule for target. +postfix_evaluation/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/build +.PHONY : postfix_evaluation/fast + +#============================================================================= +# Target rules for targets named quartile + +# Build rule for target. +quartile: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 quartile +.PHONY : quartile + +# fast build rule for target. +quartile/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/build +.PHONY : quartile/fast + +#============================================================================= +# Target rules for targets named rselect + +# Build rule for target. +rselect: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rselect +.PHONY : rselect + +# fast build rule for target. +rselect/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/build +.PHONY : rselect/fast + +#============================================================================= +# Target rules for targets named run_length_encoding + +# Build rule for target. +run_length_encoding: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 run_length_encoding +.PHONY : run_length_encoding + +# fast build rule for target. +run_length_encoding/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/build +.PHONY : run_length_encoding/fast + +#============================================================================= +# Target rules for targets named shunting_yard + +# Build rule for target. +shunting_yard: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shunting_yard +.PHONY : shunting_yard + +# fast build rule for target. +shunting_yard/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/build +.PHONY : shunting_yard/fast + +#============================================================================= +# Target rules for targets named sudoku_solver + +# Build rule for target. +sudoku_solver: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sudoku_solver +.PHONY : sudoku_solver + +# fast build rule for target. +sudoku_solver/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/build +.PHONY : sudoku_solver/fast + +#============================================================================= +# Target rules for targets named tower_of_hanoi + +# Build rule for target. +tower_of_hanoi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tower_of_hanoi +.PHONY : tower_of_hanoi + +# fast build rule for target. +tower_of_hanoi/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/build +.PHONY : tower_of_hanoi/fast + +#============================================================================= +# Target rules for targets named union_find + +# Build rule for target. +union_find: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 union_find +.PHONY : union_find + +# fast build rule for target. +union_find/fast: + $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/build +.PHONY : union_find/fast + +#============================================================================= +# Target rules for targets named hangman + +# Build rule for target. +hangman: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hangman +.PHONY : hangman + +# fast build rule for target. +hangman/fast: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/build +.PHONY : hangman/fast + +#============================================================================= +# Target rules for targets named naval_battle + +# Build rule for target. +naval_battle: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 naval_battle +.PHONY : naval_battle + +# fast build rule for target. +naval_battle/fast: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/build +.PHONY : naval_battle/fast + +#============================================================================= +# Target rules for targets named tic_tac_toe + +# Build rule for target. +tic_tac_toe: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tic_tac_toe +.PHONY : tic_tac_toe + +# fast build rule for target. +tic_tac_toe/fast: + $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/build +.PHONY : tic_tac_toe/fast + +#============================================================================= +# Target rules for targets named alaw + +# Build rule for target. +alaw: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alaw +.PHONY : alaw + +# fast build rule for target. +alaw/fast: + $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/build +.PHONY : alaw/fast + +#============================================================================= +# Target rules for targets named bead_sort + +# Build rule for target. +bead_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bead_sort +.PHONY : bead_sort + +# fast build rule for target. +bead_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/build +.PHONY : bead_sort/fast + +#============================================================================= +# Target rules for targets named binary_insertion_sort + +# Build rule for target. +binary_insertion_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binary_insertion_sort +.PHONY : binary_insertion_sort + +# fast build rule for target. +binary_insertion_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/build +.PHONY : binary_insertion_sort/fast + +#============================================================================= +# Target rules for targets named bogo_sort + +# Build rule for target. +bogo_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bogo_sort +.PHONY : bogo_sort + +# fast build rule for target. +bogo_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/build +.PHONY : bogo_sort/fast + +#============================================================================= +# Target rules for targets named bubble_sort + +# Build rule for target. +bubble_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bubble_sort +.PHONY : bubble_sort + +# fast build rule for target. +bubble_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/build +.PHONY : bubble_sort/fast + +#============================================================================= +# Target rules for targets named bubble_sort_2 + +# Build rule for target. +bubble_sort_2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bubble_sort_2 +.PHONY : bubble_sort_2 + +# fast build rule for target. +bubble_sort_2/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/build +.PHONY : bubble_sort_2/fast + +#============================================================================= +# Target rules for targets named bubble_sort_recursion + +# Build rule for target. +bubble_sort_recursion: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bubble_sort_recursion +.PHONY : bubble_sort_recursion + +# fast build rule for target. +bubble_sort_recursion/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/build +.PHONY : bubble_sort_recursion/fast + +#============================================================================= +# Target rules for targets named bucket_sort + +# Build rule for target. +bucket_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bucket_sort +.PHONY : bucket_sort + +# fast build rule for target. +bucket_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/build +.PHONY : bucket_sort/fast + +#============================================================================= +# Target rules for targets named cocktail_sort + +# Build rule for target. +cocktail_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cocktail_sort +.PHONY : cocktail_sort + +# fast build rule for target. +cocktail_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/build +.PHONY : cocktail_sort/fast + +#============================================================================= +# Target rules for targets named comb_sort + +# Build rule for target. +comb_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 comb_sort +.PHONY : comb_sort + +# fast build rule for target. +comb_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/build +.PHONY : comb_sort/fast + +#============================================================================= +# Target rules for targets named counting_sort + +# Build rule for target. +counting_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 counting_sort +.PHONY : counting_sort + +# fast build rule for target. +counting_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/build +.PHONY : counting_sort/fast + +#============================================================================= +# Target rules for targets named cycle_sort + +# Build rule for target. +cycle_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cycle_sort +.PHONY : cycle_sort + +# fast build rule for target. +cycle_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/build +.PHONY : cycle_sort/fast + +#============================================================================= +# Target rules for targets named gnome_sort + +# Build rule for target. +gnome_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gnome_sort +.PHONY : gnome_sort + +# fast build rule for target. +gnome_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/build +.PHONY : gnome_sort/fast + +#============================================================================= +# Target rules for targets named heap_sort + +# Build rule for target. +heap_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 heap_sort +.PHONY : heap_sort + +# fast build rule for target. +heap_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/build +.PHONY : heap_sort/fast + +#============================================================================= +# Target rules for targets named heap_sort_2 + +# Build rule for target. +heap_sort_2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 heap_sort_2 +.PHONY : heap_sort_2 + +# fast build rule for target. +heap_sort_2/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/build +.PHONY : heap_sort_2/fast + +#============================================================================= +# Target rules for targets named insertion_sort + +# Build rule for target. +insertion_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 insertion_sort +.PHONY : insertion_sort + +# fast build rule for target. +insertion_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/build +.PHONY : insertion_sort/fast + +#============================================================================= +# Target rules for targets named insertion_sort_recursive + +# Build rule for target. +insertion_sort_recursive: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 insertion_sort_recursive +.PHONY : insertion_sort_recursive + +# fast build rule for target. +insertion_sort_recursive/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/build +.PHONY : insertion_sort_recursive/fast + +#============================================================================= +# Target rules for targets named merge_sort + +# Build rule for target. +merge_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 merge_sort +.PHONY : merge_sort + +# fast build rule for target. +merge_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/build +.PHONY : merge_sort/fast + +#============================================================================= +# Target rules for targets named merge_sort_nr + +# Build rule for target. +merge_sort_nr: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 merge_sort_nr +.PHONY : merge_sort_nr + +# fast build rule for target. +merge_sort_nr/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/build +.PHONY : merge_sort_nr/fast + +#============================================================================= +# Target rules for targets named multikey_quick_sort + +# Build rule for target. +multikey_quick_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 multikey_quick_sort +.PHONY : multikey_quick_sort + +# fast build rule for target. +multikey_quick_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/build +.PHONY : multikey_quick_sort/fast + +#============================================================================= +# Target rules for targets named odd_even_sort + +# Build rule for target. +odd_even_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 odd_even_sort +.PHONY : odd_even_sort + +# fast build rule for target. +odd_even_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/build +.PHONY : odd_even_sort/fast + +#============================================================================= +# Target rules for targets named pancake_sort + +# Build rule for target. +pancake_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pancake_sort +.PHONY : pancake_sort + +# fast build rule for target. +pancake_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/build +.PHONY : pancake_sort/fast + +#============================================================================= +# Target rules for targets named partition_sort + +# Build rule for target. +partition_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 partition_sort +.PHONY : partition_sort + +# fast build rule for target. +partition_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/build +.PHONY : partition_sort/fast + +#============================================================================= +# Target rules for targets named patience_sort + +# Build rule for target. +patience_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 patience_sort +.PHONY : patience_sort + +# fast build rule for target. +patience_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/build +.PHONY : patience_sort/fast + +#============================================================================= +# Target rules for targets named pigeonhole_sort + +# Build rule for target. +pigeonhole_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pigeonhole_sort +.PHONY : pigeonhole_sort + +# fast build rule for target. +pigeonhole_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/build +.PHONY : pigeonhole_sort/fast + +#============================================================================= +# Target rules for targets named quick_sort + +# Build rule for target. +quick_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 quick_sort +.PHONY : quick_sort + +# fast build rule for target. +quick_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/build +.PHONY : quick_sort/fast + +#============================================================================= +# Target rules for targets named radix_sort + +# Build rule for target. +radix_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 radix_sort +.PHONY : radix_sort + +# fast build rule for target. +radix_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/build +.PHONY : radix_sort/fast + +#============================================================================= +# Target rules for targets named radix_sort_2 + +# Build rule for target. +radix_sort_2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 radix_sort_2 +.PHONY : radix_sort_2 + +# fast build rule for target. +radix_sort_2/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/build +.PHONY : radix_sort_2/fast + +#============================================================================= +# Target rules for targets named random_quick_sort + +# Build rule for target. +random_quick_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 random_quick_sort +.PHONY : random_quick_sort + +# fast build rule for target. +random_quick_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/build +.PHONY : random_quick_sort/fast + +#============================================================================= +# Target rules for targets named selection_sort + +# Build rule for target. +selection_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 selection_sort +.PHONY : selection_sort + +# fast build rule for target. +selection_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/build +.PHONY : selection_sort/fast + +#============================================================================= +# Target rules for targets named selection_sort_recursive + +# Build rule for target. +selection_sort_recursive: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 selection_sort_recursive +.PHONY : selection_sort_recursive + +# fast build rule for target. +selection_sort_recursive/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/build +.PHONY : selection_sort_recursive/fast + +#============================================================================= +# Target rules for targets named shaker_sort + +# Build rule for target. +shaker_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shaker_sort +.PHONY : shaker_sort + +# fast build rule for target. +shaker_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/build +.PHONY : shaker_sort/fast + +#============================================================================= +# Target rules for targets named shell_sort + +# Build rule for target. +shell_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shell_sort +.PHONY : shell_sort + +# fast build rule for target. +shell_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/build +.PHONY : shell_sort/fast + +#============================================================================= +# Target rules for targets named shell_sort2 + +# Build rule for target. +shell_sort2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shell_sort2 +.PHONY : shell_sort2 + +# fast build rule for target. +shell_sort2/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/build +.PHONY : shell_sort2/fast + +#============================================================================= +# Target rules for targets named stooge_sort + +# Build rule for target. +stooge_sort: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 stooge_sort +.PHONY : stooge_sort + +# fast build rule for target. +stooge_sort/fast: + $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/build +.PHONY : stooge_sort/fast + +#============================================================================= +# Target rules for targets named quaternions + +# Build rule for target. +quaternions: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 quaternions +.PHONY : quaternions + +# fast build rule for target. +quaternions/fast: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/build +.PHONY : quaternions/fast + +#============================================================================= +# Target rules for targets named vectors_3d + +# Build rule for target. +vectors_3d: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vectors_3d +.PHONY : vectors_3d + +# fast build rule for target. +vectors_3d/fast: + $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/build +.PHONY : vectors_3d/fast + +#============================================================================= +# Target rules for targets named spirograph + +# Build rule for target. +spirograph: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 spirograph +.PHONY : spirograph + +# fast build rule for target. +spirograph/fast: + $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/build +.PHONY : spirograph/fast + +#============================================================================= +# Target rules for targets named binary_search + +# Build rule for target. +binary_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binary_search +.PHONY : binary_search + +# fast build rule for target. +binary_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/build +.PHONY : binary_search/fast + +#============================================================================= +# Target rules for targets named exponential_search + +# Build rule for target. +exponential_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 exponential_search +.PHONY : exponential_search + +# fast build rule for target. +exponential_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/build +.PHONY : exponential_search/fast + +#============================================================================= +# Target rules for targets named fibonacci_search + +# Build rule for target. +fibonacci_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fibonacci_search +.PHONY : fibonacci_search + +# fast build rule for target. +fibonacci_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/build +.PHONY : fibonacci_search/fast + +#============================================================================= +# Target rules for targets named floyd_cycle_detection_algorithm + +# Build rule for target. +floyd_cycle_detection_algorithm: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 floyd_cycle_detection_algorithm +.PHONY : floyd_cycle_detection_algorithm + +# fast build rule for target. +floyd_cycle_detection_algorithm/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build +.PHONY : floyd_cycle_detection_algorithm/fast + +#============================================================================= +# Target rules for targets named interpolation_search + +# Build rule for target. +interpolation_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interpolation_search +.PHONY : interpolation_search + +# fast build rule for target. +interpolation_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/build +.PHONY : interpolation_search/fast + +#============================================================================= +# Target rules for targets named jump_search + +# Build rule for target. +jump_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jump_search +.PHONY : jump_search + +# fast build rule for target. +jump_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/build +.PHONY : jump_search/fast + +#============================================================================= +# Target rules for targets named linear_search + +# Build rule for target. +linear_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 linear_search +.PHONY : linear_search + +# fast build rule for target. +linear_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/build +.PHONY : linear_search/fast + +#============================================================================= +# Target rules for targets named modified_binary_search + +# Build rule for target. +modified_binary_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modified_binary_search +.PHONY : modified_binary_search + +# fast build rule for target. +modified_binary_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/build +.PHONY : modified_binary_search/fast + +#============================================================================= +# Target rules for targets named other_binary_search + +# Build rule for target. +other_binary_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 other_binary_search +.PHONY : other_binary_search + +# fast build rule for target. +other_binary_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/build +.PHONY : other_binary_search/fast + +#============================================================================= +# Target rules for targets named sentinel_linear_search + +# Build rule for target. +sentinel_linear_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sentinel_linear_search +.PHONY : sentinel_linear_search + +# fast build rule for target. +sentinel_linear_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/build +.PHONY : sentinel_linear_search/fast + +#============================================================================= +# Target rules for targets named ternary_search + +# Build rule for target. +ternary_search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ternary_search +.PHONY : ternary_search + +# fast build rule for target. +ternary_search/fast: + $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/build +.PHONY : ternary_search/fast + +#============================================================================= +# Target rules for targets named binary_to_decimal + +# Build rule for target. +binary_to_decimal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binary_to_decimal +.PHONY : binary_to_decimal + +# fast build rule for target. +binary_to_decimal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/build +.PHONY : binary_to_decimal/fast + +#============================================================================= +# Target rules for targets named binary_to_hexadecimal + +# Build rule for target. +binary_to_hexadecimal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binary_to_hexadecimal +.PHONY : binary_to_hexadecimal + +# fast build rule for target. +binary_to_hexadecimal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/build +.PHONY : binary_to_hexadecimal/fast + +#============================================================================= +# Target rules for targets named binary_to_octal + +# Build rule for target. +binary_to_octal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 binary_to_octal +.PHONY : binary_to_octal + +# fast build rule for target. +binary_to_octal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/build +.PHONY : binary_to_octal/fast + +#============================================================================= +# Target rules for targets named c_atoi_str_to_integer + +# Build rule for target. +c_atoi_str_to_integer: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 c_atoi_str_to_integer +.PHONY : c_atoi_str_to_integer + +# fast build rule for target. +c_atoi_str_to_integer/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/build +.PHONY : c_atoi_str_to_integer/fast + +#============================================================================= +# Target rules for targets named celsius_to_fahrenheit + +# Build rule for target. +celsius_to_fahrenheit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 celsius_to_fahrenheit +.PHONY : celsius_to_fahrenheit + +# fast build rule for target. +celsius_to_fahrenheit/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/build +.PHONY : celsius_to_fahrenheit/fast + +#============================================================================= +# Target rules for targets named decimal_to_any_base + +# Build rule for target. +decimal_to_any_base: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decimal_to_any_base +.PHONY : decimal_to_any_base + +# fast build rule for target. +decimal_to_any_base/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/build +.PHONY : decimal_to_any_base/fast + +#============================================================================= +# Target rules for targets named decimal_to_binary + +# Build rule for target. +decimal_to_binary: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decimal_to_binary +.PHONY : decimal_to_binary + +# fast build rule for target. +decimal_to_binary/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/build +.PHONY : decimal_to_binary/fast + +#============================================================================= +# Target rules for targets named decimal_to_binary_recursion + +# Build rule for target. +decimal_to_binary_recursion: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decimal_to_binary_recursion +.PHONY : decimal_to_binary_recursion + +# fast build rule for target. +decimal_to_binary_recursion/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/build +.PHONY : decimal_to_binary_recursion/fast + +#============================================================================= +# Target rules for targets named decimal_to_hexa + +# Build rule for target. +decimal_to_hexa: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decimal_to_hexa +.PHONY : decimal_to_hexa + +# fast build rule for target. +decimal_to_hexa/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/build +.PHONY : decimal_to_hexa/fast + +#============================================================================= +# Target rules for targets named decimal_to_octal + +# Build rule for target. +decimal_to_octal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decimal_to_octal +.PHONY : decimal_to_octal + +# fast build rule for target. +decimal_to_octal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/build +.PHONY : decimal_to_octal/fast + +#============================================================================= +# Target rules for targets named decimal_to_octal_recursion + +# Build rule for target. +decimal_to_octal_recursion: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 decimal_to_octal_recursion +.PHONY : decimal_to_octal_recursion + +# fast build rule for target. +decimal_to_octal_recursion/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/build +.PHONY : decimal_to_octal_recursion/fast + +#============================================================================= +# Target rules for targets named hexadecimal_to_octal + +# Build rule for target. +hexadecimal_to_octal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hexadecimal_to_octal +.PHONY : hexadecimal_to_octal + +# fast build rule for target. +hexadecimal_to_octal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/build +.PHONY : hexadecimal_to_octal/fast + +#============================================================================= +# Target rules for targets named hexadecimal_to_octal2 + +# Build rule for target. +hexadecimal_to_octal2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hexadecimal_to_octal2 +.PHONY : hexadecimal_to_octal2 + +# fast build rule for target. +hexadecimal_to_octal2/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/build +.PHONY : hexadecimal_to_octal2/fast + +#============================================================================= +# Target rules for targets named infix_to_postfix + +# Build rule for target. +infix_to_postfix: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 infix_to_postfix +.PHONY : infix_to_postfix + +# fast build rule for target. +infix_to_postfix/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/build +.PHONY : infix_to_postfix/fast + +#============================================================================= +# Target rules for targets named infix_to_postfix2 + +# Build rule for target. +infix_to_postfix2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 infix_to_postfix2 +.PHONY : infix_to_postfix2 + +# fast build rule for target. +infix_to_postfix2/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/build +.PHONY : infix_to_postfix2/fast + +#============================================================================= +# Target rules for targets named int_to_string + +# Build rule for target. +int_to_string: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 int_to_string +.PHONY : int_to_string + +# fast build rule for target. +int_to_string/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/build +.PHONY : int_to_string/fast + +#============================================================================= +# Target rules for targets named octal_to_binary + +# Build rule for target. +octal_to_binary: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octal_to_binary +.PHONY : octal_to_binary + +# fast build rule for target. +octal_to_binary/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/build +.PHONY : octal_to_binary/fast + +#============================================================================= +# Target rules for targets named octal_to_decimal + +# Build rule for target. +octal_to_decimal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octal_to_decimal +.PHONY : octal_to_decimal + +# fast build rule for target. +octal_to_decimal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/build +.PHONY : octal_to_decimal/fast + +#============================================================================= +# Target rules for targets named octal_to_hexadecimal + +# Build rule for target. +octal_to_hexadecimal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 octal_to_hexadecimal +.PHONY : octal_to_hexadecimal + +# fast build rule for target. +octal_to_hexadecimal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/build +.PHONY : octal_to_hexadecimal/fast + +#============================================================================= +# Target rules for targets named roman_numerals_to_decimal + +# Build rule for target. +roman_numerals_to_decimal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 roman_numerals_to_decimal +.PHONY : roman_numerals_to_decimal + +# fast build rule for target. +roman_numerals_to_decimal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/build +.PHONY : roman_numerals_to_decimal/fast + +#============================================================================= +# Target rules for targets named to_decimal + +# Build rule for target. +to_decimal: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 to_decimal +.PHONY : to_decimal + +# fast build rule for target. +to_decimal/fast: + $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/build +.PHONY : to_decimal/fast + +#============================================================================= +# Target rules for targets named client + +# Build rule for target. +client: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client +.PHONY : client + +# fast build rule for target. +client/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/build +.PHONY : client/fast + +#============================================================================= +# Target rules for targets named remote_command_exec_udp_client + +# Build rule for target. +remote_command_exec_udp_client: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 remote_command_exec_udp_client +.PHONY : remote_command_exec_udp_client + +# fast build rule for target. +remote_command_exec_udp_client/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/build +.PHONY : remote_command_exec_udp_client/fast + +#============================================================================= +# Target rules for targets named remote_command_exec_udp_server + +# Build rule for target. +remote_command_exec_udp_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 remote_command_exec_udp_server +.PHONY : remote_command_exec_udp_server + +# fast build rule for target. +remote_command_exec_udp_server/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/build +.PHONY : remote_command_exec_udp_server/fast + +#============================================================================= +# Target rules for targets named server + +# Build rule for target. +server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 server +.PHONY : server + +# fast build rule for target. +server/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/build +.PHONY : server/fast + +#============================================================================= +# Target rules for targets named tcp_full_duplex_client + +# Build rule for target. +tcp_full_duplex_client: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_full_duplex_client +.PHONY : tcp_full_duplex_client + +# fast build rule for target. +tcp_full_duplex_client/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/build +.PHONY : tcp_full_duplex_client/fast + +#============================================================================= +# Target rules for targets named tcp_full_duplex_server + +# Build rule for target. +tcp_full_duplex_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_full_duplex_server +.PHONY : tcp_full_duplex_server + +# fast build rule for target. +tcp_full_duplex_server/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/build +.PHONY : tcp_full_duplex_server/fast + +#============================================================================= +# Target rules for targets named tcp_half_duplex_client + +# Build rule for target. +tcp_half_duplex_client: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_half_duplex_client +.PHONY : tcp_half_duplex_client + +# fast build rule for target. +tcp_half_duplex_client/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/build +.PHONY : tcp_half_duplex_client/fast + +#============================================================================= +# Target rules for targets named tcp_half_duplex_server + +# Build rule for target. +tcp_half_duplex_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_half_duplex_server +.PHONY : tcp_half_duplex_server + +# fast build rule for target. +tcp_half_duplex_server/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/build +.PHONY : tcp_half_duplex_server/fast + +#============================================================================= +# Target rules for targets named udp_client + +# Build rule for target. +udp_client: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 udp_client +.PHONY : udp_client + +# fast build rule for target. +udp_client/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/build +.PHONY : udp_client/fast + +#============================================================================= +# Target rules for targets named udp_server + +# Build rule for target. +udp_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 udp_server +.PHONY : udp_server + +# fast build rule for target. +udp_server/fast: + $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/build +.PHONY : udp_server/fast + +#============================================================================= +# Target rules for targets named problem_1-sol1 + +# Build rule for target. +problem_1-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_1-sol1 +.PHONY : problem_1-sol1 + +# fast build rule for target. +problem_1-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/build +.PHONY : problem_1-sol1/fast + +#============================================================================= +# Target rules for targets named problem_1-sol2 + +# Build rule for target. +problem_1-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_1-sol2 +.PHONY : problem_1-sol2 + +# fast build rule for target. +problem_1-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/build +.PHONY : problem_1-sol2/fast + +#============================================================================= +# Target rules for targets named problem_1-sol3 + +# Build rule for target. +problem_1-sol3: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_1-sol3 +.PHONY : problem_1-sol3 + +# fast build rule for target. +problem_1-sol3/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/build +.PHONY : problem_1-sol3/fast + +#============================================================================= +# Target rules for targets named problem_1-sol4 + +# Build rule for target. +problem_1-sol4: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_1-sol4 +.PHONY : problem_1-sol4 + +# fast build rule for target. +problem_1-sol4/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/build +.PHONY : problem_1-sol4/fast + +#============================================================================= +# Target rules for targets named problem_10-sol1 + +# Build rule for target. +problem_10-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_10-sol1 +.PHONY : problem_10-sol1 + +# fast build rule for target. +problem_10-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/build +.PHONY : problem_10-sol1/fast + +#============================================================================= +# Target rules for targets named problem_10-sol2 + +# Build rule for target. +problem_10-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_10-sol2 +.PHONY : problem_10-sol2 + +# fast build rule for target. +problem_10-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/build +.PHONY : problem_10-sol2/fast + +#============================================================================= +# Target rules for targets named problem_12-sol1 + +# Build rule for target. +problem_12-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_12-sol1 +.PHONY : problem_12-sol1 + +# fast build rule for target. +problem_12-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/build +.PHONY : problem_12-sol1/fast + +#============================================================================= +# Target rules for targets named problem_13-sol1 + +# Build rule for target. +problem_13-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_13-sol1 +.PHONY : problem_13-sol1 + +# fast build rule for target. +problem_13-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/build +.PHONY : problem_13-sol1/fast + +#============================================================================= +# Target rules for targets named problem_14-sol1 + +# Build rule for target. +problem_14-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_14-sol1 +.PHONY : problem_14-sol1 + +# fast build rule for target. +problem_14-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/build +.PHONY : problem_14-sol1/fast + +#============================================================================= +# Target rules for targets named problem_15-sol1 + +# Build rule for target. +problem_15-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_15-sol1 +.PHONY : problem_15-sol1 + +# fast build rule for target. +problem_15-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/build +.PHONY : problem_15-sol1/fast + +#============================================================================= +# Target rules for targets named problem_16-sol1 + +# Build rule for target. +problem_16-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_16-sol1 +.PHONY : problem_16-sol1 + +# fast build rule for target. +problem_16-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/build +.PHONY : problem_16-sol1/fast + +#============================================================================= +# Target rules for targets named problem_19-sol1 + +# Build rule for target. +problem_19-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_19-sol1 +.PHONY : problem_19-sol1 + +# fast build rule for target. +problem_19-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/build +.PHONY : problem_19-sol1/fast + +#============================================================================= +# Target rules for targets named problem_2-so1 + +# Build rule for target. +problem_2-so1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_2-so1 +.PHONY : problem_2-so1 + +# fast build rule for target. +problem_2-so1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/build +.PHONY : problem_2-so1/fast + +#============================================================================= +# Target rules for targets named problem_20-sol1 + +# Build rule for target. +problem_20-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_20-sol1 +.PHONY : problem_20-sol1 + +# fast build rule for target. +problem_20-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/build +.PHONY : problem_20-sol1/fast + +#============================================================================= +# Target rules for targets named problem_21-sol1 + +# Build rule for target. +problem_21-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_21-sol1 +.PHONY : problem_21-sol1 + +# fast build rule for target. +problem_21-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/build +.PHONY : problem_21-sol1/fast + +#============================================================================= +# Target rules for targets named problem_22-sol1 + +# Build rule for target. +problem_22-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_22-sol1 +.PHONY : problem_22-sol1 + +# fast build rule for target. +problem_22-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/build +.PHONY : problem_22-sol1/fast + +#============================================================================= +# Target rules for targets named problem_23-sol1 + +# Build rule for target. +problem_23-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_23-sol1 +.PHONY : problem_23-sol1 + +# fast build rule for target. +problem_23-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/build +.PHONY : problem_23-sol1/fast + +#============================================================================= +# Target rules for targets named problem_23-sol2 + +# Build rule for target. +problem_23-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_23-sol2 +.PHONY : problem_23-sol2 + +# fast build rule for target. +problem_23-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/build +.PHONY : problem_23-sol2/fast + +#============================================================================= +# Target rules for targets named problem_25-sol1 + +# Build rule for target. +problem_25-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_25-sol1 +.PHONY : problem_25-sol1 + +# fast build rule for target. +problem_25-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/build +.PHONY : problem_25-sol1/fast + +#============================================================================= +# Target rules for targets named problem_26-sol1 + +# Build rule for target. +problem_26-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_26-sol1 +.PHONY : problem_26-sol1 + +# fast build rule for target. +problem_26-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/build +.PHONY : problem_26-sol1/fast + +#============================================================================= +# Target rules for targets named problem_3-sol1 + +# Build rule for target. +problem_3-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_3-sol1 +.PHONY : problem_3-sol1 + +# fast build rule for target. +problem_3-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/build +.PHONY : problem_3-sol1/fast + +#============================================================================= +# Target rules for targets named problem_3-sol2 + +# Build rule for target. +problem_3-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_3-sol2 +.PHONY : problem_3-sol2 + +# fast build rule for target. +problem_3-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/build +.PHONY : problem_3-sol2/fast + +#============================================================================= +# Target rules for targets named problem_4-sol + +# Build rule for target. +problem_4-sol: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_4-sol +.PHONY : problem_4-sol + +# fast build rule for target. +problem_4-sol/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/build +.PHONY : problem_4-sol/fast + +#============================================================================= +# Target rules for targets named problem_401-sol1 + +# Build rule for target. +problem_401-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_401-sol1 +.PHONY : problem_401-sol1 + +# fast build rule for target. +problem_401-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/build +.PHONY : problem_401-sol1/fast + +#============================================================================= +# Target rules for targets named problem_5-sol1 + +# Build rule for target. +problem_5-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_5-sol1 +.PHONY : problem_5-sol1 + +# fast build rule for target. +problem_5-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/build +.PHONY : problem_5-sol1/fast + +#============================================================================= +# Target rules for targets named problem_5-sol2 + +# Build rule for target. +problem_5-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_5-sol2 +.PHONY : problem_5-sol2 + +# fast build rule for target. +problem_5-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/build +.PHONY : problem_5-sol2/fast + +#============================================================================= +# Target rules for targets named problem_5-sol3 + +# Build rule for target. +problem_5-sol3: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_5-sol3 +.PHONY : problem_5-sol3 + +# fast build rule for target. +problem_5-sol3/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/build +.PHONY : problem_5-sol3/fast + +#============================================================================= +# Target rules for targets named problem_6-sol + +# Build rule for target. +problem_6-sol: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_6-sol +.PHONY : problem_6-sol + +# fast build rule for target. +problem_6-sol/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/build +.PHONY : problem_6-sol/fast + +#============================================================================= +# Target rules for targets named problem_7-sol + +# Build rule for target. +problem_7-sol: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_7-sol +.PHONY : problem_7-sol + +# fast build rule for target. +problem_7-sol/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/build +.PHONY : problem_7-sol/fast + +#============================================================================= +# Target rules for targets named problem_7-sol2 + +# Build rule for target. +problem_7-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_7-sol2 +.PHONY : problem_7-sol2 + +# fast build rule for target. +problem_7-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/build +.PHONY : problem_7-sol2/fast + +#============================================================================= +# Target rules for targets named problem_8-sol1 + +# Build rule for target. +problem_8-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_8-sol1 +.PHONY : problem_8-sol1 + +# fast build rule for target. +problem_8-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/build +.PHONY : problem_8-sol1/fast + +#============================================================================= +# Target rules for targets named problem_8-sol2 + +# Build rule for target. +problem_8-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_8-sol2 +.PHONY : problem_8-sol2 + +# fast build rule for target. +problem_8-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/build +.PHONY : problem_8-sol2/fast + +#============================================================================= +# Target rules for targets named problem_9-sol1 + +# Build rule for target. +problem_9-sol1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_9-sol1 +.PHONY : problem_9-sol1 + +# fast build rule for target. +problem_9-sol1/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/build +.PHONY : problem_9-sol1/fast + +#============================================================================= +# Target rules for targets named problem_9-sol2 + +# Build rule for target. +problem_9-sol2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 problem_9-sol2 +.PHONY : problem_9-sol2 + +# fast build rule for target. +problem_9-sol2/fast: + $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/build +.PHONY : problem_9-sol2/fast + +#============================================================================= +# Target rules for targets named adaline_learning + +# Build rule for target. +adaline_learning: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 adaline_learning +.PHONY : adaline_learning + +# fast build rule for target. +adaline_learning/fast: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/build +.PHONY : adaline_learning/fast + +#============================================================================= +# Target rules for targets named k_means_clustering + +# Build rule for target. +k_means_clustering: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k_means_clustering +.PHONY : k_means_clustering + +# fast build rule for target. +k_means_clustering/fast: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/build +.PHONY : k_means_clustering/fast + +#============================================================================= +# Target rules for targets named kohonen_som_topology + +# Build rule for target. +kohonen_som_topology: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 kohonen_som_topology +.PHONY : kohonen_som_topology + +# fast build rule for target. +kohonen_som_topology/fast: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/build +.PHONY : kohonen_som_topology/fast + +#============================================================================= +# Target rules for targets named kohonen_som_trace + +# Build rule for target. +kohonen_som_trace: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 kohonen_som_trace +.PHONY : kohonen_som_trace + +# fast build rule for target. +kohonen_som_trace/fast: + $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/build +.PHONY : kohonen_som_trace/fast + +#============================================================================= +# Target rules for targets named non_preemptive_priority_scheduling + +# Build rule for target. +non_preemptive_priority_scheduling: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 non_preemptive_priority_scheduling +.PHONY : non_preemptive_priority_scheduling + +# fast build rule for target. +non_preemptive_priority_scheduling/fast: + $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build +.PHONY : non_preemptive_priority_scheduling/fast + +#============================================================================= +# Target rules for targets named bisection_method + +# Build rule for target. +bisection_method: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bisection_method +.PHONY : bisection_method + +# fast build rule for target. +bisection_method/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/build +.PHONY : bisection_method/fast + +#============================================================================= +# Target rules for targets named durand_kerner_roots + +# Build rule for target. +durand_kerner_roots: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 durand_kerner_roots +.PHONY : durand_kerner_roots + +# fast build rule for target. +durand_kerner_roots/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/build +.PHONY : durand_kerner_roots/fast + +#============================================================================= +# Target rules for targets named gauss_elimination + +# Build rule for target. +gauss_elimination: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gauss_elimination +.PHONY : gauss_elimination + +# fast build rule for target. +gauss_elimination/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/build +.PHONY : gauss_elimination/fast + +#============================================================================= +# Target rules for targets named gauss_seidel_method + +# Build rule for target. +gauss_seidel_method: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gauss_seidel_method +.PHONY : gauss_seidel_method + +# fast build rule for target. +gauss_seidel_method/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/build +.PHONY : gauss_seidel_method/fast + +#============================================================================= +# Target rules for targets named lagrange_theorem + +# Build rule for target. +lagrange_theorem: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lagrange_theorem +.PHONY : lagrange_theorem + +# fast build rule for target. +lagrange_theorem/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/build +.PHONY : lagrange_theorem/fast + +#============================================================================= +# Target rules for targets named lu_decompose + +# Build rule for target. +lu_decompose: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lu_decompose +.PHONY : lu_decompose + +# fast build rule for target. +lu_decompose/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/build +.PHONY : lu_decompose/fast + +#============================================================================= +# Target rules for targets named mean + +# Build rule for target. +mean: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mean +.PHONY : mean + +# fast build rule for target. +mean/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/build +.PHONY : mean/fast + +#============================================================================= +# Target rules for targets named median + +# Build rule for target. +median: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 median +.PHONY : median + +# fast build rule for target. +median/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/build +.PHONY : median/fast + +#============================================================================= +# Target rules for targets named newton_raphson_root + +# Build rule for target. +newton_raphson_root: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 newton_raphson_root +.PHONY : newton_raphson_root + +# fast build rule for target. +newton_raphson_root/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/build +.PHONY : newton_raphson_root/fast + +#============================================================================= +# Target rules for targets named ode_forward_euler + +# Build rule for target. +ode_forward_euler: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ode_forward_euler +.PHONY : ode_forward_euler + +# fast build rule for target. +ode_forward_euler/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/build +.PHONY : ode_forward_euler/fast + +#============================================================================= +# Target rules for targets named ode_midpoint_euler + +# Build rule for target. +ode_midpoint_euler: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ode_midpoint_euler +.PHONY : ode_midpoint_euler + +# fast build rule for target. +ode_midpoint_euler/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build +.PHONY : ode_midpoint_euler/fast + +#============================================================================= +# Target rules for targets named ode_semi_implicit_euler + +# Build rule for target. +ode_semi_implicit_euler: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ode_semi_implicit_euler +.PHONY : ode_semi_implicit_euler + +# fast build rule for target. +ode_semi_implicit_euler/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build +.PHONY : ode_semi_implicit_euler/fast + +#============================================================================= +# Target rules for targets named qr_decomposition + +# Build rule for target. +qr_decomposition: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qr_decomposition +.PHONY : qr_decomposition + +# fast build rule for target. +qr_decomposition/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/build +.PHONY : qr_decomposition/fast + +#============================================================================= +# Target rules for targets named qr_eigen_values + +# Build rule for target. +qr_eigen_values: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qr_eigen_values +.PHONY : qr_eigen_values + +# fast build rule for target. +qr_eigen_values/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/build +.PHONY : qr_eigen_values/fast + +#============================================================================= +# Target rules for targets named realtime_stats + +# Build rule for target. +realtime_stats: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 realtime_stats +.PHONY : realtime_stats + +# fast build rule for target. +realtime_stats/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/build +.PHONY : realtime_stats/fast + +#============================================================================= +# Target rules for targets named secant_method + +# Build rule for target. +secant_method: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 secant_method +.PHONY : secant_method + +# fast build rule for target. +secant_method/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/build +.PHONY : secant_method/fast + +#============================================================================= +# Target rules for targets named simpsons_1_3rd_rule + +# Build rule for target. +simpsons_1_3rd_rule: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simpsons_1_3rd_rule +.PHONY : simpsons_1_3rd_rule + +# fast build rule for target. +simpsons_1_3rd_rule/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build +.PHONY : simpsons_1_3rd_rule/fast + +#============================================================================= +# Target rules for targets named variance + +# Build rule for target. +variance: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 variance +.PHONY : variance + +# fast build rule for target. +variance/fast: + $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/build +.PHONY : variance/fast + +#============================================================================= +# Target rules for targets named armstrong_number + +# Build rule for target. +armstrong_number: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 armstrong_number +.PHONY : armstrong_number + +# fast build rule for target. +armstrong_number/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/build +.PHONY : armstrong_number/fast + +#============================================================================= +# Target rules for targets named cantor_set + +# Build rule for target. +cantor_set: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cantor_set +.PHONY : cantor_set + +# fast build rule for target. +cantor_set/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/build +.PHONY : cantor_set/fast + +#============================================================================= +# Target rules for targets named cartesian_to_polar + +# Build rule for target. +cartesian_to_polar: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cartesian_to_polar +.PHONY : cartesian_to_polar + +# fast build rule for target. +cartesian_to_polar/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/build +.PHONY : cartesian_to_polar/fast + +#============================================================================= +# Target rules for targets named catalan + +# Build rule for target. +catalan: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 catalan +.PHONY : catalan + +# fast build rule for target. +catalan/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/build +.PHONY : catalan/fast + +#============================================================================= +# Target rules for targets named collatz + +# Build rule for target. +collatz: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 collatz +.PHONY : collatz + +# fast build rule for target. +collatz/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/build +.PHONY : collatz/fast + +#============================================================================= +# Target rules for targets named euclidean_algorithm_extended + +# Build rule for target. +euclidean_algorithm_extended: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 euclidean_algorithm_extended +.PHONY : euclidean_algorithm_extended + +# fast build rule for target. +euclidean_algorithm_extended/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/build +.PHONY : euclidean_algorithm_extended/fast + +#============================================================================= +# Target rules for targets named factorial + +# Build rule for target. +factorial: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 factorial +.PHONY : factorial + +# fast build rule for target. +factorial/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/build +.PHONY : factorial/fast + +#============================================================================= +# Target rules for targets named factorial_large_number + +# Build rule for target. +factorial_large_number: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 factorial_large_number +.PHONY : factorial_large_number + +# fast build rule for target. +factorial_large_number/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/build +.PHONY : factorial_large_number/fast + +#============================================================================= +# Target rules for targets named factorial_trailing_zeroes + +# Build rule for target. +factorial_trailing_zeroes: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 factorial_trailing_zeroes +.PHONY : factorial_trailing_zeroes + +# fast build rule for target. +factorial_trailing_zeroes/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/build +.PHONY : factorial_trailing_zeroes/fast + +#============================================================================= +# Target rules for targets named fibonacci + +# Build rule for target. +fibonacci: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fibonacci +.PHONY : fibonacci + +# fast build rule for target. +fibonacci/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/build +.PHONY : fibonacci/fast + +#============================================================================= +# Target rules for targets named fibonacci_dp + +# Build rule for target. +fibonacci_dp: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fibonacci_dp +.PHONY : fibonacci_dp + +# fast build rule for target. +fibonacci_dp/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/build +.PHONY : fibonacci_dp/fast + +#============================================================================= +# Target rules for targets named fibonacci_fast + +# Build rule for target. +fibonacci_fast: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fibonacci_fast +.PHONY : fibonacci_fast + +# fast build rule for target. +fibonacci_fast/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/build +.PHONY : fibonacci_fast/fast + +#============================================================================= +# Target rules for targets named fibonacci_formula + +# Build rule for target. +fibonacci_formula: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fibonacci_formula +.PHONY : fibonacci_formula + +# fast build rule for target. +fibonacci_formula/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/build +.PHONY : fibonacci_formula/fast + +#============================================================================= +# Target rules for targets named gcd + +# Build rule for target. +gcd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gcd +.PHONY : gcd + +# fast build rule for target. +gcd/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/build +.PHONY : gcd/fast + +#============================================================================= +# Target rules for targets named is_armstrong + +# Build rule for target. +is_armstrong: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 is_armstrong +.PHONY : is_armstrong + +# fast build rule for target. +is_armstrong/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/build +.PHONY : is_armstrong/fast + +#============================================================================= +# Target rules for targets named large_factorials + +# Build rule for target. +large_factorials: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 large_factorials +.PHONY : large_factorials + +# fast build rule for target. +large_factorials/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/build +.PHONY : large_factorials/fast + +#============================================================================= +# Target rules for targets named lcm + +# Build rule for target. +lcm: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lcm +.PHONY : lcm + +# fast build rule for target. +lcm/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/build +.PHONY : lcm/fast + +#============================================================================= +# Target rules for targets named lerp + +# Build rule for target. +lerp: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lerp +.PHONY : lerp + +# fast build rule for target. +lerp/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/build +.PHONY : lerp/fast + +#============================================================================= +# Target rules for targets named palindrome + +# Build rule for target. +palindrome: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 palindrome +.PHONY : palindrome + +# fast build rule for target. +palindrome/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/build +.PHONY : palindrome/fast + +#============================================================================= +# Target rules for targets named prime + +# Build rule for target. +prime: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 prime +.PHONY : prime + +# fast build rule for target. +prime/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/build +.PHONY : prime/fast + +#============================================================================= +# Target rules for targets named prime_factoriziation + +# Build rule for target. +prime_factoriziation: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 prime_factoriziation +.PHONY : prime_factoriziation + +# fast build rule for target. +prime_factoriziation/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/build +.PHONY : prime_factoriziation/fast + +#============================================================================= +# Target rules for targets named prime_sieve + +# Build rule for target. +prime_sieve: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 prime_sieve +.PHONY : prime_sieve + +# fast build rule for target. +prime_sieve/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/build +.PHONY : prime_sieve/fast + +#============================================================================= +# Target rules for targets named strong_number + +# Build rule for target. +strong_number: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 strong_number +.PHONY : strong_number + +# fast build rule for target. +strong_number/fast: + $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/build +.PHONY : strong_number/fast + +#============================================================================= +# Target rules for targets named affine + +# Build rule for target. +affine: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 affine +.PHONY : affine + +# fast build rule for target. +affine/fast: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/build +.PHONY : affine/fast + +#============================================================================= +# Target rules for targets named rot13 + +# Build rule for target. +rot13: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rot13 +.PHONY : rot13 + +# fast build rule for target. +rot13/fast: + $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/build +.PHONY : rot13/fast + +#============================================================================= +# Target rules for targets named lcs + +# Build rule for target. +lcs: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lcs +.PHONY : lcs + +# fast build rule for target. +lcs/fast: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/build +.PHONY : lcs/fast + +#============================================================================= +# Target rules for targets named matrix_chain_order + +# Build rule for target. +matrix_chain_order: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 matrix_chain_order +.PHONY : matrix_chain_order + +# fast build rule for target. +matrix_chain_order/fast: + $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/build +.PHONY : matrix_chain_order/fast + +# 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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... adaline_learning" + @echo "... affine" + @echo "... alaw" + @echo "... armstrong_number" + @echo "... bead_sort" + @echo "... binary_insertion_sort" + @echo "... binary_search" + @echo "... binary_to_decimal" + @echo "... binary_to_hexadecimal" + @echo "... binary_to_octal" + @echo "... bisection_method" + @echo "... bogo_sort" + @echo "... bubble_sort" + @echo "... bubble_sort_2" + @echo "... bubble_sort_recursion" + @echo "... bucket_sort" + @echo "... c_atoi_str_to_integer" + @echo "... cantor_set" + @echo "... cartesian_to_polar" + @echo "... catalan" + @echo "... celsius_to_fahrenheit" + @echo "... client" + @echo "... cocktail_sort" + @echo "... collatz" + @echo "... comb_sort" + @echo "... counting_sort" + @echo "... cycle_sort" + @echo "... decimal_to_any_base" + @echo "... decimal_to_binary" + @echo "... decimal_to_binary_recursion" + @echo "... decimal_to_hexa" + @echo "... decimal_to_octal" + @echo "... decimal_to_octal_recursion" + @echo "... demonetization" + @echo "... durand_kerner_roots" + @echo "... euclidean_algorithm_extended" + @echo "... exponential_search" + @echo "... factorial" + @echo "... factorial_large_number" + @echo "... factorial_trailing_zeroes" + @echo "... fibonacci" + @echo "... fibonacci_dp" + @echo "... fibonacci_fast" + @echo "... fibonacci_formula" + @echo "... fibonacci_search" + @echo "... floyd_cycle_detection_algorithm" + @echo "... gauss_elimination" + @echo "... gauss_seidel_method" + @echo "... gcd" + @echo "... gnome_sort" + @echo "... hamming_distance" + @echo "... hangman" + @echo "... hash_adler32" + @echo "... hash_blake2b" + @echo "... hash_crc32" + @echo "... hash_djb2" + @echo "... hash_sdbm" + @echo "... hash_xor8" + @echo "... heap_sort" + @echo "... heap_sort_2" + @echo "... hexadecimal_to_octal" + @echo "... hexadecimal_to_octal2" + @echo "... infix_to_postfix" + @echo "... infix_to_postfix2" + @echo "... insertion_sort" + @echo "... insertion_sort_recursive" + @echo "... int_to_string" + @echo "... interpolation_search" + @echo "... is_armstrong" + @echo "... jump_search" + @echo "... k_means_clustering" + @echo "... kohonen_som_topology" + @echo "... kohonen_som_trace" + @echo "... lagrange_theorem" + @echo "... large_factorials" + @echo "... lcm" + @echo "... lcs" + @echo "... lerp" + @echo "... lexicographic_permutations" + @echo "... linear_search" + @echo "... longest_subsequence" + @echo "... lu_decompose" + @echo "... malloc_dbg" + @echo "... matrix_chain_order" + @echo "... mcnaughton_yamada_thompson" + @echo "... mean" + @echo "... median" + @echo "... merge_sort" + @echo "... merge_sort_nr" + @echo "... mirror" + @echo "... modified_binary_search" + @echo "... multikey_quick_sort" + @echo "... naval_battle" + @echo "... newton_raphson_root" + @echo "... non_preemptive_priority_scheduling" + @echo "... octal_to_binary" + @echo "... octal_to_decimal" + @echo "... octal_to_hexadecimal" + @echo "... odd_even_sort" + @echo "... ode_forward_euler" + @echo "... ode_midpoint_euler" + @echo "... ode_semi_implicit_euler" + @echo "... other_binary_search" + @echo "... palindrome" + @echo "... pancake_sort" + @echo "... partition_sort" + @echo "... patience_sort" + @echo "... pid" + @echo "... pigeonhole_sort" + @echo "... poly_add" + @echo "... postfix_evaluation" + @echo "... prime" + @echo "... prime_factoriziation" + @echo "... prime_sieve" + @echo "... problem_1-sol1" + @echo "... problem_1-sol2" + @echo "... problem_1-sol3" + @echo "... problem_1-sol4" + @echo "... problem_10-sol1" + @echo "... problem_10-sol2" + @echo "... problem_12-sol1" + @echo "... problem_13-sol1" + @echo "... problem_14-sol1" + @echo "... problem_15-sol1" + @echo "... problem_16-sol1" + @echo "... problem_19-sol1" + @echo "... problem_2-so1" + @echo "... problem_20-sol1" + @echo "... problem_21-sol1" + @echo "... problem_22-sol1" + @echo "... problem_23-sol1" + @echo "... problem_23-sol2" + @echo "... problem_25-sol1" + @echo "... problem_26-sol1" + @echo "... problem_3-sol1" + @echo "... problem_3-sol2" + @echo "... problem_4-sol" + @echo "... problem_401-sol1" + @echo "... problem_5-sol1" + @echo "... problem_5-sol2" + @echo "... problem_5-sol3" + @echo "... problem_6-sol" + @echo "... problem_7-sol" + @echo "... problem_7-sol2" + @echo "... problem_8-sol1" + @echo "... problem_8-sol2" + @echo "... problem_9-sol1" + @echo "... problem_9-sol2" + @echo "... qr_decomposition" + @echo "... qr_eigen_values" + @echo "... quartile" + @echo "... quaternions" + @echo "... quick_sort" + @echo "... radix_sort" + @echo "... radix_sort_2" + @echo "... random_quick_sort" + @echo "... realtime_stats" + @echo "... remote_command_exec_udp_client" + @echo "... remote_command_exec_udp_server" + @echo "... roman_numerals_to_decimal" + @echo "... rot13" + @echo "... rselect" + @echo "... run_length_encoding" + @echo "... secant_method" + @echo "... selection_sort" + @echo "... selection_sort_recursive" + @echo "... sentinel_linear_search" + @echo "... server" + @echo "... shaker_sort" + @echo "... shell_sort" + @echo "... shell_sort2" + @echo "... shunting_yard" + @echo "... simpsons_1_3rd_rule" + @echo "... spirograph" + @echo "... stooge_sort" + @echo "... strong_number" + @echo "... sudoku_solver" + @echo "... tcp_full_duplex_client" + @echo "... tcp_full_duplex_server" + @echo "... tcp_half_duplex_client" + @echo "... tcp_half_duplex_server" + @echo "... ternary_search" + @echo "... test_malloc_dbg" + @echo "... test_min_printf" + @echo "... tic_tac_toe" + @echo "... to_decimal" + @echo "... tower_of_hanoi" + @echo "... udp_client" + @echo "... udp_server" + @echo "... union_find" + @echo "... variance" + @echo "... vectors_3d" +.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 + diff --git a/audio/CMakeFiles/CMakeDirectoryInformation.cmake b/audio/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/audio/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/audio/CMakeFiles/alaw.dir/DependInfo.cmake b/audio/CMakeFiles/alaw.dir/DependInfo.cmake new file mode 100644 index 0000000000..6b710d9b65 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/audio/alaw.c" "audio/CMakeFiles/alaw.dir/alaw.c.o" "gcc" "audio/CMakeFiles/alaw.dir/alaw.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/audio/CMakeFiles/alaw.dir/alaw.c.o b/audio/CMakeFiles/alaw.dir/alaw.c.o new file mode 100644 index 0000000000..e2a958d9d2 Binary files /dev/null and b/audio/CMakeFiles/alaw.dir/alaw.c.o differ diff --git a/audio/CMakeFiles/alaw.dir/alaw.c.o.d b/audio/CMakeFiles/alaw.dir/alaw.c.o.d new file mode 100644 index 0000000000..237400a297 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/alaw.c.o.d @@ -0,0 +1,56 @@ +audio/CMakeFiles/alaw.dir/alaw.c.o: \ + /Users/jesperolsen/development/C/audio/alaw.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/audio/CMakeFiles/alaw.dir/build.make b/audio/CMakeFiles/alaw.dir/build.make new file mode 100644 index 0000000000..d504396e73 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/build.make @@ -0,0 +1,113 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include audio/CMakeFiles/alaw.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include audio/CMakeFiles/alaw.dir/compiler_depend.make + +# Include the progress variables for this target. +include audio/CMakeFiles/alaw.dir/progress.make + +# Include the compile flags for this target's objects. +include audio/CMakeFiles/alaw.dir/flags.make + +audio/CMakeFiles/alaw.dir/codegen: +.PHONY : audio/CMakeFiles/alaw.dir/codegen + +audio/CMakeFiles/alaw.dir/alaw.c.o: audio/CMakeFiles/alaw.dir/flags.make +audio/CMakeFiles/alaw.dir/alaw.c.o: audio/alaw.c +audio/CMakeFiles/alaw.dir/alaw.c.o: audio/CMakeFiles/alaw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object audio/CMakeFiles/alaw.dir/alaw.c.o" + cd /Users/jesperolsen/development/C/audio && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT audio/CMakeFiles/alaw.dir/alaw.c.o -MF CMakeFiles/alaw.dir/alaw.c.o.d -o CMakeFiles/alaw.dir/alaw.c.o -c /Users/jesperolsen/development/C/audio/alaw.c + +audio/CMakeFiles/alaw.dir/alaw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alaw.dir/alaw.c.i" + cd /Users/jesperolsen/development/C/audio && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/audio/alaw.c > CMakeFiles/alaw.dir/alaw.c.i + +audio/CMakeFiles/alaw.dir/alaw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alaw.dir/alaw.c.s" + cd /Users/jesperolsen/development/C/audio && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/audio/alaw.c -o CMakeFiles/alaw.dir/alaw.c.s + +# Object files for target alaw +alaw_OBJECTS = \ +"CMakeFiles/alaw.dir/alaw.c.o" + +# External object files for target alaw +alaw_EXTERNAL_OBJECTS = + +audio/alaw: audio/CMakeFiles/alaw.dir/alaw.c.o +audio/alaw: audio/CMakeFiles/alaw.dir/build.make +audio/alaw: audio/CMakeFiles/alaw.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable alaw" + cd /Users/jesperolsen/development/C/audio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alaw.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +audio/CMakeFiles/alaw.dir/build: audio/alaw +.PHONY : audio/CMakeFiles/alaw.dir/build + +audio/CMakeFiles/alaw.dir/clean: + cd /Users/jesperolsen/development/C/audio && $(CMAKE_COMMAND) -P CMakeFiles/alaw.dir/cmake_clean.cmake +.PHONY : audio/CMakeFiles/alaw.dir/clean + +audio/CMakeFiles/alaw.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/audio /Users/jesperolsen/development/C /Users/jesperolsen/development/C/audio /Users/jesperolsen/development/C/audio/CMakeFiles/alaw.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : audio/CMakeFiles/alaw.dir/depend + diff --git a/audio/CMakeFiles/alaw.dir/cmake_clean.cmake b/audio/CMakeFiles/alaw.dir/cmake_clean.cmake new file mode 100644 index 0000000000..2b467eb38f --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/alaw.dir/alaw.c.o" + "CMakeFiles/alaw.dir/alaw.c.o.d" + "alaw" + "alaw.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alaw.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/audio/CMakeFiles/alaw.dir/compiler_depend.internal b/audio/CMakeFiles/alaw.dir/compiler_depend.internal new file mode 100644 index 0000000000..858dbd0359 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +audio/CMakeFiles/alaw.dir/alaw.c.o + /Users/jesperolsen/development/C/audio/alaw.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/audio/CMakeFiles/alaw.dir/compiler_depend.make b/audio/CMakeFiles/alaw.dir/compiler_depend.make new file mode 100644 index 0000000000..367e7c2ab0 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +audio/CMakeFiles/alaw.dir/alaw.c.o: audio/alaw.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +audio/alaw.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: diff --git a/audio/CMakeFiles/alaw.dir/compiler_depend.ts b/audio/CMakeFiles/alaw.dir/compiler_depend.ts new file mode 100644 index 0000000000..b0880cea8b --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alaw. diff --git a/audio/CMakeFiles/alaw.dir/depend.make b/audio/CMakeFiles/alaw.dir/depend.make new file mode 100644 index 0000000000..cc051c3530 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alaw. +# This may be replaced when dependencies are built. diff --git a/audio/CMakeFiles/alaw.dir/flags.make b/audio/CMakeFiles/alaw.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/audio/CMakeFiles/alaw.dir/link.txt b/audio/CMakeFiles/alaw.dir/link.txt new file mode 100644 index 0000000000..20cb29a6f0 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/alaw.dir/alaw.c.o -o alaw diff --git a/audio/CMakeFiles/alaw.dir/progress.make b/audio/CMakeFiles/alaw.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/audio/CMakeFiles/alaw.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/audio/CMakeFiles/progress.marks b/audio/CMakeFiles/progress.marks new file mode 100644 index 0000000000..573541ac97 --- /dev/null +++ b/audio/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/audio/Makefile b/audio/Makefile new file mode 100644 index 0000000000..671727d9b2 --- /dev/null +++ b/audio/Makefile @@ -0,0 +1,253 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/audio//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 audio/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 audio/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 audio/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 audio/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +audio/CMakeFiles/alaw.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 audio/CMakeFiles/alaw.dir/rule +.PHONY : audio/CMakeFiles/alaw.dir/rule + +# Convenience name for target. +alaw: audio/CMakeFiles/alaw.dir/rule +.PHONY : alaw + +# fast build rule for target. +alaw/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/build +.PHONY : alaw/fast + +alaw.o: alaw.c.o +.PHONY : alaw.o + +# target to build an object file +alaw.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/alaw.c.o +.PHONY : alaw.c.o + +alaw.i: alaw.c.i +.PHONY : alaw.i + +# target to preprocess a source file +alaw.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/alaw.c.i +.PHONY : alaw.c.i + +alaw.s: alaw.c.s +.PHONY : alaw.s + +# target to generate assembly for a file +alaw.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f audio/CMakeFiles/alaw.dir/build.make audio/CMakeFiles/alaw.dir/alaw.c.s +.PHONY : alaw.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... alaw" + @echo "... alaw.o" + @echo "... alaw.i" + @echo "... alaw.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/audio/alaw b/audio/alaw new file mode 100755 index 0000000000..f3a84d08f7 Binary files /dev/null and b/audio/alaw differ diff --git a/audio/cmake_install.cmake b/audio/cmake_install.cmake new file mode 100644 index 0000000000..b5a5342c70 --- /dev/null +++ b/audio/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /Users/jesperolsen/development/C/audio + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/audio" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/audio/alaw") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/audio/alaw" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/audio/alaw") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/audio/alaw") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/audio/CMakeFiles/alaw.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/audio/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/cipher/CMakeFiles/CMakeDirectoryInformation.cmake b/cipher/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/cipher/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/cipher/CMakeFiles/affine.dir/DependInfo.cmake b/cipher/CMakeFiles/affine.dir/DependInfo.cmake new file mode 100644 index 0000000000..80d3ade949 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/cipher/affine.c" "cipher/CMakeFiles/affine.dir/affine.c.o" "gcc" "cipher/CMakeFiles/affine.dir/affine.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cipher/CMakeFiles/affine.dir/affine.c.o b/cipher/CMakeFiles/affine.dir/affine.c.o new file mode 100644 index 0000000000..e323783425 Binary files /dev/null and b/cipher/CMakeFiles/affine.dir/affine.c.o differ diff --git a/cipher/CMakeFiles/affine.dir/affine.c.o.d b/cipher/CMakeFiles/affine.dir/affine.c.o.d new file mode 100644 index 0000000000..1634e0d1fb --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/affine.c.o.d @@ -0,0 +1,97 @@ +cipher/CMakeFiles/affine.dir/affine.c.o: \ + /Users/jesperolsen/development/C/cipher/affine.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/cipher/CMakeFiles/affine.dir/build.make b/cipher/CMakeFiles/affine.dir/build.make new file mode 100644 index 0000000000..13c2fdebb4 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include cipher/CMakeFiles/affine.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include cipher/CMakeFiles/affine.dir/compiler_depend.make + +# Include the progress variables for this target. +include cipher/CMakeFiles/affine.dir/progress.make + +# Include the compile flags for this target's objects. +include cipher/CMakeFiles/affine.dir/flags.make + +cipher/CMakeFiles/affine.dir/codegen: +.PHONY : cipher/CMakeFiles/affine.dir/codegen + +cipher/CMakeFiles/affine.dir/affine.c.o: cipher/CMakeFiles/affine.dir/flags.make +cipher/CMakeFiles/affine.dir/affine.c.o: cipher/affine.c +cipher/CMakeFiles/affine.dir/affine.c.o: cipher/CMakeFiles/affine.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object cipher/CMakeFiles/affine.dir/affine.c.o" + cd /Users/jesperolsen/development/C/cipher && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT cipher/CMakeFiles/affine.dir/affine.c.o -MF CMakeFiles/affine.dir/affine.c.o.d -o CMakeFiles/affine.dir/affine.c.o -c /Users/jesperolsen/development/C/cipher/affine.c + +cipher/CMakeFiles/affine.dir/affine.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/affine.dir/affine.c.i" + cd /Users/jesperolsen/development/C/cipher && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/cipher/affine.c > CMakeFiles/affine.dir/affine.c.i + +cipher/CMakeFiles/affine.dir/affine.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/affine.dir/affine.c.s" + cd /Users/jesperolsen/development/C/cipher && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/cipher/affine.c -o CMakeFiles/affine.dir/affine.c.s + +# Object files for target affine +affine_OBJECTS = \ +"CMakeFiles/affine.dir/affine.c.o" + +# External object files for target affine +affine_EXTERNAL_OBJECTS = + +cipher/affine: cipher/CMakeFiles/affine.dir/affine.c.o +cipher/affine: cipher/CMakeFiles/affine.dir/build.make +cipher/affine: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +cipher/affine: cipher/CMakeFiles/affine.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable affine" + cd /Users/jesperolsen/development/C/cipher && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/affine.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +cipher/CMakeFiles/affine.dir/build: cipher/affine +.PHONY : cipher/CMakeFiles/affine.dir/build + +cipher/CMakeFiles/affine.dir/clean: + cd /Users/jesperolsen/development/C/cipher && $(CMAKE_COMMAND) -P CMakeFiles/affine.dir/cmake_clean.cmake +.PHONY : cipher/CMakeFiles/affine.dir/clean + +cipher/CMakeFiles/affine.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/cipher /Users/jesperolsen/development/C /Users/jesperolsen/development/C/cipher /Users/jesperolsen/development/C/cipher/CMakeFiles/affine.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cipher/CMakeFiles/affine.dir/depend + diff --git a/cipher/CMakeFiles/affine.dir/cmake_clean.cmake b/cipher/CMakeFiles/affine.dir/cmake_clean.cmake new file mode 100644 index 0000000000..818357ba35 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/affine.dir/affine.c.o" + "CMakeFiles/affine.dir/affine.c.o.d" + "affine" + "affine.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/affine.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cipher/CMakeFiles/affine.dir/compiler_depend.internal b/cipher/CMakeFiles/affine.dir/compiler_depend.internal new file mode 100644 index 0000000000..475b34bd59 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/compiler_depend.internal @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +cipher/CMakeFiles/affine.dir/affine.c.o + /Users/jesperolsen/development/C/cipher/affine.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/cipher/CMakeFiles/affine.dir/compiler_depend.make b/cipher/CMakeFiles/affine.dir/compiler_depend.make new file mode 100644 index 0000000000..0c657970d6 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/compiler_depend.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +cipher/CMakeFiles/affine.dir/affine.c.o: cipher/affine.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +cipher/affine.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/cipher/CMakeFiles/affine.dir/compiler_depend.ts b/cipher/CMakeFiles/affine.dir/compiler_depend.ts new file mode 100644 index 0000000000..3af0808766 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for affine. diff --git a/cipher/CMakeFiles/affine.dir/depend.make b/cipher/CMakeFiles/affine.dir/depend.make new file mode 100644 index 0000000000..db1f081c2f --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for affine. +# This may be replaced when dependencies are built. diff --git a/cipher/CMakeFiles/affine.dir/flags.make b/cipher/CMakeFiles/affine.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/cipher/CMakeFiles/affine.dir/link.txt b/cipher/CMakeFiles/affine.dir/link.txt new file mode 100644 index 0000000000..d88fa57c88 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/affine.dir/affine.c.o -o affine /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/cipher/CMakeFiles/affine.dir/progress.make b/cipher/CMakeFiles/affine.dir/progress.make new file mode 100644 index 0000000000..2271fbb376 --- /dev/null +++ b/cipher/CMakeFiles/affine.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 1 + diff --git a/cipher/CMakeFiles/progress.marks b/cipher/CMakeFiles/progress.marks new file mode 100644 index 0000000000..d00491fd7e --- /dev/null +++ b/cipher/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/cipher/CMakeFiles/rot13.dir/DependInfo.cmake b/cipher/CMakeFiles/rot13.dir/DependInfo.cmake new file mode 100644 index 0000000000..71326b2dd1 --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/cipher/rot13.c" "cipher/CMakeFiles/rot13.dir/rot13.c.o" "gcc" "cipher/CMakeFiles/rot13.dir/rot13.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cipher/CMakeFiles/rot13.dir/build.make b/cipher/CMakeFiles/rot13.dir/build.make new file mode 100644 index 0000000000..faaf21fe1e --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include cipher/CMakeFiles/rot13.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include cipher/CMakeFiles/rot13.dir/compiler_depend.make + +# Include the progress variables for this target. +include cipher/CMakeFiles/rot13.dir/progress.make + +# Include the compile flags for this target's objects. +include cipher/CMakeFiles/rot13.dir/flags.make + +cipher/CMakeFiles/rot13.dir/codegen: +.PHONY : cipher/CMakeFiles/rot13.dir/codegen + +cipher/CMakeFiles/rot13.dir/rot13.c.o: cipher/CMakeFiles/rot13.dir/flags.make +cipher/CMakeFiles/rot13.dir/rot13.c.o: cipher/rot13.c +cipher/CMakeFiles/rot13.dir/rot13.c.o: cipher/CMakeFiles/rot13.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object cipher/CMakeFiles/rot13.dir/rot13.c.o" + cd /Users/jesperolsen/development/C/cipher && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT cipher/CMakeFiles/rot13.dir/rot13.c.o -MF CMakeFiles/rot13.dir/rot13.c.o.d -o CMakeFiles/rot13.dir/rot13.c.o -c /Users/jesperolsen/development/C/cipher/rot13.c + +cipher/CMakeFiles/rot13.dir/rot13.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rot13.dir/rot13.c.i" + cd /Users/jesperolsen/development/C/cipher && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/cipher/rot13.c > CMakeFiles/rot13.dir/rot13.c.i + +cipher/CMakeFiles/rot13.dir/rot13.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rot13.dir/rot13.c.s" + cd /Users/jesperolsen/development/C/cipher && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/cipher/rot13.c -o CMakeFiles/rot13.dir/rot13.c.s + +# Object files for target rot13 +rot13_OBJECTS = \ +"CMakeFiles/rot13.dir/rot13.c.o" + +# External object files for target rot13 +rot13_EXTERNAL_OBJECTS = + +cipher/rot13: cipher/CMakeFiles/rot13.dir/rot13.c.o +cipher/rot13: cipher/CMakeFiles/rot13.dir/build.make +cipher/rot13: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +cipher/rot13: cipher/CMakeFiles/rot13.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable rot13" + cd /Users/jesperolsen/development/C/cipher && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/rot13.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +cipher/CMakeFiles/rot13.dir/build: cipher/rot13 +.PHONY : cipher/CMakeFiles/rot13.dir/build + +cipher/CMakeFiles/rot13.dir/clean: + cd /Users/jesperolsen/development/C/cipher && $(CMAKE_COMMAND) -P CMakeFiles/rot13.dir/cmake_clean.cmake +.PHONY : cipher/CMakeFiles/rot13.dir/clean + +cipher/CMakeFiles/rot13.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/cipher /Users/jesperolsen/development/C /Users/jesperolsen/development/C/cipher /Users/jesperolsen/development/C/cipher/CMakeFiles/rot13.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : cipher/CMakeFiles/rot13.dir/depend + diff --git a/cipher/CMakeFiles/rot13.dir/cmake_clean.cmake b/cipher/CMakeFiles/rot13.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3e5ea9de80 --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/rot13.dir/rot13.c.o" + "CMakeFiles/rot13.dir/rot13.c.o.d" + "rot13" + "rot13.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/rot13.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cipher/CMakeFiles/rot13.dir/compiler_depend.internal b/cipher/CMakeFiles/rot13.dir/compiler_depend.internal new file mode 100644 index 0000000000..b1fd1f85c8 --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/compiler_depend.internal @@ -0,0 +1,55 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +cipher/CMakeFiles/rot13.dir/rot13.c.o + /Users/jesperolsen/development/C/cipher/rot13.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/cipher/CMakeFiles/rot13.dir/compiler_depend.make b/cipher/CMakeFiles/rot13.dir/compiler_depend.make new file mode 100644 index 0000000000..edb85492d6 --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/compiler_depend.make @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +cipher/CMakeFiles/rot13.dir/rot13.c.o: cipher/rot13.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +cipher/rot13.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: diff --git a/cipher/CMakeFiles/rot13.dir/compiler_depend.ts b/cipher/CMakeFiles/rot13.dir/compiler_depend.ts new file mode 100644 index 0000000000..d9fbf38fbe --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for rot13. diff --git a/cipher/CMakeFiles/rot13.dir/depend.make b/cipher/CMakeFiles/rot13.dir/depend.make new file mode 100644 index 0000000000..fadea2db3b --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for rot13. +# This may be replaced when dependencies are built. diff --git a/cipher/CMakeFiles/rot13.dir/flags.make b/cipher/CMakeFiles/rot13.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/cipher/CMakeFiles/rot13.dir/link.txt b/cipher/CMakeFiles/rot13.dir/link.txt new file mode 100644 index 0000000000..ccfbde85b1 --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/rot13.dir/rot13.c.o -o rot13 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/cipher/CMakeFiles/rot13.dir/progress.make b/cipher/CMakeFiles/rot13.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/cipher/CMakeFiles/rot13.dir/rot13.c.o b/cipher/CMakeFiles/rot13.dir/rot13.c.o new file mode 100644 index 0000000000..de0906522f Binary files /dev/null and b/cipher/CMakeFiles/rot13.dir/rot13.c.o differ diff --git a/cipher/CMakeFiles/rot13.dir/rot13.c.o.d b/cipher/CMakeFiles/rot13.dir/rot13.c.o.d new file mode 100644 index 0000000000..498a36018a --- /dev/null +++ b/cipher/CMakeFiles/rot13.dir/rot13.c.o.d @@ -0,0 +1,51 @@ +cipher/CMakeFiles/rot13.dir/rot13.c.o: \ + /Users/jesperolsen/development/C/cipher/rot13.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/cipher/Makefile b/cipher/Makefile new file mode 100644 index 0000000000..5db777d102 --- /dev/null +++ b/cipher/Makefile @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/cipher//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +cipher/CMakeFiles/affine.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/CMakeFiles/affine.dir/rule +.PHONY : cipher/CMakeFiles/affine.dir/rule + +# Convenience name for target. +affine: cipher/CMakeFiles/affine.dir/rule +.PHONY : affine + +# fast build rule for target. +affine/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/build +.PHONY : affine/fast + +# Convenience name for target. +cipher/CMakeFiles/rot13.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cipher/CMakeFiles/rot13.dir/rule +.PHONY : cipher/CMakeFiles/rot13.dir/rule + +# Convenience name for target. +rot13: cipher/CMakeFiles/rot13.dir/rule +.PHONY : rot13 + +# fast build rule for target. +rot13/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/build +.PHONY : rot13/fast + +affine.o: affine.c.o +.PHONY : affine.o + +# target to build an object file +affine.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/affine.c.o +.PHONY : affine.c.o + +affine.i: affine.c.i +.PHONY : affine.i + +# target to preprocess a source file +affine.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/affine.c.i +.PHONY : affine.c.i + +affine.s: affine.c.s +.PHONY : affine.s + +# target to generate assembly for a file +affine.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/affine.dir/build.make cipher/CMakeFiles/affine.dir/affine.c.s +.PHONY : affine.c.s + +rot13.o: rot13.c.o +.PHONY : rot13.o + +# target to build an object file +rot13.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/rot13.c.o +.PHONY : rot13.c.o + +rot13.i: rot13.c.i +.PHONY : rot13.i + +# target to preprocess a source file +rot13.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/rot13.c.i +.PHONY : rot13.c.i + +rot13.s: rot13.c.s +.PHONY : rot13.s + +# target to generate assembly for a file +rot13.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f cipher/CMakeFiles/rot13.dir/build.make cipher/CMakeFiles/rot13.dir/rot13.c.s +.PHONY : rot13.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... affine" + @echo "... rot13" + @echo "... affine.o" + @echo "... affine.i" + @echo "... affine.s" + @echo "... rot13.o" + @echo "... rot13.i" + @echo "... rot13.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cipher/affine b/cipher/affine new file mode 100755 index 0000000000..58bf019831 Binary files /dev/null and b/cipher/affine differ diff --git a/cipher/cmake_install.cmake b/cipher/cmake_install.cmake new file mode 100644 index 0000000000..5ae3681fa2 --- /dev/null +++ b/cipher/cmake_install.cmake @@ -0,0 +1,73 @@ +# Install script for directory: /Users/jesperolsen/development/C/cipher + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/cipher" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/cipher/affine") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cipher/affine" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cipher/affine") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cipher/affine") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/cipher/CMakeFiles/affine.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/cipher" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/cipher/rot13") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cipher/rot13" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cipher/rot13") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cipher/rot13") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/cipher/CMakeFiles/rot13.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/cipher/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/cipher/rot13 b/cipher/rot13 new file mode 100755 index 0000000000..5ca9a715e9 Binary files /dev/null and b/cipher/rot13 differ diff --git a/client_server/CMakeFiles/CMakeDirectoryInformation.cmake b/client_server/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/client_server/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/client_server/CMakeFiles/client.dir/DependInfo.cmake b/client_server/CMakeFiles/client.dir/DependInfo.cmake new file mode 100644 index 0000000000..1677e334b5 --- /dev/null +++ b/client_server/CMakeFiles/client.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/client.c" "client_server/CMakeFiles/client.dir/client.c.o" "gcc" "client_server/CMakeFiles/client.dir/client.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/client.dir/build.make b/client_server/CMakeFiles/client.dir/build.make new file mode 100644 index 0000000000..9aad7dbc91 --- /dev/null +++ b/client_server/CMakeFiles/client.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/client.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/client.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/client.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/client.dir/flags.make + +client_server/CMakeFiles/client.dir/codegen: +.PHONY : client_server/CMakeFiles/client.dir/codegen + +client_server/CMakeFiles/client.dir/client.c.o: client_server/CMakeFiles/client.dir/flags.make +client_server/CMakeFiles/client.dir/client.c.o: client_server/client.c +client_server/CMakeFiles/client.dir/client.c.o: client_server/CMakeFiles/client.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/client.dir/client.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/client.dir/client.c.o -MF CMakeFiles/client.dir/client.c.o.d -o CMakeFiles/client.dir/client.c.o -c /Users/jesperolsen/development/C/client_server/client.c + +client_server/CMakeFiles/client.dir/client.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/client.dir/client.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/client.c > CMakeFiles/client.dir/client.c.i + +client_server/CMakeFiles/client.dir/client.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/client.dir/client.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/client.c -o CMakeFiles/client.dir/client.c.s + +# Object files for target client +client_OBJECTS = \ +"CMakeFiles/client.dir/client.c.o" + +# External object files for target client +client_EXTERNAL_OBJECTS = + +client_server/client: client_server/CMakeFiles/client.dir/client.c.o +client_server/client: client_server/CMakeFiles/client.dir/build.make +client_server/client: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/client: client_server/CMakeFiles/client.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable client" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/client.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/client.dir/build: client_server/client +.PHONY : client_server/CMakeFiles/client.dir/build + +client_server/CMakeFiles/client.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/client.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/client.dir/clean + +client_server/CMakeFiles/client.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/client.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/client.dir/depend + diff --git a/client_server/CMakeFiles/client.dir/client.c.o b/client_server/CMakeFiles/client.dir/client.c.o new file mode 100644 index 0000000000..e06f8874e8 Binary files /dev/null and b/client_server/CMakeFiles/client.dir/client.c.o differ diff --git a/client_server/CMakeFiles/client.dir/client.c.o.d b/client_server/CMakeFiles/client.dir/client.c.o.d new file mode 100644 index 0000000000..1e63aab786 --- /dev/null +++ b/client_server/CMakeFiles/client.dir/client.c.o.d @@ -0,0 +1,150 @@ +client_server/CMakeFiles/client.dir/client.c.o: \ + /Users/jesperolsen/development/C/client_server/client.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h diff --git a/client_server/CMakeFiles/client.dir/cmake_clean.cmake b/client_server/CMakeFiles/client.dir/cmake_clean.cmake new file mode 100644 index 0000000000..65cc5fdae9 --- /dev/null +++ b/client_server/CMakeFiles/client.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/client.dir/client.c.o" + "CMakeFiles/client.dir/client.c.o.d" + "client" + "client.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/client.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/client.dir/compiler_depend.internal b/client_server/CMakeFiles/client.dir/compiler_depend.internal new file mode 100644 index 0000000000..0b4364ab0a --- /dev/null +++ b/client_server/CMakeFiles/client.dir/compiler_depend.internal @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/client.dir/client.c.o + /Users/jesperolsen/development/C/client_server/client.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/client.dir/compiler_depend.make b/client_server/CMakeFiles/client.dir/compiler_depend.make new file mode 100644 index 0000000000..61ae5c27c7 --- /dev/null +++ b/client_server/CMakeFiles/client.dir/compiler_depend.make @@ -0,0 +1,451 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/client.dir/client.c.o: client_server/client.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +client_server/client.c: diff --git a/client_server/CMakeFiles/client.dir/compiler_depend.ts b/client_server/CMakeFiles/client.dir/compiler_depend.ts new file mode 100644 index 0000000000..d3a74eb1d7 --- /dev/null +++ b/client_server/CMakeFiles/client.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for client. diff --git a/client_server/CMakeFiles/client.dir/depend.make b/client_server/CMakeFiles/client.dir/depend.make new file mode 100644 index 0000000000..8a28b9f7ff --- /dev/null +++ b/client_server/CMakeFiles/client.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for client. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/client.dir/flags.make b/client_server/CMakeFiles/client.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/client.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/client.dir/link.txt b/client_server/CMakeFiles/client.dir/link.txt new file mode 100644 index 0000000000..be30a8109a --- /dev/null +++ b/client_server/CMakeFiles/client.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/client.dir/client.c.o -o client /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/client.dir/progress.make b/client_server/CMakeFiles/client.dir/progress.make new file mode 100644 index 0000000000..0c4b3d6d54 --- /dev/null +++ b/client_server/CMakeFiles/client.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 11 +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/progress.marks b/client_server/CMakeFiles/progress.marks new file mode 100644 index 0000000000..1e8b314962 --- /dev/null +++ b/client_server/CMakeFiles/progress.marks @@ -0,0 +1 @@ +6 diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/DependInfo.cmake b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/DependInfo.cmake new file mode 100644 index 0000000000..7eb8125722 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/remote_command_exec_udp_client.c" "client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o" "gcc" "client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make new file mode 100644 index 0000000000..4b4a0797e5 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/remote_command_exec_udp_client.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/remote_command_exec_udp_client.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/remote_command_exec_udp_client.dir/flags.make + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/codegen: +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/codegen + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o: client_server/CMakeFiles/remote_command_exec_udp_client.dir/flags.make +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o: client_server/remote_command_exec_udp_client.c +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o: client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o -MF CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o.d -o CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o -c /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_client.c + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_client.c > CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.i + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_client.c -o CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.s + +# Object files for target remote_command_exec_udp_client +remote_command_exec_udp_client_OBJECTS = \ +"CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o" + +# External object files for target remote_command_exec_udp_client +remote_command_exec_udp_client_EXTERNAL_OBJECTS = + +client_server/remote_command_exec_udp_client: client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o +client_server/remote_command_exec_udp_client: client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make +client_server/remote_command_exec_udp_client: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/remote_command_exec_udp_client: client_server/CMakeFiles/remote_command_exec_udp_client.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable remote_command_exec_udp_client" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/remote_command_exec_udp_client.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/remote_command_exec_udp_client.dir/build: client_server/remote_command_exec_udp_client +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/build + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/remote_command_exec_udp_client.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/clean + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/remote_command_exec_udp_client.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/depend + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/cmake_clean.cmake b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3d328b7ba5 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o" + "CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o.d" + "remote_command_exec_udp_client" + "remote_command_exec_udp_client.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/remote_command_exec_udp_client.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.internal b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.internal new file mode 100644 index 0000000000..d59d1e9355 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.internal @@ -0,0 +1,156 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o + /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_client.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.make b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.make new file mode 100644 index 0000000000..74a7ebc930 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.make @@ -0,0 +1,457 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o: client_server/remote_command_exec_udp_client.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +client_server/remote_command_exec_udp_client.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.ts b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.ts new file mode 100644 index 0000000000..4969fd697c --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for remote_command_exec_udp_client. diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/depend.make b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/depend.make new file mode 100644 index 0000000000..ea2a2442e5 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for remote_command_exec_udp_client. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/flags.make b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/link.txt b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/link.txt new file mode 100644 index 0000000000..072bc52870 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o -o remote_command_exec_udp_client /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/progress.make b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/progress.make new file mode 100644 index 0000000000..794833413c --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 82 +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o new file mode 100644 index 0000000000..beabdf8713 Binary files /dev/null and b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o differ diff --git a/client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o.d b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o.d new file mode 100644 index 0000000000..a2e4edd6f1 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o.d @@ -0,0 +1,152 @@ +client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o: \ + /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_client.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/DependInfo.cmake b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/DependInfo.cmake new file mode 100644 index 0000000000..bd8bab7a86 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/remote_command_exec_udp_server.c" "client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o" "gcc" "client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make new file mode 100644 index 0000000000..bf347cb72c --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/remote_command_exec_udp_server.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/remote_command_exec_udp_server.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/remote_command_exec_udp_server.dir/flags.make + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/codegen: +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/codegen + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o: client_server/CMakeFiles/remote_command_exec_udp_server.dir/flags.make +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o: client_server/remote_command_exec_udp_server.c +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o: client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o -MF CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o.d -o CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o -c /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_server.c + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_server.c > CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.i + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_server.c -o CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.s + +# Object files for target remote_command_exec_udp_server +remote_command_exec_udp_server_OBJECTS = \ +"CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o" + +# External object files for target remote_command_exec_udp_server +remote_command_exec_udp_server_EXTERNAL_OBJECTS = + +client_server/remote_command_exec_udp_server: client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o +client_server/remote_command_exec_udp_server: client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make +client_server/remote_command_exec_udp_server: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/remote_command_exec_udp_server: client_server/CMakeFiles/remote_command_exec_udp_server.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable remote_command_exec_udp_server" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/remote_command_exec_udp_server.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/remote_command_exec_udp_server.dir/build: client_server/remote_command_exec_udp_server +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/build + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/remote_command_exec_udp_server.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/clean + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/remote_command_exec_udp_server.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/depend + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/cmake_clean.cmake b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/cmake_clean.cmake new file mode 100644 index 0000000000..629864520b --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o" + "CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o.d" + "remote_command_exec_udp_server" + "remote_command_exec_udp_server.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/remote_command_exec_udp_server.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.internal b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.internal new file mode 100644 index 0000000000..97c18f08fe --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.internal @@ -0,0 +1,156 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o + /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_server.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.make b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.make new file mode 100644 index 0000000000..1e436bd431 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.make @@ -0,0 +1,457 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o: client_server/remote_command_exec_udp_server.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +client_server/remote_command_exec_udp_server.c: diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.ts b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.ts new file mode 100644 index 0000000000..4718a4ca02 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for remote_command_exec_udp_server. diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/depend.make b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/depend.make new file mode 100644 index 0000000000..64b5ce4f04 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for remote_command_exec_udp_server. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/flags.make b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/link.txt b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/link.txt new file mode 100644 index 0000000000..00039686b7 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o -o remote_command_exec_udp_server /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/progress.make b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o new file mode 100644 index 0000000000..febca23065 Binary files /dev/null and b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o differ diff --git a/client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o.d b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o.d new file mode 100644 index 0000000000..8c5d16acbb --- /dev/null +++ b/client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o.d @@ -0,0 +1,152 @@ +client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o: \ + /Users/jesperolsen/development/C/client_server/remote_command_exec_udp_server.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/CMakeFiles/server.dir/DependInfo.cmake b/client_server/CMakeFiles/server.dir/DependInfo.cmake new file mode 100644 index 0000000000..f413cd2610 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/server.c" "client_server/CMakeFiles/server.dir/server.c.o" "gcc" "client_server/CMakeFiles/server.dir/server.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/server.dir/build.make b/client_server/CMakeFiles/server.dir/build.make new file mode 100644 index 0000000000..999e02c6a7 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/server.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/server.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/server.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/server.dir/flags.make + +client_server/CMakeFiles/server.dir/codegen: +.PHONY : client_server/CMakeFiles/server.dir/codegen + +client_server/CMakeFiles/server.dir/server.c.o: client_server/CMakeFiles/server.dir/flags.make +client_server/CMakeFiles/server.dir/server.c.o: client_server/server.c +client_server/CMakeFiles/server.dir/server.c.o: client_server/CMakeFiles/server.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/server.dir/server.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/server.dir/server.c.o -MF CMakeFiles/server.dir/server.c.o.d -o CMakeFiles/server.dir/server.c.o -c /Users/jesperolsen/development/C/client_server/server.c + +client_server/CMakeFiles/server.dir/server.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/server.dir/server.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/server.c > CMakeFiles/server.dir/server.c.i + +client_server/CMakeFiles/server.dir/server.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/server.dir/server.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/server.c -o CMakeFiles/server.dir/server.c.s + +# Object files for target server +server_OBJECTS = \ +"CMakeFiles/server.dir/server.c.o" + +# External object files for target server +server_EXTERNAL_OBJECTS = + +client_server/server: client_server/CMakeFiles/server.dir/server.c.o +client_server/server: client_server/CMakeFiles/server.dir/build.make +client_server/server: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/server: client_server/CMakeFiles/server.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable server" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/server.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/server.dir/build: client_server/server +.PHONY : client_server/CMakeFiles/server.dir/build + +client_server/CMakeFiles/server.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/server.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/server.dir/clean + +client_server/CMakeFiles/server.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/server.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/server.dir/depend + diff --git a/client_server/CMakeFiles/server.dir/cmake_clean.cmake b/client_server/CMakeFiles/server.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c2ecc6fcf1 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/server.dir/server.c.o" + "CMakeFiles/server.dir/server.c.o.d" + "server" + "server.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/server.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/server.dir/compiler_depend.internal b/client_server/CMakeFiles/server.dir/compiler_depend.internal new file mode 100644 index 0000000000..a72d4cbfc4 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/compiler_depend.internal @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/server.dir/server.c.o + /Users/jesperolsen/development/C/client_server/server.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/server.dir/compiler_depend.make b/client_server/CMakeFiles/server.dir/compiler_depend.make new file mode 100644 index 0000000000..f75599c218 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/compiler_depend.make @@ -0,0 +1,451 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/server.dir/server.c.o: client_server/server.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +client_server/server.c: diff --git a/client_server/CMakeFiles/server.dir/compiler_depend.ts b/client_server/CMakeFiles/server.dir/compiler_depend.ts new file mode 100644 index 0000000000..2d625f21c4 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for server. diff --git a/client_server/CMakeFiles/server.dir/depend.make b/client_server/CMakeFiles/server.dir/depend.make new file mode 100644 index 0000000000..519938d8e9 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for server. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/server.dir/flags.make b/client_server/CMakeFiles/server.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/server.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/server.dir/link.txt b/client_server/CMakeFiles/server.dir/link.txt new file mode 100644 index 0000000000..fd2c97cfc0 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/server.dir/server.c.o -o server /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/server.dir/progress.make b/client_server/CMakeFiles/server.dir/progress.make new file mode 100644 index 0000000000..15b2c73f61 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 87 +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/server.dir/server.c.o b/client_server/CMakeFiles/server.dir/server.c.o new file mode 100644 index 0000000000..7054707720 Binary files /dev/null and b/client_server/CMakeFiles/server.dir/server.c.o differ diff --git a/client_server/CMakeFiles/server.dir/server.c.o.d b/client_server/CMakeFiles/server.dir/server.c.o.d new file mode 100644 index 0000000000..ce77a923d8 --- /dev/null +++ b/client_server/CMakeFiles/server.dir/server.c.o.d @@ -0,0 +1,150 @@ +client_server/CMakeFiles/server.dir/server.c.o: \ + /Users/jesperolsen/development/C/client_server/server.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/DependInfo.cmake b/client_server/CMakeFiles/tcp_full_duplex_client.dir/DependInfo.cmake new file mode 100644 index 0000000000..9e2e1f5f3a --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/tcp_full_duplex_client.c" "client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o" "gcc" "client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make b/client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make new file mode 100644 index 0000000000..5c78752143 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/tcp_full_duplex_client.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/tcp_full_duplex_client.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/tcp_full_duplex_client.dir/flags.make + +client_server/CMakeFiles/tcp_full_duplex_client.dir/codegen: +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/codegen + +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o: client_server/CMakeFiles/tcp_full_duplex_client.dir/flags.make +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o: client_server/tcp_full_duplex_client.c +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o: client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o -MF CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o.d -o CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o -c /Users/jesperolsen/development/C/client_server/tcp_full_duplex_client.c + +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/tcp_full_duplex_client.c > CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.i + +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/tcp_full_duplex_client.c -o CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.s + +# Object files for target tcp_full_duplex_client +tcp_full_duplex_client_OBJECTS = \ +"CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o" + +# External object files for target tcp_full_duplex_client +tcp_full_duplex_client_EXTERNAL_OBJECTS = + +client_server/tcp_full_duplex_client: client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o +client_server/tcp_full_duplex_client: client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make +client_server/tcp_full_duplex_client: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/tcp_full_duplex_client: client_server/CMakeFiles/tcp_full_duplex_client.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tcp_full_duplex_client" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tcp_full_duplex_client.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/tcp_full_duplex_client.dir/build: client_server/tcp_full_duplex_client +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/build + +client_server/CMakeFiles/tcp_full_duplex_client.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/tcp_full_duplex_client.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/clean + +client_server/CMakeFiles/tcp_full_duplex_client.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_full_duplex_client.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/depend + diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/cmake_clean.cmake b/client_server/CMakeFiles/tcp_full_duplex_client.dir/cmake_clean.cmake new file mode 100644 index 0000000000..941d737e72 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o" + "CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o.d" + "tcp_full_duplex_client" + "tcp_full_duplex_client.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tcp_full_duplex_client.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.internal b/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.internal new file mode 100644 index 0000000000..1fd2085f1e --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.internal @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o + /Users/jesperolsen/development/C/client_server/tcp_full_duplex_client.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.make b/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.make new file mode 100644 index 0000000000..89edccefaa --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.make @@ -0,0 +1,451 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o: client_server/tcp_full_duplex_client.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +client_server/tcp_full_duplex_client.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.ts b/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.ts new file mode 100644 index 0000000000..6848bf26cd --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tcp_full_duplex_client. diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/depend.make b/client_server/CMakeFiles/tcp_full_duplex_client.dir/depend.make new file mode 100644 index 0000000000..bc83e5b79a --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tcp_full_duplex_client. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/flags.make b/client_server/CMakeFiles/tcp_full_duplex_client.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/link.txt b/client_server/CMakeFiles/tcp_full_duplex_client.dir/link.txt new file mode 100644 index 0000000000..a6355d6a84 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o -o tcp_full_duplex_client /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/progress.make b/client_server/CMakeFiles/tcp_full_duplex_client.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o b/client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o new file mode 100644 index 0000000000..88032ff7cc Binary files /dev/null and b/client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o differ diff --git a/client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o.d b/client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o.d new file mode 100644 index 0000000000..daf66492ab --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o.d @@ -0,0 +1,150 @@ +client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o: \ + /Users/jesperolsen/development/C/client_server/tcp_full_duplex_client.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/DependInfo.cmake b/client_server/CMakeFiles/tcp_full_duplex_server.dir/DependInfo.cmake new file mode 100644 index 0000000000..2e8ca0ff76 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/tcp_full_duplex_server.c" "client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o" "gcc" "client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make b/client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make new file mode 100644 index 0000000000..3bc0497f91 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/tcp_full_duplex_server.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/tcp_full_duplex_server.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/tcp_full_duplex_server.dir/flags.make + +client_server/CMakeFiles/tcp_full_duplex_server.dir/codegen: +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/codegen + +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o: client_server/CMakeFiles/tcp_full_duplex_server.dir/flags.make +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o: client_server/tcp_full_duplex_server.c +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o: client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o -MF CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o.d -o CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o -c /Users/jesperolsen/development/C/client_server/tcp_full_duplex_server.c + +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/tcp_full_duplex_server.c > CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.i + +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/tcp_full_duplex_server.c -o CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.s + +# Object files for target tcp_full_duplex_server +tcp_full_duplex_server_OBJECTS = \ +"CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o" + +# External object files for target tcp_full_duplex_server +tcp_full_duplex_server_EXTERNAL_OBJECTS = + +client_server/tcp_full_duplex_server: client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o +client_server/tcp_full_duplex_server: client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make +client_server/tcp_full_duplex_server: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/tcp_full_duplex_server: client_server/CMakeFiles/tcp_full_duplex_server.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tcp_full_duplex_server" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tcp_full_duplex_server.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/tcp_full_duplex_server.dir/build: client_server/tcp_full_duplex_server +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/build + +client_server/CMakeFiles/tcp_full_duplex_server.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/tcp_full_duplex_server.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/clean + +client_server/CMakeFiles/tcp_full_duplex_server.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_full_duplex_server.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/depend + diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/cmake_clean.cmake b/client_server/CMakeFiles/tcp_full_duplex_server.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a45ef8bf80 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o" + "CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o.d" + "tcp_full_duplex_server" + "tcp_full_duplex_server.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tcp_full_duplex_server.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.internal b/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.internal new file mode 100644 index 0000000000..dead4f6b59 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.internal @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o + /Users/jesperolsen/development/C/client_server/tcp_full_duplex_server.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.make b/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.make new file mode 100644 index 0000000000..c0f0dd44f0 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.make @@ -0,0 +1,451 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o: client_server/tcp_full_duplex_server.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +client_server/tcp_full_duplex_server.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.ts b/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.ts new file mode 100644 index 0000000000..0c9bd7b467 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tcp_full_duplex_server. diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/depend.make b/client_server/CMakeFiles/tcp_full_duplex_server.dir/depend.make new file mode 100644 index 0000000000..8197437cc1 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tcp_full_duplex_server. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/flags.make b/client_server/CMakeFiles/tcp_full_duplex_server.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/link.txt b/client_server/CMakeFiles/tcp_full_duplex_server.dir/link.txt new file mode 100644 index 0000000000..2fe69d8f88 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o -o tcp_full_duplex_server /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/progress.make b/client_server/CMakeFiles/tcp_full_duplex_server.dir/progress.make new file mode 100644 index 0000000000..7614da18c8 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 93 + diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o b/client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o new file mode 100644 index 0000000000..ab4727d3fe Binary files /dev/null and b/client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o differ diff --git a/client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o.d b/client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o.d new file mode 100644 index 0000000000..e4c8e80f12 --- /dev/null +++ b/client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o.d @@ -0,0 +1,150 @@ +client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o: \ + /Users/jesperolsen/development/C/client_server/tcp_full_duplex_server.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/DependInfo.cmake b/client_server/CMakeFiles/tcp_half_duplex_client.dir/DependInfo.cmake new file mode 100644 index 0000000000..f38cfe0f1e --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/tcp_half_duplex_client.c" "client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o" "gcc" "client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make b/client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make new file mode 100644 index 0000000000..496401d42f --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/tcp_half_duplex_client.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/tcp_half_duplex_client.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/tcp_half_duplex_client.dir/flags.make + +client_server/CMakeFiles/tcp_half_duplex_client.dir/codegen: +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/codegen + +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o: client_server/CMakeFiles/tcp_half_duplex_client.dir/flags.make +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o: client_server/tcp_half_duplex_client.c +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o: client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o -MF CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o.d -o CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o -c /Users/jesperolsen/development/C/client_server/tcp_half_duplex_client.c + +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/tcp_half_duplex_client.c > CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.i + +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/tcp_half_duplex_client.c -o CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.s + +# Object files for target tcp_half_duplex_client +tcp_half_duplex_client_OBJECTS = \ +"CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o" + +# External object files for target tcp_half_duplex_client +tcp_half_duplex_client_EXTERNAL_OBJECTS = + +client_server/tcp_half_duplex_client: client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o +client_server/tcp_half_duplex_client: client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make +client_server/tcp_half_duplex_client: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/tcp_half_duplex_client: client_server/CMakeFiles/tcp_half_duplex_client.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tcp_half_duplex_client" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tcp_half_duplex_client.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/tcp_half_duplex_client.dir/build: client_server/tcp_half_duplex_client +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/build + +client_server/CMakeFiles/tcp_half_duplex_client.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/tcp_half_duplex_client.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/clean + +client_server/CMakeFiles/tcp_half_duplex_client.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_half_duplex_client.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/depend + diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/cmake_clean.cmake b/client_server/CMakeFiles/tcp_half_duplex_client.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6dc3dae855 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o" + "CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o.d" + "tcp_half_duplex_client" + "tcp_half_duplex_client.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tcp_half_duplex_client.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.internal b/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.internal new file mode 100644 index 0000000000..594e5e9cd7 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.internal @@ -0,0 +1,153 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o + /Users/jesperolsen/development/C/client_server/tcp_half_duplex_client.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.make b/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.make new file mode 100644 index 0000000000..6a114e0f82 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.make @@ -0,0 +1,448 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o: client_server/tcp_half_duplex_client.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +client_server/tcp_half_duplex_client.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.ts b/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.ts new file mode 100644 index 0000000000..109cc69c29 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tcp_half_duplex_client. diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/depend.make b/client_server/CMakeFiles/tcp_half_duplex_client.dir/depend.make new file mode 100644 index 0000000000..a854f86ba9 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tcp_half_duplex_client. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/flags.make b/client_server/CMakeFiles/tcp_half_duplex_client.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/link.txt b/client_server/CMakeFiles/tcp_half_duplex_client.dir/link.txt new file mode 100644 index 0000000000..83a8ff733f --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o -o tcp_half_duplex_client /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/progress.make b/client_server/CMakeFiles/tcp_half_duplex_client.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o b/client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o new file mode 100644 index 0000000000..68ae237ed8 Binary files /dev/null and b/client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o differ diff --git a/client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o.d b/client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o.d new file mode 100644 index 0000000000..8882b52669 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o.d @@ -0,0 +1,149 @@ +client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o: \ + /Users/jesperolsen/development/C/client_server/tcp_half_duplex_client.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/DependInfo.cmake b/client_server/CMakeFiles/tcp_half_duplex_server.dir/DependInfo.cmake new file mode 100644 index 0000000000..f6cde6d2d7 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/tcp_half_duplex_server.c" "client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o" "gcc" "client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make b/client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make new file mode 100644 index 0000000000..c39f641246 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/tcp_half_duplex_server.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/tcp_half_duplex_server.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/tcp_half_duplex_server.dir/flags.make + +client_server/CMakeFiles/tcp_half_duplex_server.dir/codegen: +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/codegen + +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o: client_server/CMakeFiles/tcp_half_duplex_server.dir/flags.make +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o: client_server/tcp_half_duplex_server.c +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o: client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o -MF CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o.d -o CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o -c /Users/jesperolsen/development/C/client_server/tcp_half_duplex_server.c + +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/tcp_half_duplex_server.c > CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.i + +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/tcp_half_duplex_server.c -o CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.s + +# Object files for target tcp_half_duplex_server +tcp_half_duplex_server_OBJECTS = \ +"CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o" + +# External object files for target tcp_half_duplex_server +tcp_half_duplex_server_EXTERNAL_OBJECTS = + +client_server/tcp_half_duplex_server: client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o +client_server/tcp_half_duplex_server: client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make +client_server/tcp_half_duplex_server: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/tcp_half_duplex_server: client_server/CMakeFiles/tcp_half_duplex_server.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tcp_half_duplex_server" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tcp_half_duplex_server.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/tcp_half_duplex_server.dir/build: client_server/tcp_half_duplex_server +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/build + +client_server/CMakeFiles/tcp_half_duplex_server.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/tcp_half_duplex_server.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/clean + +client_server/CMakeFiles/tcp_half_duplex_server.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_half_duplex_server.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/depend + diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/cmake_clean.cmake b/client_server/CMakeFiles/tcp_half_duplex_server.dir/cmake_clean.cmake new file mode 100644 index 0000000000..f77e1d78bf --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o" + "CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o.d" + "tcp_half_duplex_server" + "tcp_half_duplex_server.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tcp_half_duplex_server.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.internal b/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.internal new file mode 100644 index 0000000000..ba92171484 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.internal @@ -0,0 +1,153 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o + /Users/jesperolsen/development/C/client_server/tcp_half_duplex_server.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.make b/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.make new file mode 100644 index 0000000000..8f560270c9 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.make @@ -0,0 +1,448 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o: client_server/tcp_half_duplex_server.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +client_server/tcp_half_duplex_server.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.ts b/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.ts new file mode 100644 index 0000000000..660acc612b --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tcp_half_duplex_server. diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/depend.make b/client_server/CMakeFiles/tcp_half_duplex_server.dir/depend.make new file mode 100644 index 0000000000..4f6ebe33c7 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tcp_half_duplex_server. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/flags.make b/client_server/CMakeFiles/tcp_half_duplex_server.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/link.txt b/client_server/CMakeFiles/tcp_half_duplex_server.dir/link.txt new file mode 100644 index 0000000000..9de0efb8c1 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o -o tcp_half_duplex_server /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/progress.make b/client_server/CMakeFiles/tcp_half_duplex_server.dir/progress.make new file mode 100644 index 0000000000..646c08bc5f --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 94 +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o b/client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o new file mode 100644 index 0000000000..c65be375cf Binary files /dev/null and b/client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o differ diff --git a/client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o.d b/client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o.d new file mode 100644 index 0000000000..038902c5e8 --- /dev/null +++ b/client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o.d @@ -0,0 +1,149 @@ +client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o: \ + /Users/jesperolsen/development/C/client_server/tcp_half_duplex_server.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/CMakeFiles/udp_client.dir/DependInfo.cmake b/client_server/CMakeFiles/udp_client.dir/DependInfo.cmake new file mode 100644 index 0000000000..3ee1f3798b --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/udp_client.c" "client_server/CMakeFiles/udp_client.dir/udp_client.c.o" "gcc" "client_server/CMakeFiles/udp_client.dir/udp_client.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/udp_client.dir/build.make b/client_server/CMakeFiles/udp_client.dir/build.make new file mode 100644 index 0000000000..d1a4a839cc --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/udp_client.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/udp_client.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/udp_client.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/udp_client.dir/flags.make + +client_server/CMakeFiles/udp_client.dir/codegen: +.PHONY : client_server/CMakeFiles/udp_client.dir/codegen + +client_server/CMakeFiles/udp_client.dir/udp_client.c.o: client_server/CMakeFiles/udp_client.dir/flags.make +client_server/CMakeFiles/udp_client.dir/udp_client.c.o: client_server/udp_client.c +client_server/CMakeFiles/udp_client.dir/udp_client.c.o: client_server/CMakeFiles/udp_client.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/udp_client.dir/udp_client.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/udp_client.dir/udp_client.c.o -MF CMakeFiles/udp_client.dir/udp_client.c.o.d -o CMakeFiles/udp_client.dir/udp_client.c.o -c /Users/jesperolsen/development/C/client_server/udp_client.c + +client_server/CMakeFiles/udp_client.dir/udp_client.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/udp_client.dir/udp_client.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/udp_client.c > CMakeFiles/udp_client.dir/udp_client.c.i + +client_server/CMakeFiles/udp_client.dir/udp_client.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/udp_client.dir/udp_client.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/udp_client.c -o CMakeFiles/udp_client.dir/udp_client.c.s + +# Object files for target udp_client +udp_client_OBJECTS = \ +"CMakeFiles/udp_client.dir/udp_client.c.o" + +# External object files for target udp_client +udp_client_EXTERNAL_OBJECTS = + +client_server/udp_client: client_server/CMakeFiles/udp_client.dir/udp_client.c.o +client_server/udp_client: client_server/CMakeFiles/udp_client.dir/build.make +client_server/udp_client: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/udp_client: client_server/CMakeFiles/udp_client.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable udp_client" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/udp_client.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/udp_client.dir/build: client_server/udp_client +.PHONY : client_server/CMakeFiles/udp_client.dir/build + +client_server/CMakeFiles/udp_client.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/udp_client.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/udp_client.dir/clean + +client_server/CMakeFiles/udp_client.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/udp_client.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/udp_client.dir/depend + diff --git a/client_server/CMakeFiles/udp_client.dir/cmake_clean.cmake b/client_server/CMakeFiles/udp_client.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e4b05f234b --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/udp_client.dir/udp_client.c.o" + "CMakeFiles/udp_client.dir/udp_client.c.o.d" + "udp_client" + "udp_client.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/udp_client.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/udp_client.dir/compiler_depend.internal b/client_server/CMakeFiles/udp_client.dir/compiler_depend.internal new file mode 100644 index 0000000000..fb797ddb43 --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/compiler_depend.internal @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/udp_client.dir/udp_client.c.o + /Users/jesperolsen/development/C/client_server/udp_client.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/udp_client.dir/compiler_depend.make b/client_server/CMakeFiles/udp_client.dir/compiler_depend.make new file mode 100644 index 0000000000..827ad4fa2e --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/compiler_depend.make @@ -0,0 +1,451 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/udp_client.dir/udp_client.c.o: client_server/udp_client.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +client_server/udp_client.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/client_server/CMakeFiles/udp_client.dir/compiler_depend.ts b/client_server/CMakeFiles/udp_client.dir/compiler_depend.ts new file mode 100644 index 0000000000..3478eb4780 --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for udp_client. diff --git a/client_server/CMakeFiles/udp_client.dir/depend.make b/client_server/CMakeFiles/udp_client.dir/depend.make new file mode 100644 index 0000000000..43ceb431a2 --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for udp_client. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/udp_client.dir/flags.make b/client_server/CMakeFiles/udp_client.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/udp_client.dir/link.txt b/client_server/CMakeFiles/udp_client.dir/link.txt new file mode 100644 index 0000000000..1f4adaf2dc --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/udp_client.dir/udp_client.c.o -o udp_client /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/udp_client.dir/progress.make b/client_server/CMakeFiles/udp_client.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/udp_client.dir/udp_client.c.o b/client_server/CMakeFiles/udp_client.dir/udp_client.c.o new file mode 100644 index 0000000000..5e79155ade Binary files /dev/null and b/client_server/CMakeFiles/udp_client.dir/udp_client.c.o differ diff --git a/client_server/CMakeFiles/udp_client.dir/udp_client.c.o.d b/client_server/CMakeFiles/udp_client.dir/udp_client.c.o.d new file mode 100644 index 0000000000..285466304a --- /dev/null +++ b/client_server/CMakeFiles/udp_client.dir/udp_client.c.o.d @@ -0,0 +1,150 @@ +client_server/CMakeFiles/udp_client.dir/udp_client.c.o: \ + /Users/jesperolsen/development/C/client_server/udp_client.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/CMakeFiles/udp_server.dir/DependInfo.cmake b/client_server/CMakeFiles/udp_server.dir/DependInfo.cmake new file mode 100644 index 0000000000..8ae28108d7 --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/client_server/udp_server.c" "client_server/CMakeFiles/udp_server.dir/udp_server.c.o" "gcc" "client_server/CMakeFiles/udp_server.dir/udp_server.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/client_server/CMakeFiles/udp_server.dir/build.make b/client_server/CMakeFiles/udp_server.dir/build.make new file mode 100644 index 0000000000..8478650343 --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include client_server/CMakeFiles/udp_server.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include client_server/CMakeFiles/udp_server.dir/compiler_depend.make + +# Include the progress variables for this target. +include client_server/CMakeFiles/udp_server.dir/progress.make + +# Include the compile flags for this target's objects. +include client_server/CMakeFiles/udp_server.dir/flags.make + +client_server/CMakeFiles/udp_server.dir/codegen: +.PHONY : client_server/CMakeFiles/udp_server.dir/codegen + +client_server/CMakeFiles/udp_server.dir/udp_server.c.o: client_server/CMakeFiles/udp_server.dir/flags.make +client_server/CMakeFiles/udp_server.dir/udp_server.c.o: client_server/udp_server.c +client_server/CMakeFiles/udp_server.dir/udp_server.c.o: client_server/CMakeFiles/udp_server.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object client_server/CMakeFiles/udp_server.dir/udp_server.c.o" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT client_server/CMakeFiles/udp_server.dir/udp_server.c.o -MF CMakeFiles/udp_server.dir/udp_server.c.o.d -o CMakeFiles/udp_server.dir/udp_server.c.o -c /Users/jesperolsen/development/C/client_server/udp_server.c + +client_server/CMakeFiles/udp_server.dir/udp_server.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/udp_server.dir/udp_server.c.i" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/client_server/udp_server.c > CMakeFiles/udp_server.dir/udp_server.c.i + +client_server/CMakeFiles/udp_server.dir/udp_server.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/udp_server.dir/udp_server.c.s" + cd /Users/jesperolsen/development/C/client_server && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/client_server/udp_server.c -o CMakeFiles/udp_server.dir/udp_server.c.s + +# Object files for target udp_server +udp_server_OBJECTS = \ +"CMakeFiles/udp_server.dir/udp_server.c.o" + +# External object files for target udp_server +udp_server_EXTERNAL_OBJECTS = + +client_server/udp_server: client_server/CMakeFiles/udp_server.dir/udp_server.c.o +client_server/udp_server: client_server/CMakeFiles/udp_server.dir/build.make +client_server/udp_server: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +client_server/udp_server: client_server/CMakeFiles/udp_server.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable udp_server" + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/udp_server.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +client_server/CMakeFiles/udp_server.dir/build: client_server/udp_server +.PHONY : client_server/CMakeFiles/udp_server.dir/build + +client_server/CMakeFiles/udp_server.dir/clean: + cd /Users/jesperolsen/development/C/client_server && $(CMAKE_COMMAND) -P CMakeFiles/udp_server.dir/cmake_clean.cmake +.PHONY : client_server/CMakeFiles/udp_server.dir/clean + +client_server/CMakeFiles/udp_server.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C /Users/jesperolsen/development/C/client_server /Users/jesperolsen/development/C/client_server/CMakeFiles/udp_server.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : client_server/CMakeFiles/udp_server.dir/depend + diff --git a/client_server/CMakeFiles/udp_server.dir/cmake_clean.cmake b/client_server/CMakeFiles/udp_server.dir/cmake_clean.cmake new file mode 100644 index 0000000000..01323d2d30 --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/udp_server.dir/udp_server.c.o" + "CMakeFiles/udp_server.dir/udp_server.c.o.d" + "udp_server" + "udp_server.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/udp_server.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/client_server/CMakeFiles/udp_server.dir/compiler_depend.internal b/client_server/CMakeFiles/udp_server.dir/compiler_depend.internal new file mode 100644 index 0000000000..5235b3a1c6 --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/compiler_depend.internal @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/udp_server.dir/udp_server.c.o + /Users/jesperolsen/development/C/client_server/udp_server.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + diff --git a/client_server/CMakeFiles/udp_server.dir/compiler_depend.make b/client_server/CMakeFiles/udp_server.dir/compiler_depend.make new file mode 100644 index 0000000000..ccd518ef68 --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/compiler_depend.make @@ -0,0 +1,451 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +client_server/CMakeFiles/udp_server.dir/udp_server.c.o: client_server/udp_server.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +client_server/udp_server.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/client_server/CMakeFiles/udp_server.dir/compiler_depend.ts b/client_server/CMakeFiles/udp_server.dir/compiler_depend.ts new file mode 100644 index 0000000000..bd0759b751 --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for udp_server. diff --git a/client_server/CMakeFiles/udp_server.dir/depend.make b/client_server/CMakeFiles/udp_server.dir/depend.make new file mode 100644 index 0000000000..4f7d308e0c --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for udp_server. +# This may be replaced when dependencies are built. diff --git a/client_server/CMakeFiles/udp_server.dir/flags.make b/client_server/CMakeFiles/udp_server.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/client_server/CMakeFiles/udp_server.dir/link.txt b/client_server/CMakeFiles/udp_server.dir/link.txt new file mode 100644 index 0000000000..40b25e5e06 --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/udp_server.dir/udp_server.c.o -o udp_server /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/client_server/CMakeFiles/udp_server.dir/progress.make b/client_server/CMakeFiles/udp_server.dir/progress.make new file mode 100644 index 0000000000..102911a4db --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 98 +CMAKE_PROGRESS_2 = + diff --git a/client_server/CMakeFiles/udp_server.dir/udp_server.c.o b/client_server/CMakeFiles/udp_server.dir/udp_server.c.o new file mode 100644 index 0000000000..0af8d69445 Binary files /dev/null and b/client_server/CMakeFiles/udp_server.dir/udp_server.c.o differ diff --git a/client_server/CMakeFiles/udp_server.dir/udp_server.c.o.d b/client_server/CMakeFiles/udp_server.dir/udp_server.c.o.d new file mode 100644 index 0000000000..3722a7948d --- /dev/null +++ b/client_server/CMakeFiles/udp_server.dir/udp_server.c.o.d @@ -0,0 +1,150 @@ +client_server/CMakeFiles/udp_server.dir/udp_server.c.o: \ + /Users/jesperolsen/development/C/client_server/udp_server.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arpa/inet.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet/in.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/constrained_ctypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_param.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/net/net_kev.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sa_family_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_socklen_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_iovec_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/netdb.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/client_server/Makefile b/client_server/Makefile new file mode 100644 index 0000000000..8166339d9b --- /dev/null +++ b/client_server/Makefile @@ -0,0 +1,631 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/client_server//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +client_server/CMakeFiles/client.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/client.dir/rule +.PHONY : client_server/CMakeFiles/client.dir/rule + +# Convenience name for target. +client: client_server/CMakeFiles/client.dir/rule +.PHONY : client + +# fast build rule for target. +client/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/build +.PHONY : client/fast + +# Convenience name for target. +client_server/CMakeFiles/remote_command_exec_udp_client.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/remote_command_exec_udp_client.dir/rule +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_client.dir/rule + +# Convenience name for target. +remote_command_exec_udp_client: client_server/CMakeFiles/remote_command_exec_udp_client.dir/rule +.PHONY : remote_command_exec_udp_client + +# fast build rule for target. +remote_command_exec_udp_client/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/build +.PHONY : remote_command_exec_udp_client/fast + +# Convenience name for target. +client_server/CMakeFiles/remote_command_exec_udp_server.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/remote_command_exec_udp_server.dir/rule +.PHONY : client_server/CMakeFiles/remote_command_exec_udp_server.dir/rule + +# Convenience name for target. +remote_command_exec_udp_server: client_server/CMakeFiles/remote_command_exec_udp_server.dir/rule +.PHONY : remote_command_exec_udp_server + +# fast build rule for target. +remote_command_exec_udp_server/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/build +.PHONY : remote_command_exec_udp_server/fast + +# Convenience name for target. +client_server/CMakeFiles/server.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/server.dir/rule +.PHONY : client_server/CMakeFiles/server.dir/rule + +# Convenience name for target. +server: client_server/CMakeFiles/server.dir/rule +.PHONY : server + +# fast build rule for target. +server/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/build +.PHONY : server/fast + +# Convenience name for target. +client_server/CMakeFiles/tcp_full_duplex_client.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_full_duplex_client.dir/rule +.PHONY : client_server/CMakeFiles/tcp_full_duplex_client.dir/rule + +# Convenience name for target. +tcp_full_duplex_client: client_server/CMakeFiles/tcp_full_duplex_client.dir/rule +.PHONY : tcp_full_duplex_client + +# fast build rule for target. +tcp_full_duplex_client/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/build +.PHONY : tcp_full_duplex_client/fast + +# Convenience name for target. +client_server/CMakeFiles/tcp_full_duplex_server.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_full_duplex_server.dir/rule +.PHONY : client_server/CMakeFiles/tcp_full_duplex_server.dir/rule + +# Convenience name for target. +tcp_full_duplex_server: client_server/CMakeFiles/tcp_full_duplex_server.dir/rule +.PHONY : tcp_full_duplex_server + +# fast build rule for target. +tcp_full_duplex_server/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/build +.PHONY : tcp_full_duplex_server/fast + +# Convenience name for target. +client_server/CMakeFiles/tcp_half_duplex_client.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_half_duplex_client.dir/rule +.PHONY : client_server/CMakeFiles/tcp_half_duplex_client.dir/rule + +# Convenience name for target. +tcp_half_duplex_client: client_server/CMakeFiles/tcp_half_duplex_client.dir/rule +.PHONY : tcp_half_duplex_client + +# fast build rule for target. +tcp_half_duplex_client/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/build +.PHONY : tcp_half_duplex_client/fast + +# Convenience name for target. +client_server/CMakeFiles/tcp_half_duplex_server.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/tcp_half_duplex_server.dir/rule +.PHONY : client_server/CMakeFiles/tcp_half_duplex_server.dir/rule + +# Convenience name for target. +tcp_half_duplex_server: client_server/CMakeFiles/tcp_half_duplex_server.dir/rule +.PHONY : tcp_half_duplex_server + +# fast build rule for target. +tcp_half_duplex_server/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/build +.PHONY : tcp_half_duplex_server/fast + +# Convenience name for target. +client_server/CMakeFiles/udp_client.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/udp_client.dir/rule +.PHONY : client_server/CMakeFiles/udp_client.dir/rule + +# Convenience name for target. +udp_client: client_server/CMakeFiles/udp_client.dir/rule +.PHONY : udp_client + +# fast build rule for target. +udp_client/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/build +.PHONY : udp_client/fast + +# Convenience name for target. +client_server/CMakeFiles/udp_server.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_server/CMakeFiles/udp_server.dir/rule +.PHONY : client_server/CMakeFiles/udp_server.dir/rule + +# Convenience name for target. +udp_server: client_server/CMakeFiles/udp_server.dir/rule +.PHONY : udp_server + +# fast build rule for target. +udp_server/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/build +.PHONY : udp_server/fast + +client.o: client.c.o +.PHONY : client.o + +# target to build an object file +client.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/client.c.o +.PHONY : client.c.o + +client.i: client.c.i +.PHONY : client.i + +# target to preprocess a source file +client.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/client.c.i +.PHONY : client.c.i + +client.s: client.c.s +.PHONY : client.s + +# target to generate assembly for a file +client.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/client.dir/build.make client_server/CMakeFiles/client.dir/client.c.s +.PHONY : client.c.s + +remote_command_exec_udp_client.o: remote_command_exec_udp_client.c.o +.PHONY : remote_command_exec_udp_client.o + +# target to build an object file +remote_command_exec_udp_client.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.o +.PHONY : remote_command_exec_udp_client.c.o + +remote_command_exec_udp_client.i: remote_command_exec_udp_client.c.i +.PHONY : remote_command_exec_udp_client.i + +# target to preprocess a source file +remote_command_exec_udp_client.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.i +.PHONY : remote_command_exec_udp_client.c.i + +remote_command_exec_udp_client.s: remote_command_exec_udp_client.c.s +.PHONY : remote_command_exec_udp_client.s + +# target to generate assembly for a file +remote_command_exec_udp_client.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_client.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_client.dir/remote_command_exec_udp_client.c.s +.PHONY : remote_command_exec_udp_client.c.s + +remote_command_exec_udp_server.o: remote_command_exec_udp_server.c.o +.PHONY : remote_command_exec_udp_server.o + +# target to build an object file +remote_command_exec_udp_server.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.o +.PHONY : remote_command_exec_udp_server.c.o + +remote_command_exec_udp_server.i: remote_command_exec_udp_server.c.i +.PHONY : remote_command_exec_udp_server.i + +# target to preprocess a source file +remote_command_exec_udp_server.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.i +.PHONY : remote_command_exec_udp_server.c.i + +remote_command_exec_udp_server.s: remote_command_exec_udp_server.c.s +.PHONY : remote_command_exec_udp_server.s + +# target to generate assembly for a file +remote_command_exec_udp_server.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/remote_command_exec_udp_server.dir/build.make client_server/CMakeFiles/remote_command_exec_udp_server.dir/remote_command_exec_udp_server.c.s +.PHONY : remote_command_exec_udp_server.c.s + +server.o: server.c.o +.PHONY : server.o + +# target to build an object file +server.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/server.c.o +.PHONY : server.c.o + +server.i: server.c.i +.PHONY : server.i + +# target to preprocess a source file +server.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/server.c.i +.PHONY : server.c.i + +server.s: server.c.s +.PHONY : server.s + +# target to generate assembly for a file +server.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/server.dir/build.make client_server/CMakeFiles/server.dir/server.c.s +.PHONY : server.c.s + +tcp_full_duplex_client.o: tcp_full_duplex_client.c.o +.PHONY : tcp_full_duplex_client.o + +# target to build an object file +tcp_full_duplex_client.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.o +.PHONY : tcp_full_duplex_client.c.o + +tcp_full_duplex_client.i: tcp_full_duplex_client.c.i +.PHONY : tcp_full_duplex_client.i + +# target to preprocess a source file +tcp_full_duplex_client.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.i +.PHONY : tcp_full_duplex_client.c.i + +tcp_full_duplex_client.s: tcp_full_duplex_client.c.s +.PHONY : tcp_full_duplex_client.s + +# target to generate assembly for a file +tcp_full_duplex_client.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_client.dir/build.make client_server/CMakeFiles/tcp_full_duplex_client.dir/tcp_full_duplex_client.c.s +.PHONY : tcp_full_duplex_client.c.s + +tcp_full_duplex_server.o: tcp_full_duplex_server.c.o +.PHONY : tcp_full_duplex_server.o + +# target to build an object file +tcp_full_duplex_server.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.o +.PHONY : tcp_full_duplex_server.c.o + +tcp_full_duplex_server.i: tcp_full_duplex_server.c.i +.PHONY : tcp_full_duplex_server.i + +# target to preprocess a source file +tcp_full_duplex_server.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.i +.PHONY : tcp_full_duplex_server.c.i + +tcp_full_duplex_server.s: tcp_full_duplex_server.c.s +.PHONY : tcp_full_duplex_server.s + +# target to generate assembly for a file +tcp_full_duplex_server.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_full_duplex_server.dir/build.make client_server/CMakeFiles/tcp_full_duplex_server.dir/tcp_full_duplex_server.c.s +.PHONY : tcp_full_duplex_server.c.s + +tcp_half_duplex_client.o: tcp_half_duplex_client.c.o +.PHONY : tcp_half_duplex_client.o + +# target to build an object file +tcp_half_duplex_client.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.o +.PHONY : tcp_half_duplex_client.c.o + +tcp_half_duplex_client.i: tcp_half_duplex_client.c.i +.PHONY : tcp_half_duplex_client.i + +# target to preprocess a source file +tcp_half_duplex_client.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.i +.PHONY : tcp_half_duplex_client.c.i + +tcp_half_duplex_client.s: tcp_half_duplex_client.c.s +.PHONY : tcp_half_duplex_client.s + +# target to generate assembly for a file +tcp_half_duplex_client.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_client.dir/build.make client_server/CMakeFiles/tcp_half_duplex_client.dir/tcp_half_duplex_client.c.s +.PHONY : tcp_half_duplex_client.c.s + +tcp_half_duplex_server.o: tcp_half_duplex_server.c.o +.PHONY : tcp_half_duplex_server.o + +# target to build an object file +tcp_half_duplex_server.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.o +.PHONY : tcp_half_duplex_server.c.o + +tcp_half_duplex_server.i: tcp_half_duplex_server.c.i +.PHONY : tcp_half_duplex_server.i + +# target to preprocess a source file +tcp_half_duplex_server.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.i +.PHONY : tcp_half_duplex_server.c.i + +tcp_half_duplex_server.s: tcp_half_duplex_server.c.s +.PHONY : tcp_half_duplex_server.s + +# target to generate assembly for a file +tcp_half_duplex_server.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/tcp_half_duplex_server.dir/build.make client_server/CMakeFiles/tcp_half_duplex_server.dir/tcp_half_duplex_server.c.s +.PHONY : tcp_half_duplex_server.c.s + +udp_client.o: udp_client.c.o +.PHONY : udp_client.o + +# target to build an object file +udp_client.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/udp_client.c.o +.PHONY : udp_client.c.o + +udp_client.i: udp_client.c.i +.PHONY : udp_client.i + +# target to preprocess a source file +udp_client.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/udp_client.c.i +.PHONY : udp_client.c.i + +udp_client.s: udp_client.c.s +.PHONY : udp_client.s + +# target to generate assembly for a file +udp_client.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_client.dir/build.make client_server/CMakeFiles/udp_client.dir/udp_client.c.s +.PHONY : udp_client.c.s + +udp_server.o: udp_server.c.o +.PHONY : udp_server.o + +# target to build an object file +udp_server.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/udp_server.c.o +.PHONY : udp_server.c.o + +udp_server.i: udp_server.c.i +.PHONY : udp_server.i + +# target to preprocess a source file +udp_server.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/udp_server.c.i +.PHONY : udp_server.c.i + +udp_server.s: udp_server.c.s +.PHONY : udp_server.s + +# target to generate assembly for a file +udp_server.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f client_server/CMakeFiles/udp_server.dir/build.make client_server/CMakeFiles/udp_server.dir/udp_server.c.s +.PHONY : udp_server.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... client" + @echo "... remote_command_exec_udp_client" + @echo "... remote_command_exec_udp_server" + @echo "... server" + @echo "... tcp_full_duplex_client" + @echo "... tcp_full_duplex_server" + @echo "... tcp_half_duplex_client" + @echo "... tcp_half_duplex_server" + @echo "... udp_client" + @echo "... udp_server" + @echo "... client.o" + @echo "... client.i" + @echo "... client.s" + @echo "... remote_command_exec_udp_client.o" + @echo "... remote_command_exec_udp_client.i" + @echo "... remote_command_exec_udp_client.s" + @echo "... remote_command_exec_udp_server.o" + @echo "... remote_command_exec_udp_server.i" + @echo "... remote_command_exec_udp_server.s" + @echo "... server.o" + @echo "... server.i" + @echo "... server.s" + @echo "... tcp_full_duplex_client.o" + @echo "... tcp_full_duplex_client.i" + @echo "... tcp_full_duplex_client.s" + @echo "... tcp_full_duplex_server.o" + @echo "... tcp_full_duplex_server.i" + @echo "... tcp_full_duplex_server.s" + @echo "... tcp_half_duplex_client.o" + @echo "... tcp_half_duplex_client.i" + @echo "... tcp_half_duplex_client.s" + @echo "... tcp_half_duplex_server.o" + @echo "... tcp_half_duplex_server.i" + @echo "... tcp_half_duplex_server.s" + @echo "... udp_client.o" + @echo "... udp_client.i" + @echo "... udp_client.s" + @echo "... udp_server.o" + @echo "... udp_server.i" + @echo "... udp_server.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/client_server/client b/client_server/client new file mode 100755 index 0000000000..906d72253d Binary files /dev/null and b/client_server/client differ diff --git a/client_server/cmake_install.cmake b/client_server/cmake_install.cmake new file mode 100644 index 0000000000..c00cb8fb7c --- /dev/null +++ b/client_server/cmake_install.cmake @@ -0,0 +1,185 @@ +# Install script for directory: /Users/jesperolsen/development/C/client_server + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/client") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/client" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/client") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/client") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/client.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/remote_command_exec_udp_client") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/remote_command_exec_udp_client" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/remote_command_exec_udp_client") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/remote_command_exec_udp_client") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/remote_command_exec_udp_client.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/remote_command_exec_udp_server") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/remote_command_exec_udp_server" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/remote_command_exec_udp_server") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/remote_command_exec_udp_server") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/remote_command_exec_udp_server.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/server") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/server" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/server") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/server") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/server.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/tcp_full_duplex_client") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_full_duplex_client" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_full_duplex_client") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_full_duplex_client") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_full_duplex_client.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/tcp_full_duplex_server") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_full_duplex_server" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_full_duplex_server") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_full_duplex_server") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_full_duplex_server.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/tcp_half_duplex_client") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_half_duplex_client" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_half_duplex_client") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_half_duplex_client") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_half_duplex_client.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/tcp_half_duplex_server") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_half_duplex_server" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_half_duplex_server") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/tcp_half_duplex_server") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/tcp_half_duplex_server.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/udp_client") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/udp_client" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/udp_client") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/udp_client") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/udp_client.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/client_server" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/client_server/udp_server") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/udp_server" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/udp_server") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/client_server/udp_server") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/client_server/CMakeFiles/udp_server.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/client_server/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/client_server/remote_command_exec_udp_client b/client_server/remote_command_exec_udp_client new file mode 100755 index 0000000000..7f38dd2ea2 Binary files /dev/null and b/client_server/remote_command_exec_udp_client differ diff --git a/client_server/remote_command_exec_udp_server b/client_server/remote_command_exec_udp_server new file mode 100755 index 0000000000..4f1b5e82cd Binary files /dev/null and b/client_server/remote_command_exec_udp_server differ diff --git a/client_server/server b/client_server/server new file mode 100755 index 0000000000..9b7305b23d Binary files /dev/null and b/client_server/server differ diff --git a/client_server/tcp_full_duplex_client b/client_server/tcp_full_duplex_client new file mode 100755 index 0000000000..7ceef650d0 Binary files /dev/null and b/client_server/tcp_full_duplex_client differ diff --git a/client_server/tcp_full_duplex_server b/client_server/tcp_full_duplex_server new file mode 100755 index 0000000000..6824f92c6d Binary files /dev/null and b/client_server/tcp_full_duplex_server differ diff --git a/client_server/tcp_half_duplex_client b/client_server/tcp_half_duplex_client new file mode 100755 index 0000000000..5adb2c4464 Binary files /dev/null and b/client_server/tcp_half_duplex_client differ diff --git a/client_server/tcp_half_duplex_server b/client_server/tcp_half_duplex_server new file mode 100755 index 0000000000..4b4704c02e Binary files /dev/null and b/client_server/tcp_half_duplex_server differ diff --git a/client_server/udp_client b/client_server/udp_client new file mode 100755 index 0000000000..a415f74d0f Binary files /dev/null and b/client_server/udp_client differ diff --git a/client_server/udp_server b/client_server/udp_server new file mode 100755 index 0000000000..0bae972e4e Binary files /dev/null and b/client_server/udp_server differ diff --git a/cmake_install.cmake b/cmake_install.cmake new file mode 100644 index 0000000000..2856250d4a --- /dev/null +++ b/cmake_install.cmake @@ -0,0 +1,151 @@ +# Install script for directory: /Users/jesperolsen/development/C + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/developer_tools/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/hash/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/misc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/games/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/audio/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/sorting/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/geometry/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/graphics/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/searching/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/conversions/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/client_server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/project_euler/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/machine_learning/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/process_scheduling_algorithms/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/numerical_methods/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/math/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/cipher/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/jesperolsen/development/C/dynamic_programming/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/conversions/CMakeFiles/CMakeDirectoryInformation.cmake b/conversions/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/conversions/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/DependInfo.cmake b/conversions/CMakeFiles/binary_to_decimal.dir/DependInfo.cmake new file mode 100644 index 0000000000..9170d76755 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/binary_to_decimal.c" "conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o" "gcc" "conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o b/conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o new file mode 100644 index 0000000000..781a39ff5a Binary files /dev/null and b/conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o differ diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o.d b/conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o.d new file mode 100644 index 0000000000..30790899db --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o.d @@ -0,0 +1,57 @@ +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o: \ + /Users/jesperolsen/development/C/conversions/binary_to_decimal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/build.make b/conversions/CMakeFiles/binary_to_decimal.dir/build.make new file mode 100644 index 0000000000..a8a3a4e680 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/binary_to_decimal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/binary_to_decimal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/binary_to_decimal.dir/flags.make + +conversions/CMakeFiles/binary_to_decimal.dir/codegen: +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/codegen + +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o: conversions/CMakeFiles/binary_to_decimal.dir/flags.make +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o: conversions/binary_to_decimal.c +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o: conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o -MF CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o.d -o CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o -c /Users/jesperolsen/development/C/conversions/binary_to_decimal.c + +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/binary_to_decimal.c > CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.i + +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/binary_to_decimal.c -o CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.s + +# Object files for target binary_to_decimal +binary_to_decimal_OBJECTS = \ +"CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o" + +# External object files for target binary_to_decimal +binary_to_decimal_EXTERNAL_OBJECTS = + +conversions/binary_to_decimal: conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o +conversions/binary_to_decimal: conversions/CMakeFiles/binary_to_decimal.dir/build.make +conversions/binary_to_decimal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/binary_to_decimal: conversions/CMakeFiles/binary_to_decimal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable binary_to_decimal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/binary_to_decimal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/binary_to_decimal.dir/build: conversions/binary_to_decimal +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/build + +conversions/CMakeFiles/binary_to_decimal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/binary_to_decimal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/clean + +conversions/CMakeFiles/binary_to_decimal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_decimal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/depend + diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/cmake_clean.cmake b/conversions/CMakeFiles/binary_to_decimal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6171d275f9 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o" + "CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o.d" + "binary_to_decimal" + "binary_to_decimal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/binary_to_decimal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.internal b/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.internal new file mode 100644 index 0000000000..cde78c9531 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.internal @@ -0,0 +1,61 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o + /Users/jesperolsen/development/C/conversions/binary_to_decimal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.make b/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.make new file mode 100644 index 0000000000..d1d32ea131 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.make @@ -0,0 +1,172 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o: conversions/binary_to_decimal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +conversions/binary_to_decimal.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.ts b/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.ts new file mode 100644 index 0000000000..db821a22da --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for binary_to_decimal. diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/depend.make b/conversions/CMakeFiles/binary_to_decimal.dir/depend.make new file mode 100644 index 0000000000..6fc5021ba4 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for binary_to_decimal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/flags.make b/conversions/CMakeFiles/binary_to_decimal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/link.txt b/conversions/CMakeFiles/binary_to_decimal.dir/link.txt new file mode 100644 index 0000000000..52e9d5ecaf --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o -o binary_to_decimal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/binary_to_decimal.dir/progress.make b/conversions/CMakeFiles/binary_to_decimal.dir/progress.make new file mode 100644 index 0000000000..e6a48aa459 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_decimal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 4 + diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/DependInfo.cmake b/conversions/CMakeFiles/binary_to_hexadecimal.dir/DependInfo.cmake new file mode 100644 index 0000000000..4a5e814e80 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/binary_to_hexadecimal.c" "conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o" "gcc" "conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o b/conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o new file mode 100644 index 0000000000..106a069303 Binary files /dev/null and b/conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o differ diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o.d b/conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o.d new file mode 100644 index 0000000000..8f8240a96d --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o.d @@ -0,0 +1,41 @@ +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o: \ + /Users/jesperolsen/development/C/conversions/binary_to_hexadecimal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make b/conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make new file mode 100644 index 0000000000..0d9280d32b --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/binary_to_hexadecimal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/binary_to_hexadecimal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/binary_to_hexadecimal.dir/flags.make + +conversions/CMakeFiles/binary_to_hexadecimal.dir/codegen: +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/codegen + +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o: conversions/CMakeFiles/binary_to_hexadecimal.dir/flags.make +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o: conversions/binary_to_hexadecimal.c +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o: conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o -MF CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o.d -o CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o -c /Users/jesperolsen/development/C/conversions/binary_to_hexadecimal.c + +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/binary_to_hexadecimal.c > CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.i + +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/binary_to_hexadecimal.c -o CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.s + +# Object files for target binary_to_hexadecimal +binary_to_hexadecimal_OBJECTS = \ +"CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o" + +# External object files for target binary_to_hexadecimal +binary_to_hexadecimal_EXTERNAL_OBJECTS = + +conversions/binary_to_hexadecimal: conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o +conversions/binary_to_hexadecimal: conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make +conversions/binary_to_hexadecimal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/binary_to_hexadecimal: conversions/CMakeFiles/binary_to_hexadecimal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable binary_to_hexadecimal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/binary_to_hexadecimal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/binary_to_hexadecimal.dir/build: conversions/binary_to_hexadecimal +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/build + +conversions/CMakeFiles/binary_to_hexadecimal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/binary_to_hexadecimal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/clean + +conversions/CMakeFiles/binary_to_hexadecimal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_hexadecimal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/depend + diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/cmake_clean.cmake b/conversions/CMakeFiles/binary_to_hexadecimal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ca48bbac7b --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o" + "CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o.d" + "binary_to_hexadecimal" + "binary_to_hexadecimal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/binary_to_hexadecimal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.internal b/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.internal new file mode 100644 index 0000000000..f2ef30c9ae --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o + /Users/jesperolsen/development/C/conversions/binary_to_hexadecimal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.make b/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.make new file mode 100644 index 0000000000..f1b8835c66 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o: conversions/binary_to_hexadecimal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +conversions/binary_to_hexadecimal.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.ts b/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.ts new file mode 100644 index 0000000000..03c2924553 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for binary_to_hexadecimal. diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/depend.make b/conversions/CMakeFiles/binary_to_hexadecimal.dir/depend.make new file mode 100644 index 0000000000..ada21ba940 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for binary_to_hexadecimal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/flags.make b/conversions/CMakeFiles/binary_to_hexadecimal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/link.txt b/conversions/CMakeFiles/binary_to_hexadecimal.dir/link.txt new file mode 100644 index 0000000000..0073c277c2 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o -o binary_to_hexadecimal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/binary_to_hexadecimal.dir/progress.make b/conversions/CMakeFiles/binary_to_hexadecimal.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_hexadecimal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/binary_to_octal.dir/DependInfo.cmake b/conversions/CMakeFiles/binary_to_octal.dir/DependInfo.cmake new file mode 100644 index 0000000000..87bdf12b81 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/binary_to_octal.c" "conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o" "gcc" "conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o b/conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o new file mode 100644 index 0000000000..3200d05177 Binary files /dev/null and b/conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o differ diff --git a/conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o.d b/conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o.d new file mode 100644 index 0000000000..df7980831c --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o.d @@ -0,0 +1,41 @@ +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o: \ + /Users/jesperolsen/development/C/conversions/binary_to_octal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/binary_to_octal.dir/build.make b/conversions/CMakeFiles/binary_to_octal.dir/build.make new file mode 100644 index 0000000000..b91787fb49 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/binary_to_octal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/binary_to_octal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/binary_to_octal.dir/flags.make + +conversions/CMakeFiles/binary_to_octal.dir/codegen: +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/codegen + +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o: conversions/CMakeFiles/binary_to_octal.dir/flags.make +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o: conversions/binary_to_octal.c +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o: conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o -MF CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o.d -o CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o -c /Users/jesperolsen/development/C/conversions/binary_to_octal.c + +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/binary_to_octal.dir/binary_to_octal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/binary_to_octal.c > CMakeFiles/binary_to_octal.dir/binary_to_octal.c.i + +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/binary_to_octal.dir/binary_to_octal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/binary_to_octal.c -o CMakeFiles/binary_to_octal.dir/binary_to_octal.c.s + +# Object files for target binary_to_octal +binary_to_octal_OBJECTS = \ +"CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o" + +# External object files for target binary_to_octal +binary_to_octal_EXTERNAL_OBJECTS = + +conversions/binary_to_octal: conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o +conversions/binary_to_octal: conversions/CMakeFiles/binary_to_octal.dir/build.make +conversions/binary_to_octal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/binary_to_octal: conversions/CMakeFiles/binary_to_octal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable binary_to_octal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/binary_to_octal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/binary_to_octal.dir/build: conversions/binary_to_octal +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/build + +conversions/CMakeFiles/binary_to_octal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/binary_to_octal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/clean + +conversions/CMakeFiles/binary_to_octal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_octal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/depend + diff --git a/conversions/CMakeFiles/binary_to_octal.dir/cmake_clean.cmake b/conversions/CMakeFiles/binary_to_octal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..2ab46e72df --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o" + "CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o.d" + "binary_to_octal" + "binary_to_octal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/binary_to_octal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.internal b/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.internal new file mode 100644 index 0000000000..0f767fdb89 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o + /Users/jesperolsen/development/C/conversions/binary_to_octal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.make b/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.make new file mode 100644 index 0000000000..3f5d2617ae --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o: conversions/binary_to_octal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +conversions/binary_to_octal.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.ts b/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.ts new file mode 100644 index 0000000000..9011d81dfb --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for binary_to_octal. diff --git a/conversions/CMakeFiles/binary_to_octal.dir/depend.make b/conversions/CMakeFiles/binary_to_octal.dir/depend.make new file mode 100644 index 0000000000..de2adf0296 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for binary_to_octal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/binary_to_octal.dir/flags.make b/conversions/CMakeFiles/binary_to_octal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/binary_to_octal.dir/link.txt b/conversions/CMakeFiles/binary_to_octal.dir/link.txt new file mode 100644 index 0000000000..16787dc434 --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o -o binary_to_octal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/binary_to_octal.dir/progress.make b/conversions/CMakeFiles/binary_to_octal.dir/progress.make new file mode 100644 index 0000000000..9867570d7f --- /dev/null +++ b/conversions/CMakeFiles/binary_to_octal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 5 + diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/DependInfo.cmake b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/DependInfo.cmake new file mode 100644 index 0000000000..f74459260e --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/c_atoi_str_to_integer.c" "conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o" "gcc" "conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make new file mode 100644 index 0000000000..97b2fed3bf --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/c_atoi_str_to_integer.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/c_atoi_str_to_integer.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/c_atoi_str_to_integer.dir/flags.make + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/codegen: +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/codegen + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o: conversions/CMakeFiles/c_atoi_str_to_integer.dir/flags.make +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o: conversions/c_atoi_str_to_integer.c +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o: conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o -MF CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o.d -o CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o -c /Users/jesperolsen/development/C/conversions/c_atoi_str_to_integer.c + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/c_atoi_str_to_integer.c > CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.i + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/c_atoi_str_to_integer.c -o CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.s + +# Object files for target c_atoi_str_to_integer +c_atoi_str_to_integer_OBJECTS = \ +"CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o" + +# External object files for target c_atoi_str_to_integer +c_atoi_str_to_integer_EXTERNAL_OBJECTS = + +conversions/c_atoi_str_to_integer: conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o +conversions/c_atoi_str_to_integer: conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make +conversions/c_atoi_str_to_integer: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/c_atoi_str_to_integer: conversions/CMakeFiles/c_atoi_str_to_integer.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable c_atoi_str_to_integer" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/c_atoi_str_to_integer.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/c_atoi_str_to_integer.dir/build: conversions/c_atoi_str_to_integer +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/build + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/c_atoi_str_to_integer.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/clean + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/c_atoi_str_to_integer.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/depend + diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o new file mode 100644 index 0000000000..4a0ab50ef3 Binary files /dev/null and b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o differ diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o.d b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o.d new file mode 100644 index 0000000000..ea68543da8 --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o.d @@ -0,0 +1,97 @@ +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o: \ + /Users/jesperolsen/development/C/conversions/c_atoi_str_to_integer.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/cmake_clean.cmake b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c39f24a2ce --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o" + "CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o.d" + "c_atoi_str_to_integer" + "c_atoi_str_to_integer.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/c_atoi_str_to_integer.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.internal b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.internal new file mode 100644 index 0000000000..c99d5e5ed5 --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.internal @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o + /Users/jesperolsen/development/C/conversions/c_atoi_str_to_integer.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.make b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.make new file mode 100644 index 0000000000..a160a5cf12 --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o: conversions/c_atoi_str_to_integer.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +conversions/c_atoi_str_to_integer.c: diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.ts b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.ts new file mode 100644 index 0000000000..8b5b7ce204 --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for c_atoi_str_to_integer. diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/depend.make b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/depend.make new file mode 100644 index 0000000000..99c4c0ba22 --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for c_atoi_str_to_integer. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/flags.make b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/link.txt b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/link.txt new file mode 100644 index 0000000000..11750d670b --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o -o c_atoi_str_to_integer /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/c_atoi_str_to_integer.dir/progress.make b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/c_atoi_str_to_integer.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/DependInfo.cmake b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/DependInfo.cmake new file mode 100644 index 0000000000..e9aa073cf2 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/celsius_to_fahrenheit.c" "conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o" "gcc" "conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make new file mode 100644 index 0000000000..30eabaf012 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/celsius_to_fahrenheit.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/celsius_to_fahrenheit.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/celsius_to_fahrenheit.dir/flags.make + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/codegen: +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/codegen + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o: conversions/CMakeFiles/celsius_to_fahrenheit.dir/flags.make +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o: conversions/celsius_to_fahrenheit.c +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o: conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o -MF CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o.d -o CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o -c /Users/jesperolsen/development/C/conversions/celsius_to_fahrenheit.c + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/celsius_to_fahrenheit.c > CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.i + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/celsius_to_fahrenheit.c -o CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.s + +# Object files for target celsius_to_fahrenheit +celsius_to_fahrenheit_OBJECTS = \ +"CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o" + +# External object files for target celsius_to_fahrenheit +celsius_to_fahrenheit_EXTERNAL_OBJECTS = + +conversions/celsius_to_fahrenheit: conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o +conversions/celsius_to_fahrenheit: conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make +conversions/celsius_to_fahrenheit: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/celsius_to_fahrenheit: conversions/CMakeFiles/celsius_to_fahrenheit.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable celsius_to_fahrenheit" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/celsius_to_fahrenheit.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/celsius_to_fahrenheit.dir/build: conversions/celsius_to_fahrenheit +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/build + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/celsius_to_fahrenheit.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/clean + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/celsius_to_fahrenheit.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/depend + diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o new file mode 100644 index 0000000000..d2aca636ea Binary files /dev/null and b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o differ diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o.d b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o.d new file mode 100644 index 0000000000..a26d5c9b8f --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o.d @@ -0,0 +1,44 @@ +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o: \ + /Users/jesperolsen/development/C/conversions/celsius_to_fahrenheit.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/cmake_clean.cmake b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/cmake_clean.cmake new file mode 100644 index 0000000000..4030b8f65e --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o" + "CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o.d" + "celsius_to_fahrenheit" + "celsius_to_fahrenheit.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/celsius_to_fahrenheit.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.internal b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.internal new file mode 100644 index 0000000000..9f305090a8 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.internal @@ -0,0 +1,48 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o + /Users/jesperolsen/development/C/conversions/celsius_to_fahrenheit.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.make b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.make new file mode 100644 index 0000000000..324b027373 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.make @@ -0,0 +1,133 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o: conversions/celsius_to_fahrenheit.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +conversions/celsius_to_fahrenheit.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.ts b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.ts new file mode 100644 index 0000000000..1cfe438bc7 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for celsius_to_fahrenheit. diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/depend.make b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/depend.make new file mode 100644 index 0000000000..fd0c3c63c6 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for celsius_to_fahrenheit. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/flags.make b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/link.txt b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/link.txt new file mode 100644 index 0000000000..2ae1882234 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o -o celsius_to_fahrenheit /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/celsius_to_fahrenheit.dir/progress.make b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/celsius_to_fahrenheit.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/DependInfo.cmake b/conversions/CMakeFiles/decimal_to_any_base.dir/DependInfo.cmake new file mode 100644 index 0000000000..d6ab9bed76 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/decimal_to_any_base.c" "conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o" "gcc" "conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/build.make b/conversions/CMakeFiles/decimal_to_any_base.dir/build.make new file mode 100644 index 0000000000..03ab2fd2d7 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/decimal_to_any_base.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/decimal_to_any_base.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/decimal_to_any_base.dir/flags.make + +conversions/CMakeFiles/decimal_to_any_base.dir/codegen: +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/codegen + +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o: conversions/CMakeFiles/decimal_to_any_base.dir/flags.make +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o: conversions/decimal_to_any_base.c +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o: conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o -MF CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o.d -o CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o -c /Users/jesperolsen/development/C/conversions/decimal_to_any_base.c + +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/decimal_to_any_base.c > CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.i + +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/decimal_to_any_base.c -o CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.s + +# Object files for target decimal_to_any_base +decimal_to_any_base_OBJECTS = \ +"CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o" + +# External object files for target decimal_to_any_base +decimal_to_any_base_EXTERNAL_OBJECTS = + +conversions/decimal_to_any_base: conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o +conversions/decimal_to_any_base: conversions/CMakeFiles/decimal_to_any_base.dir/build.make +conversions/decimal_to_any_base: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/decimal_to_any_base: conversions/CMakeFiles/decimal_to_any_base.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable decimal_to_any_base" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/decimal_to_any_base.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/decimal_to_any_base.dir/build: conversions/decimal_to_any_base +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/build + +conversions/CMakeFiles/decimal_to_any_base.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/decimal_to_any_base.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/clean + +conversions/CMakeFiles/decimal_to_any_base.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_any_base.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/depend + diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/cmake_clean.cmake b/conversions/CMakeFiles/decimal_to_any_base.dir/cmake_clean.cmake new file mode 100644 index 0000000000..7dd31e3c55 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o" + "CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o.d" + "decimal_to_any_base" + "decimal_to_any_base.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/decimal_to_any_base.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.internal b/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.internal new file mode 100644 index 0000000000..1ec63e3378 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.internal @@ -0,0 +1,102 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o + /Users/jesperolsen/development/C/conversions/decimal_to_any_base.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.make b/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.make new file mode 100644 index 0000000000..63932cc4b7 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.make @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o: conversions/decimal_to_any_base.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +conversions/decimal_to_any_base.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.ts b/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.ts new file mode 100644 index 0000000000..27c2079e96 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for decimal_to_any_base. diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o b/conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o new file mode 100644 index 0000000000..5c8fbbcfd4 Binary files /dev/null and b/conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o differ diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o.d b/conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o.d new file mode 100644 index 0000000000..0979b71217 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o.d @@ -0,0 +1,98 @@ +conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o: \ + /Users/jesperolsen/development/C/conversions/decimal_to_any_base.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/depend.make b/conversions/CMakeFiles/decimal_to_any_base.dir/depend.make new file mode 100644 index 0000000000..19e3d8d760 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for decimal_to_any_base. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/flags.make b/conversions/CMakeFiles/decimal_to_any_base.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/link.txt b/conversions/CMakeFiles/decimal_to_any_base.dir/link.txt new file mode 100644 index 0000000000..9eb9a33370 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o -o decimal_to_any_base /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/decimal_to_any_base.dir/progress.make b/conversions/CMakeFiles/decimal_to_any_base.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_any_base.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/DependInfo.cmake b/conversions/CMakeFiles/decimal_to_binary.dir/DependInfo.cmake new file mode 100644 index 0000000000..d42bd37d23 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/decimal_to_binary.c" "conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o" "gcc" "conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/build.make b/conversions/CMakeFiles/decimal_to_binary.dir/build.make new file mode 100644 index 0000000000..c71fde718a --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/decimal_to_binary.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/decimal_to_binary.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/decimal_to_binary.dir/flags.make + +conversions/CMakeFiles/decimal_to_binary.dir/codegen: +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/codegen + +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o: conversions/CMakeFiles/decimal_to_binary.dir/flags.make +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o: conversions/decimal_to_binary.c +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o: conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o -MF CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o.d -o CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o -c /Users/jesperolsen/development/C/conversions/decimal_to_binary.c + +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/decimal_to_binary.c > CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.i + +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/decimal_to_binary.c -o CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.s + +# Object files for target decimal_to_binary +decimal_to_binary_OBJECTS = \ +"CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o" + +# External object files for target decimal_to_binary +decimal_to_binary_EXTERNAL_OBJECTS = + +conversions/decimal_to_binary: conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o +conversions/decimal_to_binary: conversions/CMakeFiles/decimal_to_binary.dir/build.make +conversions/decimal_to_binary: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/decimal_to_binary: conversions/CMakeFiles/decimal_to_binary.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable decimal_to_binary" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/decimal_to_binary.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/decimal_to_binary.dir/build: conversions/decimal_to_binary +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/build + +conversions/CMakeFiles/decimal_to_binary.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/decimal_to_binary.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/clean + +conversions/CMakeFiles/decimal_to_binary.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_binary.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/depend + diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/cmake_clean.cmake b/conversions/CMakeFiles/decimal_to_binary.dir/cmake_clean.cmake new file mode 100644 index 0000000000..01632ef741 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o" + "CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o.d" + "decimal_to_binary" + "decimal_to_binary.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/decimal_to_binary.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.internal b/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.internal new file mode 100644 index 0000000000..40e6fc2aec --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o + /Users/jesperolsen/development/C/conversions/decimal_to_binary.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.make b/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.make new file mode 100644 index 0000000000..80c9404057 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o: conversions/decimal_to_binary.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +conversions/decimal_to_binary.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.ts b/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.ts new file mode 100644 index 0000000000..456889116b --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for decimal_to_binary. diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o b/conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o new file mode 100644 index 0000000000..29e135660e Binary files /dev/null and b/conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o differ diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o.d b/conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o.d new file mode 100644 index 0000000000..207afcefc3 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o.d @@ -0,0 +1,87 @@ +conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o: \ + /Users/jesperolsen/development/C/conversions/decimal_to_binary.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/depend.make b/conversions/CMakeFiles/decimal_to_binary.dir/depend.make new file mode 100644 index 0000000000..cd1ccc1f81 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for decimal_to_binary. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/flags.make b/conversions/CMakeFiles/decimal_to_binary.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/link.txt b/conversions/CMakeFiles/decimal_to_binary.dir/link.txt new file mode 100644 index 0000000000..477e42b0f4 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o -o decimal_to_binary /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/decimal_to_binary.dir/progress.make b/conversions/CMakeFiles/decimal_to_binary.dir/progress.make new file mode 100644 index 0000000000..52b6d641fb --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 15 + diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/DependInfo.cmake b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/DependInfo.cmake new file mode 100644 index 0000000000..75f608d913 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/decimal_to_binary_recursion.c" "conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o" "gcc" "conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make new file mode 100644 index 0000000000..f54ad18324 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/decimal_to_binary_recursion.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/decimal_to_binary_recursion.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/decimal_to_binary_recursion.dir/flags.make + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/codegen: +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/codegen + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o: conversions/CMakeFiles/decimal_to_binary_recursion.dir/flags.make +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o: conversions/decimal_to_binary_recursion.c +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o: conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o -MF CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o.d -o CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o -c /Users/jesperolsen/development/C/conversions/decimal_to_binary_recursion.c + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/decimal_to_binary_recursion.c > CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.i + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/decimal_to_binary_recursion.c -o CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.s + +# Object files for target decimal_to_binary_recursion +decimal_to_binary_recursion_OBJECTS = \ +"CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o" + +# External object files for target decimal_to_binary_recursion +decimal_to_binary_recursion_EXTERNAL_OBJECTS = + +conversions/decimal_to_binary_recursion: conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o +conversions/decimal_to_binary_recursion: conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make +conversions/decimal_to_binary_recursion: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/decimal_to_binary_recursion: conversions/CMakeFiles/decimal_to_binary_recursion.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable decimal_to_binary_recursion" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/decimal_to_binary_recursion.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/decimal_to_binary_recursion.dir/build: conversions/decimal_to_binary_recursion +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/build + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/decimal_to_binary_recursion.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/clean + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_binary_recursion.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/depend + diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/cmake_clean.cmake b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/cmake_clean.cmake new file mode 100644 index 0000000000..043a770db2 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o" + "CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o.d" + "decimal_to_binary_recursion" + "decimal_to_binary_recursion.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/decimal_to_binary_recursion.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.internal b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.internal new file mode 100644 index 0000000000..f6190ac1c7 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.internal @@ -0,0 +1,14 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o + /Users/jesperolsen/development/C/conversions/decimal_to_binary_recursion.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.make b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.make new file mode 100644 index 0000000000..21bd7ac6ce --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.make @@ -0,0 +1,31 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o: conversions/decimal_to_binary_recursion.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +conversions/decimal_to_binary_recursion.c: diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.ts b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.ts new file mode 100644 index 0000000000..9b5da0a75a --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for decimal_to_binary_recursion. diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o new file mode 100644 index 0000000000..d9dc9de360 Binary files /dev/null and b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o differ diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o.d b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o.d new file mode 100644 index 0000000000..9330adc4db --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o.d @@ -0,0 +1,10 @@ +conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o: \ + /Users/jesperolsen/development/C/conversions/decimal_to_binary_recursion.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/depend.make b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/depend.make new file mode 100644 index 0000000000..d1c512abb2 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for decimal_to_binary_recursion. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/flags.make b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/link.txt b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/link.txt new file mode 100644 index 0000000000..a7d009d221 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o -o decimal_to_binary_recursion /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/decimal_to_binary_recursion.dir/progress.make b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_binary_recursion.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/DependInfo.cmake b/conversions/CMakeFiles/decimal_to_hexa.dir/DependInfo.cmake new file mode 100644 index 0000000000..a7dad81de9 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/decimal_to_hexa.c" "conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o" "gcc" "conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/build.make b/conversions/CMakeFiles/decimal_to_hexa.dir/build.make new file mode 100644 index 0000000000..751b0ec8f6 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/decimal_to_hexa.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/decimal_to_hexa.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/decimal_to_hexa.dir/flags.make + +conversions/CMakeFiles/decimal_to_hexa.dir/codegen: +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/codegen + +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o: conversions/CMakeFiles/decimal_to_hexa.dir/flags.make +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o: conversions/decimal_to_hexa.c +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o: conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o -MF CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o.d -o CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o -c /Users/jesperolsen/development/C/conversions/decimal_to_hexa.c + +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/decimal_to_hexa.c > CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.i + +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/decimal_to_hexa.c -o CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.s + +# Object files for target decimal_to_hexa +decimal_to_hexa_OBJECTS = \ +"CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o" + +# External object files for target decimal_to_hexa +decimal_to_hexa_EXTERNAL_OBJECTS = + +conversions/decimal_to_hexa: conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o +conversions/decimal_to_hexa: conversions/CMakeFiles/decimal_to_hexa.dir/build.make +conversions/decimal_to_hexa: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/decimal_to_hexa: conversions/CMakeFiles/decimal_to_hexa.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable decimal_to_hexa" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/decimal_to_hexa.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/decimal_to_hexa.dir/build: conversions/decimal_to_hexa +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/build + +conversions/CMakeFiles/decimal_to_hexa.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/decimal_to_hexa.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/clean + +conversions/CMakeFiles/decimal_to_hexa.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_hexa.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/depend + diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/cmake_clean.cmake b/conversions/CMakeFiles/decimal_to_hexa.dir/cmake_clean.cmake new file mode 100644 index 0000000000..753538fbb8 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o" + "CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o.d" + "decimal_to_hexa" + "decimal_to_hexa.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/decimal_to_hexa.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.internal b/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.internal new file mode 100644 index 0000000000..f0b1ae8604 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o + /Users/jesperolsen/development/C/conversions/decimal_to_hexa.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.make b/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.make new file mode 100644 index 0000000000..b2fe9f4ce5 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o: conversions/decimal_to_hexa.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +conversions/decimal_to_hexa.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.ts b/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.ts new file mode 100644 index 0000000000..ff64ad3f26 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for decimal_to_hexa. diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o b/conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o new file mode 100644 index 0000000000..87de677538 Binary files /dev/null and b/conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o differ diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o.d b/conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o.d new file mode 100644 index 0000000000..3b28c3aa64 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o.d @@ -0,0 +1,41 @@ +conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o: \ + /Users/jesperolsen/development/C/conversions/decimal_to_hexa.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/depend.make b/conversions/CMakeFiles/decimal_to_hexa.dir/depend.make new file mode 100644 index 0000000000..7ccd6843d6 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for decimal_to_hexa. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/flags.make b/conversions/CMakeFiles/decimal_to_hexa.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/link.txt b/conversions/CMakeFiles/decimal_to_hexa.dir/link.txt new file mode 100644 index 0000000000..362e915044 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o -o decimal_to_hexa /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/decimal_to_hexa.dir/progress.make b/conversions/CMakeFiles/decimal_to_hexa.dir/progress.make new file mode 100644 index 0000000000..2e09f08fa8 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_hexa.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 16 + diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/DependInfo.cmake b/conversions/CMakeFiles/decimal_to_octal.dir/DependInfo.cmake new file mode 100644 index 0000000000..90ca90c9da --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/decimal_to_octal.c" "conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o" "gcc" "conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/build.make b/conversions/CMakeFiles/decimal_to_octal.dir/build.make new file mode 100644 index 0000000000..1a77fef621 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/decimal_to_octal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/decimal_to_octal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/decimal_to_octal.dir/flags.make + +conversions/CMakeFiles/decimal_to_octal.dir/codegen: +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/codegen + +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o: conversions/CMakeFiles/decimal_to_octal.dir/flags.make +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o: conversions/decimal_to_octal.c +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o: conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o -MF CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o.d -o CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o -c /Users/jesperolsen/development/C/conversions/decimal_to_octal.c + +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/decimal_to_octal.c > CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.i + +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/decimal_to_octal.c -o CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.s + +# Object files for target decimal_to_octal +decimal_to_octal_OBJECTS = \ +"CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o" + +# External object files for target decimal_to_octal +decimal_to_octal_EXTERNAL_OBJECTS = + +conversions/decimal_to_octal: conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o +conversions/decimal_to_octal: conversions/CMakeFiles/decimal_to_octal.dir/build.make +conversions/decimal_to_octal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/decimal_to_octal: conversions/CMakeFiles/decimal_to_octal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable decimal_to_octal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/decimal_to_octal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/decimal_to_octal.dir/build: conversions/decimal_to_octal +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/build + +conversions/CMakeFiles/decimal_to_octal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/decimal_to_octal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/clean + +conversions/CMakeFiles/decimal_to_octal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_octal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/depend + diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/cmake_clean.cmake b/conversions/CMakeFiles/decimal_to_octal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..be5aa1ba7a --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o" + "CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o.d" + "decimal_to_octal" + "decimal_to_octal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/decimal_to_octal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.internal b/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.internal new file mode 100644 index 0000000000..965f9a7865 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o + /Users/jesperolsen/development/C/conversions/decimal_to_octal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.make b/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.make new file mode 100644 index 0000000000..9571596085 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o: conversions/decimal_to_octal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +conversions/decimal_to_octal.c: diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.ts b/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.ts new file mode 100644 index 0000000000..d1c9a55226 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for decimal_to_octal. diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o b/conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o new file mode 100644 index 0000000000..502b66ef60 Binary files /dev/null and b/conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o differ diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o.d b/conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o.d new file mode 100644 index 0000000000..9f18256c0d --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o.d @@ -0,0 +1,41 @@ +conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o: \ + /Users/jesperolsen/development/C/conversions/decimal_to_octal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/depend.make b/conversions/CMakeFiles/decimal_to_octal.dir/depend.make new file mode 100644 index 0000000000..4f53e0f1fc --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for decimal_to_octal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/flags.make b/conversions/CMakeFiles/decimal_to_octal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/link.txt b/conversions/CMakeFiles/decimal_to_octal.dir/link.txt new file mode 100644 index 0000000000..c110189591 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o -o decimal_to_octal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/decimal_to_octal.dir/progress.make b/conversions/CMakeFiles/decimal_to_octal.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/DependInfo.cmake b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/DependInfo.cmake new file mode 100644 index 0000000000..1957fe1bc8 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/decimal_to_octal_recursion.c" "conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o" "gcc" "conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make new file mode 100644 index 0000000000..f14c2556c7 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/decimal_to_octal_recursion.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/decimal_to_octal_recursion.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/decimal_to_octal_recursion.dir/flags.make + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/codegen: +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/codegen + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o: conversions/CMakeFiles/decimal_to_octal_recursion.dir/flags.make +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o: conversions/decimal_to_octal_recursion.c +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o: conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o -MF CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o.d -o CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o -c /Users/jesperolsen/development/C/conversions/decimal_to_octal_recursion.c + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/decimal_to_octal_recursion.c > CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.i + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/decimal_to_octal_recursion.c -o CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.s + +# Object files for target decimal_to_octal_recursion +decimal_to_octal_recursion_OBJECTS = \ +"CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o" + +# External object files for target decimal_to_octal_recursion +decimal_to_octal_recursion_EXTERNAL_OBJECTS = + +conversions/decimal_to_octal_recursion: conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o +conversions/decimal_to_octal_recursion: conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make +conversions/decimal_to_octal_recursion: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/decimal_to_octal_recursion: conversions/CMakeFiles/decimal_to_octal_recursion.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable decimal_to_octal_recursion" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/decimal_to_octal_recursion.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/decimal_to_octal_recursion.dir/build: conversions/decimal_to_octal_recursion +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/build + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/decimal_to_octal_recursion.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/clean + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_octal_recursion.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/depend + diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/cmake_clean.cmake b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9fe1832011 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o" + "CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o.d" + "decimal_to_octal_recursion" + "decimal_to_octal_recursion.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/decimal_to_octal_recursion.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.internal b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.internal new file mode 100644 index 0000000000..948e820526 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o + /Users/jesperolsen/development/C/conversions/decimal_to_octal_recursion.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.make b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.make new file mode 100644 index 0000000000..b5c490a2ea --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o: conversions/decimal_to_octal_recursion.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +conversions/decimal_to_octal_recursion.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.ts b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.ts new file mode 100644 index 0000000000..1966eeb9a4 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for decimal_to_octal_recursion. diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o new file mode 100644 index 0000000000..a71713034e Binary files /dev/null and b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o differ diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o.d b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o.d new file mode 100644 index 0000000000..0ae9effcbe --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o.d @@ -0,0 +1,41 @@ +conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o: \ + /Users/jesperolsen/development/C/conversions/decimal_to_octal_recursion.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/depend.make b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/depend.make new file mode 100644 index 0000000000..f51b41ba00 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for decimal_to_octal_recursion. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/flags.make b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/link.txt b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/link.txt new file mode 100644 index 0000000000..66e5853f81 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o -o decimal_to_octal_recursion /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/decimal_to_octal_recursion.dir/progress.make b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/progress.make new file mode 100644 index 0000000000..382b46a055 --- /dev/null +++ b/conversions/CMakeFiles/decimal_to_octal_recursion.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 17 + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/DependInfo.cmake b/conversions/CMakeFiles/hexadecimal_to_octal.dir/DependInfo.cmake new file mode 100644 index 0000000000..0241602a9e --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/hexadecimal_to_octal.c" "conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o" "gcc" "conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make b/conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make new file mode 100644 index 0000000000..b420159010 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/hexadecimal_to_octal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/hexadecimal_to_octal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/hexadecimal_to_octal.dir/flags.make + +conversions/CMakeFiles/hexadecimal_to_octal.dir/codegen: +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/codegen + +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o: conversions/CMakeFiles/hexadecimal_to_octal.dir/flags.make +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o: conversions/hexadecimal_to_octal.c +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o: conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o -MF CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o.d -o CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o -c /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal.c + +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal.c > CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.i + +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal.c -o CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.s + +# Object files for target hexadecimal_to_octal +hexadecimal_to_octal_OBJECTS = \ +"CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o" + +# External object files for target hexadecimal_to_octal +hexadecimal_to_octal_EXTERNAL_OBJECTS = + +conversions/hexadecimal_to_octal: conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o +conversions/hexadecimal_to_octal: conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make +conversions/hexadecimal_to_octal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/hexadecimal_to_octal: conversions/CMakeFiles/hexadecimal_to_octal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hexadecimal_to_octal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hexadecimal_to_octal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/hexadecimal_to_octal.dir/build: conversions/hexadecimal_to_octal +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/build + +conversions/CMakeFiles/hexadecimal_to_octal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/hexadecimal_to_octal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/clean + +conversions/CMakeFiles/hexadecimal_to_octal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/hexadecimal_to_octal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/depend + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/cmake_clean.cmake b/conversions/CMakeFiles/hexadecimal_to_octal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e9a8681bb6 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o" + "CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o.d" + "hexadecimal_to_octal" + "hexadecimal_to_octal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hexadecimal_to_octal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.internal b/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.internal new file mode 100644 index 0000000000..a519186096 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o + /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.make b/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.make new file mode 100644 index 0000000000..655f0d8a2e --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o: conversions/hexadecimal_to_octal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +conversions/hexadecimal_to_octal.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.ts b/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.ts new file mode 100644 index 0000000000..82122f40da --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hexadecimal_to_octal. diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/depend.make b/conversions/CMakeFiles/hexadecimal_to_octal.dir/depend.make new file mode 100644 index 0000000000..0b150c8ec1 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hexadecimal_to_octal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/flags.make b/conversions/CMakeFiles/hexadecimal_to_octal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o b/conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o new file mode 100644 index 0000000000..5082e8acd8 Binary files /dev/null and b/conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o differ diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o.d b/conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o.d new file mode 100644 index 0000000000..2185fc4759 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o.d @@ -0,0 +1,41 @@ +conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o: \ + /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/link.txt b/conversions/CMakeFiles/hexadecimal_to_octal.dir/link.txt new file mode 100644 index 0000000000..2da30fce78 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o -o hexadecimal_to_octal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/hexadecimal_to_octal.dir/progress.make b/conversions/CMakeFiles/hexadecimal_to_octal.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/DependInfo.cmake b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/DependInfo.cmake new file mode 100644 index 0000000000..7a7b143476 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/hexadecimal_to_octal2.c" "conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o" "gcc" "conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make new file mode 100644 index 0000000000..19d480c52c --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/hexadecimal_to_octal2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/hexadecimal_to_octal2.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/hexadecimal_to_octal2.dir/flags.make + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/codegen: +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/codegen + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o: conversions/CMakeFiles/hexadecimal_to_octal2.dir/flags.make +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o: conversions/hexadecimal_to_octal2.c +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o: conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o -MF CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o.d -o CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o -c /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal2.c + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal2.c > CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.i + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal2.c -o CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.s + +# Object files for target hexadecimal_to_octal2 +hexadecimal_to_octal2_OBJECTS = \ +"CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o" + +# External object files for target hexadecimal_to_octal2 +hexadecimal_to_octal2_EXTERNAL_OBJECTS = + +conversions/hexadecimal_to_octal2: conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o +conversions/hexadecimal_to_octal2: conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make +conversions/hexadecimal_to_octal2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/hexadecimal_to_octal2: conversions/CMakeFiles/hexadecimal_to_octal2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hexadecimal_to_octal2" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hexadecimal_to_octal2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/hexadecimal_to_octal2.dir/build: conversions/hexadecimal_to_octal2 +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/build + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/hexadecimal_to_octal2.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/clean + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/hexadecimal_to_octal2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/depend + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/cmake_clean.cmake b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1fa062d0e5 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o" + "CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o.d" + "hexadecimal_to_octal2" + "hexadecimal_to_octal2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hexadecimal_to_octal2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.internal b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.internal new file mode 100644 index 0000000000..9bbd0fd78f --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.internal @@ -0,0 +1,52 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o + /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.make b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.make new file mode 100644 index 0000000000..18931f289b --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.make @@ -0,0 +1,145 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o: conversions/hexadecimal_to_octal2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +conversions/hexadecimal_to_octal2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.ts b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.ts new file mode 100644 index 0000000000..7b397c745d --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hexadecimal_to_octal2. diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/depend.make b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/depend.make new file mode 100644 index 0000000000..316a96e0c9 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hexadecimal_to_octal2. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/flags.make b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o new file mode 100644 index 0000000000..fd46b6e7ea Binary files /dev/null and b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o differ diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o.d b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o.d new file mode 100644 index 0000000000..1201acc0c9 --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o.d @@ -0,0 +1,48 @@ +conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o: \ + /Users/jesperolsen/development/C/conversions/hexadecimal_to_octal2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/link.txt b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/link.txt new file mode 100644 index 0000000000..b53e52782f --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o -o hexadecimal_to_octal2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/hexadecimal_to_octal2.dir/progress.make b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/progress.make new file mode 100644 index 0000000000..cec4adb86b --- /dev/null +++ b/conversions/CMakeFiles/hexadecimal_to_octal2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 32 +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/DependInfo.cmake b/conversions/CMakeFiles/infix_to_postfix.dir/DependInfo.cmake new file mode 100644 index 0000000000..e6fc22bfac --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/infix_to_postfix.c" "conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o" "gcc" "conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/build.make b/conversions/CMakeFiles/infix_to_postfix.dir/build.make new file mode 100644 index 0000000000..3e88929916 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/infix_to_postfix.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/infix_to_postfix.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/infix_to_postfix.dir/flags.make + +conversions/CMakeFiles/infix_to_postfix.dir/codegen: +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/codegen + +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o: conversions/CMakeFiles/infix_to_postfix.dir/flags.make +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o: conversions/infix_to_postfix.c +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o: conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o -MF CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o.d -o CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o -c /Users/jesperolsen/development/C/conversions/infix_to_postfix.c + +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/infix_to_postfix.c > CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.i + +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/infix_to_postfix.c -o CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.s + +# Object files for target infix_to_postfix +infix_to_postfix_OBJECTS = \ +"CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o" + +# External object files for target infix_to_postfix +infix_to_postfix_EXTERNAL_OBJECTS = + +conversions/infix_to_postfix: conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o +conversions/infix_to_postfix: conversions/CMakeFiles/infix_to_postfix.dir/build.make +conversions/infix_to_postfix: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/infix_to_postfix: conversions/CMakeFiles/infix_to_postfix.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable infix_to_postfix" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/infix_to_postfix.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/infix_to_postfix.dir/build: conversions/infix_to_postfix +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/build + +conversions/CMakeFiles/infix_to_postfix.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/infix_to_postfix.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/clean + +conversions/CMakeFiles/infix_to_postfix.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/infix_to_postfix.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/depend + diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/cmake_clean.cmake b/conversions/CMakeFiles/infix_to_postfix.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9f18589e8c --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o" + "CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o.d" + "infix_to_postfix" + "infix_to_postfix.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/infix_to_postfix.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.internal b/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.internal new file mode 100644 index 0000000000..893152fd56 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o + /Users/jesperolsen/development/C/conversions/infix_to_postfix.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.make b/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.make new file mode 100644 index 0000000000..e39e478894 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o: conversions/infix_to_postfix.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +conversions/infix_to_postfix.c: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.ts b/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.ts new file mode 100644 index 0000000000..1c81e81fec --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for infix_to_postfix. diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/depend.make b/conversions/CMakeFiles/infix_to_postfix.dir/depend.make new file mode 100644 index 0000000000..cb3293cebe --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for infix_to_postfix. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/flags.make b/conversions/CMakeFiles/infix_to_postfix.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o b/conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o new file mode 100644 index 0000000000..aa4078238b Binary files /dev/null and b/conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o differ diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o.d b/conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o.d new file mode 100644 index 0000000000..d15790ccac --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o.d @@ -0,0 +1,41 @@ +conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o: \ + /Users/jesperolsen/development/C/conversions/infix_to_postfix.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/link.txt b/conversions/CMakeFiles/infix_to_postfix.dir/link.txt new file mode 100644 index 0000000000..4dd3cd49fa --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o -o infix_to_postfix /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/infix_to_postfix.dir/progress.make b/conversions/CMakeFiles/infix_to_postfix.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/DependInfo.cmake b/conversions/CMakeFiles/infix_to_postfix2.dir/DependInfo.cmake new file mode 100644 index 0000000000..78e2ce752f --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/infix_to_postfix2.c" "conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o" "gcc" "conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/build.make b/conversions/CMakeFiles/infix_to_postfix2.dir/build.make new file mode 100644 index 0000000000..d5529730f3 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/infix_to_postfix2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/infix_to_postfix2.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/infix_to_postfix2.dir/flags.make + +conversions/CMakeFiles/infix_to_postfix2.dir/codegen: +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/codegen + +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o: conversions/CMakeFiles/infix_to_postfix2.dir/flags.make +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o: conversions/infix_to_postfix2.c +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o: conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o -MF CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o.d -o CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o -c /Users/jesperolsen/development/C/conversions/infix_to_postfix2.c + +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/infix_to_postfix2.c > CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.i + +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/infix_to_postfix2.c -o CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.s + +# Object files for target infix_to_postfix2 +infix_to_postfix2_OBJECTS = \ +"CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o" + +# External object files for target infix_to_postfix2 +infix_to_postfix2_EXTERNAL_OBJECTS = + +conversions/infix_to_postfix2: conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o +conversions/infix_to_postfix2: conversions/CMakeFiles/infix_to_postfix2.dir/build.make +conversions/infix_to_postfix2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/infix_to_postfix2: conversions/CMakeFiles/infix_to_postfix2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable infix_to_postfix2" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/infix_to_postfix2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/infix_to_postfix2.dir/build: conversions/infix_to_postfix2 +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/build + +conversions/CMakeFiles/infix_to_postfix2.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/infix_to_postfix2.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/clean + +conversions/CMakeFiles/infix_to_postfix2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/infix_to_postfix2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/depend + diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/cmake_clean.cmake b/conversions/CMakeFiles/infix_to_postfix2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..59379f7830 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o" + "CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o.d" + "infix_to_postfix2" + "infix_to_postfix2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/infix_to_postfix2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.internal b/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.internal new file mode 100644 index 0000000000..48e8c32108 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.internal @@ -0,0 +1,105 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o + /Users/jesperolsen/development/C/conversions/infix_to_postfix2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.make b/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.make new file mode 100644 index 0000000000..ce7965c2d7 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.make @@ -0,0 +1,304 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o: conversions/infix_to_postfix2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +conversions/infix_to_postfix2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.ts b/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.ts new file mode 100644 index 0000000000..f9c7bb7feb --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for infix_to_postfix2. diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/depend.make b/conversions/CMakeFiles/infix_to_postfix2.dir/depend.make new file mode 100644 index 0000000000..c0625f39b8 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for infix_to_postfix2. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/flags.make b/conversions/CMakeFiles/infix_to_postfix2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o b/conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o new file mode 100644 index 0000000000..f8d63a234c Binary files /dev/null and b/conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o differ diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o.d b/conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o.d new file mode 100644 index 0000000000..f09b32cc81 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o.d @@ -0,0 +1,101 @@ +conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o: \ + /Users/jesperolsen/development/C/conversions/infix_to_postfix2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/link.txt b/conversions/CMakeFiles/infix_to_postfix2.dir/link.txt new file mode 100644 index 0000000000..33b3995b7d --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o -o infix_to_postfix2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/infix_to_postfix2.dir/progress.make b/conversions/CMakeFiles/infix_to_postfix2.dir/progress.make new file mode 100644 index 0000000000..72822cee99 --- /dev/null +++ b/conversions/CMakeFiles/infix_to_postfix2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 33 +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/int_to_string.dir/DependInfo.cmake b/conversions/CMakeFiles/int_to_string.dir/DependInfo.cmake new file mode 100644 index 0000000000..a49a92072b --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/int_to_string.c" "conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o" "gcc" "conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/int_to_string.dir/build.make b/conversions/CMakeFiles/int_to_string.dir/build.make new file mode 100644 index 0000000000..f144e54f8d --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/int_to_string.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/int_to_string.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/int_to_string.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/int_to_string.dir/flags.make + +conversions/CMakeFiles/int_to_string.dir/codegen: +.PHONY : conversions/CMakeFiles/int_to_string.dir/codegen + +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o: conversions/CMakeFiles/int_to_string.dir/flags.make +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o: conversions/int_to_string.c +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o: conversions/CMakeFiles/int_to_string.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o -MF CMakeFiles/int_to_string.dir/int_to_string.c.o.d -o CMakeFiles/int_to_string.dir/int_to_string.c.o -c /Users/jesperolsen/development/C/conversions/int_to_string.c + +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/int_to_string.dir/int_to_string.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/int_to_string.c > CMakeFiles/int_to_string.dir/int_to_string.c.i + +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/int_to_string.dir/int_to_string.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/int_to_string.c -o CMakeFiles/int_to_string.dir/int_to_string.c.s + +# Object files for target int_to_string +int_to_string_OBJECTS = \ +"CMakeFiles/int_to_string.dir/int_to_string.c.o" + +# External object files for target int_to_string +int_to_string_EXTERNAL_OBJECTS = + +conversions/int_to_string: conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o +conversions/int_to_string: conversions/CMakeFiles/int_to_string.dir/build.make +conversions/int_to_string: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/int_to_string: conversions/CMakeFiles/int_to_string.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable int_to_string" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/int_to_string.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/int_to_string.dir/build: conversions/int_to_string +.PHONY : conversions/CMakeFiles/int_to_string.dir/build + +conversions/CMakeFiles/int_to_string.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/int_to_string.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/int_to_string.dir/clean + +conversions/CMakeFiles/int_to_string.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/int_to_string.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/int_to_string.dir/depend + diff --git a/conversions/CMakeFiles/int_to_string.dir/cmake_clean.cmake b/conversions/CMakeFiles/int_to_string.dir/cmake_clean.cmake new file mode 100644 index 0000000000..17a3f71916 --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/int_to_string.dir/int_to_string.c.o" + "CMakeFiles/int_to_string.dir/int_to_string.c.o.d" + "int_to_string" + "int_to_string.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/int_to_string.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/int_to_string.dir/compiler_depend.internal b/conversions/CMakeFiles/int_to_string.dir/compiler_depend.internal new file mode 100644 index 0000000000..bd68644d78 --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/compiler_depend.internal @@ -0,0 +1,109 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o + /Users/jesperolsen/development/C/conversions/int_to_string.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/conversions/CMakeFiles/int_to_string.dir/compiler_depend.make b/conversions/CMakeFiles/int_to_string.dir/compiler_depend.make new file mode 100644 index 0000000000..7190cc4ae0 --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/compiler_depend.make @@ -0,0 +1,316 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o: conversions/int_to_string.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +conversions/int_to_string.c: diff --git a/conversions/CMakeFiles/int_to_string.dir/compiler_depend.ts b/conversions/CMakeFiles/int_to_string.dir/compiler_depend.ts new file mode 100644 index 0000000000..19cc05da97 --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for int_to_string. diff --git a/conversions/CMakeFiles/int_to_string.dir/depend.make b/conversions/CMakeFiles/int_to_string.dir/depend.make new file mode 100644 index 0000000000..4e72b9365d --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for int_to_string. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/int_to_string.dir/flags.make b/conversions/CMakeFiles/int_to_string.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o b/conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o new file mode 100644 index 0000000000..3109e11a63 Binary files /dev/null and b/conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o differ diff --git a/conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o.d b/conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o.d new file mode 100644 index 0000000000..6cccf1d2b1 --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o.d @@ -0,0 +1,105 @@ +conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o: \ + /Users/jesperolsen/development/C/conversions/int_to_string.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/conversions/CMakeFiles/int_to_string.dir/link.txt b/conversions/CMakeFiles/int_to_string.dir/link.txt new file mode 100644 index 0000000000..6b4c5dbaf6 --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/int_to_string.dir/int_to_string.c.o -o int_to_string /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/int_to_string.dir/progress.make b/conversions/CMakeFiles/int_to_string.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/int_to_string.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/octal_to_binary.dir/DependInfo.cmake b/conversions/CMakeFiles/octal_to_binary.dir/DependInfo.cmake new file mode 100644 index 0000000000..6eb85684bf --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/octal_to_binary.c" "conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o" "gcc" "conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/octal_to_binary.dir/build.make b/conversions/CMakeFiles/octal_to_binary.dir/build.make new file mode 100644 index 0000000000..42f6b08c32 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/octal_to_binary.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/octal_to_binary.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/octal_to_binary.dir/flags.make + +conversions/CMakeFiles/octal_to_binary.dir/codegen: +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/codegen + +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o: conversions/CMakeFiles/octal_to_binary.dir/flags.make +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o: conversions/octal_to_binary.c +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o: conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o -MF CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o.d -o CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o -c /Users/jesperolsen/development/C/conversions/octal_to_binary.c + +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/octal_to_binary.dir/octal_to_binary.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/octal_to_binary.c > CMakeFiles/octal_to_binary.dir/octal_to_binary.c.i + +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/octal_to_binary.dir/octal_to_binary.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/octal_to_binary.c -o CMakeFiles/octal_to_binary.dir/octal_to_binary.c.s + +# Object files for target octal_to_binary +octal_to_binary_OBJECTS = \ +"CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o" + +# External object files for target octal_to_binary +octal_to_binary_EXTERNAL_OBJECTS = + +conversions/octal_to_binary: conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o +conversions/octal_to_binary: conversions/CMakeFiles/octal_to_binary.dir/build.make +conversions/octal_to_binary: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/octal_to_binary: conversions/CMakeFiles/octal_to_binary.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable octal_to_binary" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/octal_to_binary.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/octal_to_binary.dir/build: conversions/octal_to_binary +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/build + +conversions/CMakeFiles/octal_to_binary.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/octal_to_binary.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/clean + +conversions/CMakeFiles/octal_to_binary.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_binary.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/depend + diff --git a/conversions/CMakeFiles/octal_to_binary.dir/cmake_clean.cmake b/conversions/CMakeFiles/octal_to_binary.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c78117884e --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o" + "CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o.d" + "octal_to_binary" + "octal_to_binary.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/octal_to_binary.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.internal b/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.internal new file mode 100644 index 0000000000..ff57c8a2bd --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o + /Users/jesperolsen/development/C/conversions/octal_to_binary.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.make b/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.make new file mode 100644 index 0000000000..d19f5c705e --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o: conversions/octal_to_binary.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +conversions/octal_to_binary.c: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.ts b/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.ts new file mode 100644 index 0000000000..a02b88e051 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for octal_to_binary. diff --git a/conversions/CMakeFiles/octal_to_binary.dir/depend.make b/conversions/CMakeFiles/octal_to_binary.dir/depend.make new file mode 100644 index 0000000000..53955a0b38 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for octal_to_binary. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/octal_to_binary.dir/flags.make b/conversions/CMakeFiles/octal_to_binary.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/octal_to_binary.dir/link.txt b/conversions/CMakeFiles/octal_to_binary.dir/link.txt new file mode 100644 index 0000000000..4b6d72e311 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o -o octal_to_binary /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o b/conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o new file mode 100644 index 0000000000..8331cfa5be Binary files /dev/null and b/conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o differ diff --git a/conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o.d b/conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o.d new file mode 100644 index 0000000000..5601ab171e --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o.d @@ -0,0 +1,42 @@ +conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o: \ + /Users/jesperolsen/development/C/conversions/octal_to_binary.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/octal_to_binary.dir/progress.make b/conversions/CMakeFiles/octal_to_binary.dir/progress.make new file mode 100644 index 0000000000..cc669c1224 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_binary.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 50 + diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/DependInfo.cmake b/conversions/CMakeFiles/octal_to_decimal.dir/DependInfo.cmake new file mode 100644 index 0000000000..932b1d26a6 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/octal_to_decimal.c" "conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o" "gcc" "conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/build.make b/conversions/CMakeFiles/octal_to_decimal.dir/build.make new file mode 100644 index 0000000000..6affa3038e --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/octal_to_decimal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/octal_to_decimal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/octal_to_decimal.dir/flags.make + +conversions/CMakeFiles/octal_to_decimal.dir/codegen: +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/codegen + +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o: conversions/CMakeFiles/octal_to_decimal.dir/flags.make +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o: conversions/octal_to_decimal.c +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o: conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o -MF CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o.d -o CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o -c /Users/jesperolsen/development/C/conversions/octal_to_decimal.c + +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/octal_to_decimal.c > CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.i + +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/octal_to_decimal.c -o CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.s + +# Object files for target octal_to_decimal +octal_to_decimal_OBJECTS = \ +"CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o" + +# External object files for target octal_to_decimal +octal_to_decimal_EXTERNAL_OBJECTS = + +conversions/octal_to_decimal: conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o +conversions/octal_to_decimal: conversions/CMakeFiles/octal_to_decimal.dir/build.make +conversions/octal_to_decimal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/octal_to_decimal: conversions/CMakeFiles/octal_to_decimal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable octal_to_decimal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/octal_to_decimal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/octal_to_decimal.dir/build: conversions/octal_to_decimal +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/build + +conversions/CMakeFiles/octal_to_decimal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/octal_to_decimal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/clean + +conversions/CMakeFiles/octal_to_decimal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_decimal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/depend + diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/cmake_clean.cmake b/conversions/CMakeFiles/octal_to_decimal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..de37b50581 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o" + "CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o.d" + "octal_to_decimal" + "octal_to_decimal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/octal_to_decimal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.internal b/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.internal new file mode 100644 index 0000000000..cf5aa5ab10 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o + /Users/jesperolsen/development/C/conversions/octal_to_decimal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.make b/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.make new file mode 100644 index 0000000000..26db70269d --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o: conversions/octal_to_decimal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +conversions/octal_to_decimal.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.ts b/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.ts new file mode 100644 index 0000000000..fcd776398e --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for octal_to_decimal. diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/depend.make b/conversions/CMakeFiles/octal_to_decimal.dir/depend.make new file mode 100644 index 0000000000..9d1bea4993 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for octal_to_decimal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/flags.make b/conversions/CMakeFiles/octal_to_decimal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/link.txt b/conversions/CMakeFiles/octal_to_decimal.dir/link.txt new file mode 100644 index 0000000000..4d49c6fc4f --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o -o octal_to_decimal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o b/conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o new file mode 100644 index 0000000000..860a9ad403 Binary files /dev/null and b/conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o differ diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o.d b/conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o.d new file mode 100644 index 0000000000..0228b9b483 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o.d @@ -0,0 +1,42 @@ +conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o: \ + /Users/jesperolsen/development/C/conversions/octal_to_decimal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/CMakeFiles/octal_to_decimal.dir/progress.make b/conversions/CMakeFiles/octal_to_decimal.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_decimal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/DependInfo.cmake b/conversions/CMakeFiles/octal_to_hexadecimal.dir/DependInfo.cmake new file mode 100644 index 0000000000..a37fc7c2fc --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/octal_to_hexadecimal.c" "conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o" "gcc" "conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make b/conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make new file mode 100644 index 0000000000..ccf9c75211 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/octal_to_hexadecimal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/octal_to_hexadecimal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/octal_to_hexadecimal.dir/flags.make + +conversions/CMakeFiles/octal_to_hexadecimal.dir/codegen: +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/codegen + +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o: conversions/CMakeFiles/octal_to_hexadecimal.dir/flags.make +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o: conversions/octal_to_hexadecimal.c +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o: conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o -MF CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o.d -o CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o -c /Users/jesperolsen/development/C/conversions/octal_to_hexadecimal.c + +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/octal_to_hexadecimal.c > CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.i + +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/octal_to_hexadecimal.c -o CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.s + +# Object files for target octal_to_hexadecimal +octal_to_hexadecimal_OBJECTS = \ +"CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o" + +# External object files for target octal_to_hexadecimal +octal_to_hexadecimal_EXTERNAL_OBJECTS = + +conversions/octal_to_hexadecimal: conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o +conversions/octal_to_hexadecimal: conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make +conversions/octal_to_hexadecimal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/octal_to_hexadecimal: conversions/CMakeFiles/octal_to_hexadecimal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable octal_to_hexadecimal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/octal_to_hexadecimal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/octal_to_hexadecimal.dir/build: conversions/octal_to_hexadecimal +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/build + +conversions/CMakeFiles/octal_to_hexadecimal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/octal_to_hexadecimal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/clean + +conversions/CMakeFiles/octal_to_hexadecimal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_hexadecimal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/depend + diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/cmake_clean.cmake b/conversions/CMakeFiles/octal_to_hexadecimal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..24d53ec7fe --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o" + "CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o.d" + "octal_to_hexadecimal" + "octal_to_hexadecimal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/octal_to_hexadecimal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.internal b/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.internal new file mode 100644 index 0000000000..d460c0f0e5 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.internal @@ -0,0 +1,102 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o + /Users/jesperolsen/development/C/conversions/octal_to_hexadecimal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.make b/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.make new file mode 100644 index 0000000000..4b4b276b3a --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.make @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o: conversions/octal_to_hexadecimal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +conversions/octal_to_hexadecimal.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.ts b/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.ts new file mode 100644 index 0000000000..a324d90d58 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for octal_to_hexadecimal. diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/depend.make b/conversions/CMakeFiles/octal_to_hexadecimal.dir/depend.make new file mode 100644 index 0000000000..0af07ed240 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for octal_to_hexadecimal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/flags.make b/conversions/CMakeFiles/octal_to_hexadecimal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/link.txt b/conversions/CMakeFiles/octal_to_hexadecimal.dir/link.txt new file mode 100644 index 0000000000..372090d378 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o -o octal_to_hexadecimal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o b/conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o new file mode 100644 index 0000000000..aafd58800c Binary files /dev/null and b/conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o differ diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o.d b/conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o.d new file mode 100644 index 0000000000..69acf295e2 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o.d @@ -0,0 +1,98 @@ +conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o: \ + /Users/jesperolsen/development/C/conversions/octal_to_hexadecimal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/conversions/CMakeFiles/octal_to_hexadecimal.dir/progress.make b/conversions/CMakeFiles/octal_to_hexadecimal.dir/progress.make new file mode 100644 index 0000000000..9fc8bfe236 --- /dev/null +++ b/conversions/CMakeFiles/octal_to_hexadecimal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 51 + diff --git a/conversions/CMakeFiles/progress.marks b/conversions/CMakeFiles/progress.marks new file mode 100644 index 0000000000..f599e28b8a --- /dev/null +++ b/conversions/CMakeFiles/progress.marks @@ -0,0 +1 @@ +10 diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/DependInfo.cmake b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/DependInfo.cmake new file mode 100644 index 0000000000..4fe12db0c7 --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/roman_numerals_to_decimal.c" "conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o" "gcc" "conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make new file mode 100644 index 0000000000..a245a4f6b3 --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/roman_numerals_to_decimal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/roman_numerals_to_decimal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/roman_numerals_to_decimal.dir/flags.make + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/codegen: +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/codegen + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o: conversions/CMakeFiles/roman_numerals_to_decimal.dir/flags.make +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o: conversions/roman_numerals_to_decimal.c +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o: conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o -MF CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o.d -o CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o -c /Users/jesperolsen/development/C/conversions/roman_numerals_to_decimal.c + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/roman_numerals_to_decimal.c > CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.i + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/roman_numerals_to_decimal.c -o CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.s + +# Object files for target roman_numerals_to_decimal +roman_numerals_to_decimal_OBJECTS = \ +"CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o" + +# External object files for target roman_numerals_to_decimal +roman_numerals_to_decimal_EXTERNAL_OBJECTS = + +conversions/roman_numerals_to_decimal: conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o +conversions/roman_numerals_to_decimal: conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make +conversions/roman_numerals_to_decimal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/roman_numerals_to_decimal: conversions/CMakeFiles/roman_numerals_to_decimal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable roman_numerals_to_decimal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/roman_numerals_to_decimal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/roman_numerals_to_decimal.dir/build: conversions/roman_numerals_to_decimal +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/build + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/roman_numerals_to_decimal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/clean + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/roman_numerals_to_decimal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/depend + diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/cmake_clean.cmake b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9f9da886e4 --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o" + "CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o.d" + "roman_numerals_to_decimal" + "roman_numerals_to_decimal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/roman_numerals_to_decimal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.internal b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.internal new file mode 100644 index 0000000000..2fea7d539c --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.internal @@ -0,0 +1,55 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o + /Users/jesperolsen/development/C/conversions/roman_numerals_to_decimal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.make b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.make new file mode 100644 index 0000000000..26ebc5e8b4 --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.make @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o: conversions/roman_numerals_to_decimal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +conversions/roman_numerals_to_decimal.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.ts b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.ts new file mode 100644 index 0000000000..0449bd78db --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for roman_numerals_to_decimal. diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/depend.make b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/depend.make new file mode 100644 index 0000000000..22863a22c5 --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for roman_numerals_to_decimal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/flags.make b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/link.txt b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/link.txt new file mode 100644 index 0000000000..fbbef94d9a --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o -o roman_numerals_to_decimal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/progress.make b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/progress.make new file mode 100644 index 0000000000..6a860595a4 --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 83 +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o new file mode 100644 index 0000000000..5d65398a5c Binary files /dev/null and b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o differ diff --git a/conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o.d b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o.d new file mode 100644 index 0000000000..5a489e444c --- /dev/null +++ b/conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o.d @@ -0,0 +1,51 @@ +conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o: \ + /Users/jesperolsen/development/C/conversions/roman_numerals_to_decimal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/conversions/CMakeFiles/to_decimal.dir/DependInfo.cmake b/conversions/CMakeFiles/to_decimal.dir/DependInfo.cmake new file mode 100644 index 0000000000..5ae441a3be --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/conversions/to_decimal.c" "conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o" "gcc" "conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/conversions/CMakeFiles/to_decimal.dir/build.make b/conversions/CMakeFiles/to_decimal.dir/build.make new file mode 100644 index 0000000000..acffca6c11 --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include conversions/CMakeFiles/to_decimal.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include conversions/CMakeFiles/to_decimal.dir/compiler_depend.make + +# Include the progress variables for this target. +include conversions/CMakeFiles/to_decimal.dir/progress.make + +# Include the compile flags for this target's objects. +include conversions/CMakeFiles/to_decimal.dir/flags.make + +conversions/CMakeFiles/to_decimal.dir/codegen: +.PHONY : conversions/CMakeFiles/to_decimal.dir/codegen + +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o: conversions/CMakeFiles/to_decimal.dir/flags.make +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o: conversions/to_decimal.c +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o: conversions/CMakeFiles/to_decimal.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o -MF CMakeFiles/to_decimal.dir/to_decimal.c.o.d -o CMakeFiles/to_decimal.dir/to_decimal.c.o -c /Users/jesperolsen/development/C/conversions/to_decimal.c + +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/to_decimal.dir/to_decimal.c.i" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/conversions/to_decimal.c > CMakeFiles/to_decimal.dir/to_decimal.c.i + +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/to_decimal.dir/to_decimal.c.s" + cd /Users/jesperolsen/development/C/conversions && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/conversions/to_decimal.c -o CMakeFiles/to_decimal.dir/to_decimal.c.s + +# Object files for target to_decimal +to_decimal_OBJECTS = \ +"CMakeFiles/to_decimal.dir/to_decimal.c.o" + +# External object files for target to_decimal +to_decimal_EXTERNAL_OBJECTS = + +conversions/to_decimal: conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o +conversions/to_decimal: conversions/CMakeFiles/to_decimal.dir/build.make +conversions/to_decimal: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +conversions/to_decimal: conversions/CMakeFiles/to_decimal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable to_decimal" + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/to_decimal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +conversions/CMakeFiles/to_decimal.dir/build: conversions/to_decimal +.PHONY : conversions/CMakeFiles/to_decimal.dir/build + +conversions/CMakeFiles/to_decimal.dir/clean: + cd /Users/jesperolsen/development/C/conversions && $(CMAKE_COMMAND) -P CMakeFiles/to_decimal.dir/cmake_clean.cmake +.PHONY : conversions/CMakeFiles/to_decimal.dir/clean + +conversions/CMakeFiles/to_decimal.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C /Users/jesperolsen/development/C/conversions /Users/jesperolsen/development/C/conversions/CMakeFiles/to_decimal.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : conversions/CMakeFiles/to_decimal.dir/depend + diff --git a/conversions/CMakeFiles/to_decimal.dir/cmake_clean.cmake b/conversions/CMakeFiles/to_decimal.dir/cmake_clean.cmake new file mode 100644 index 0000000000..77a57e77da --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/to_decimal.dir/to_decimal.c.o" + "CMakeFiles/to_decimal.dir/to_decimal.c.o.d" + "to_decimal" + "to_decimal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/to_decimal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/conversions/CMakeFiles/to_decimal.dir/compiler_depend.internal b/conversions/CMakeFiles/to_decimal.dir/compiler_depend.internal new file mode 100644 index 0000000000..89b622fc4e --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/compiler_depend.internal @@ -0,0 +1,52 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o + /Users/jesperolsen/development/C/conversions/to_decimal.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/conversions/CMakeFiles/to_decimal.dir/compiler_depend.make b/conversions/CMakeFiles/to_decimal.dir/compiler_depend.make new file mode 100644 index 0000000000..81980a5bf1 --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/compiler_depend.make @@ -0,0 +1,145 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o: conversions/to_decimal.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h: + +conversions/to_decimal.c: diff --git a/conversions/CMakeFiles/to_decimal.dir/compiler_depend.ts b/conversions/CMakeFiles/to_decimal.dir/compiler_depend.ts new file mode 100644 index 0000000000..9f3d4f30b6 --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for to_decimal. diff --git a/conversions/CMakeFiles/to_decimal.dir/depend.make b/conversions/CMakeFiles/to_decimal.dir/depend.make new file mode 100644 index 0000000000..11a72d9769 --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for to_decimal. +# This may be replaced when dependencies are built. diff --git a/conversions/CMakeFiles/to_decimal.dir/flags.make b/conversions/CMakeFiles/to_decimal.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/conversions/CMakeFiles/to_decimal.dir/link.txt b/conversions/CMakeFiles/to_decimal.dir/link.txt new file mode 100644 index 0000000000..3f55c36fdd --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/to_decimal.dir/to_decimal.c.o -o to_decimal /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/conversions/CMakeFiles/to_decimal.dir/progress.make b/conversions/CMakeFiles/to_decimal.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o b/conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o new file mode 100644 index 0000000000..500e4a47c3 Binary files /dev/null and b/conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o differ diff --git a/conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o.d b/conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o.d new file mode 100644 index 0000000000..5f58aaad58 --- /dev/null +++ b/conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o.d @@ -0,0 +1,48 @@ +conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o: \ + /Users/jesperolsen/development/C/conversions/to_decimal.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/conversions/Makefile b/conversions/Makefile new file mode 100644 index 0000000000..4ec71061e0 --- /dev/null +++ b/conversions/Makefile @@ -0,0 +1,1093 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/conversions//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +conversions/CMakeFiles/binary_to_decimal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/binary_to_decimal.dir/rule +.PHONY : conversions/CMakeFiles/binary_to_decimal.dir/rule + +# Convenience name for target. +binary_to_decimal: conversions/CMakeFiles/binary_to_decimal.dir/rule +.PHONY : binary_to_decimal + +# fast build rule for target. +binary_to_decimal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/build +.PHONY : binary_to_decimal/fast + +# Convenience name for target. +conversions/CMakeFiles/binary_to_hexadecimal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/binary_to_hexadecimal.dir/rule +.PHONY : conversions/CMakeFiles/binary_to_hexadecimal.dir/rule + +# Convenience name for target. +binary_to_hexadecimal: conversions/CMakeFiles/binary_to_hexadecimal.dir/rule +.PHONY : binary_to_hexadecimal + +# fast build rule for target. +binary_to_hexadecimal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/build +.PHONY : binary_to_hexadecimal/fast + +# Convenience name for target. +conversions/CMakeFiles/binary_to_octal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/binary_to_octal.dir/rule +.PHONY : conversions/CMakeFiles/binary_to_octal.dir/rule + +# Convenience name for target. +binary_to_octal: conversions/CMakeFiles/binary_to_octal.dir/rule +.PHONY : binary_to_octal + +# fast build rule for target. +binary_to_octal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/build +.PHONY : binary_to_octal/fast + +# Convenience name for target. +conversions/CMakeFiles/c_atoi_str_to_integer.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/c_atoi_str_to_integer.dir/rule +.PHONY : conversions/CMakeFiles/c_atoi_str_to_integer.dir/rule + +# Convenience name for target. +c_atoi_str_to_integer: conversions/CMakeFiles/c_atoi_str_to_integer.dir/rule +.PHONY : c_atoi_str_to_integer + +# fast build rule for target. +c_atoi_str_to_integer/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/build +.PHONY : c_atoi_str_to_integer/fast + +# Convenience name for target. +conversions/CMakeFiles/celsius_to_fahrenheit.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/celsius_to_fahrenheit.dir/rule +.PHONY : conversions/CMakeFiles/celsius_to_fahrenheit.dir/rule + +# Convenience name for target. +celsius_to_fahrenheit: conversions/CMakeFiles/celsius_to_fahrenheit.dir/rule +.PHONY : celsius_to_fahrenheit + +# fast build rule for target. +celsius_to_fahrenheit/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/build +.PHONY : celsius_to_fahrenheit/fast + +# Convenience name for target. +conversions/CMakeFiles/decimal_to_any_base.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_any_base.dir/rule +.PHONY : conversions/CMakeFiles/decimal_to_any_base.dir/rule + +# Convenience name for target. +decimal_to_any_base: conversions/CMakeFiles/decimal_to_any_base.dir/rule +.PHONY : decimal_to_any_base + +# fast build rule for target. +decimal_to_any_base/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/build +.PHONY : decimal_to_any_base/fast + +# Convenience name for target. +conversions/CMakeFiles/decimal_to_binary.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_binary.dir/rule +.PHONY : conversions/CMakeFiles/decimal_to_binary.dir/rule + +# Convenience name for target. +decimal_to_binary: conversions/CMakeFiles/decimal_to_binary.dir/rule +.PHONY : decimal_to_binary + +# fast build rule for target. +decimal_to_binary/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/build +.PHONY : decimal_to_binary/fast + +# Convenience name for target. +conversions/CMakeFiles/decimal_to_binary_recursion.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_binary_recursion.dir/rule +.PHONY : conversions/CMakeFiles/decimal_to_binary_recursion.dir/rule + +# Convenience name for target. +decimal_to_binary_recursion: conversions/CMakeFiles/decimal_to_binary_recursion.dir/rule +.PHONY : decimal_to_binary_recursion + +# fast build rule for target. +decimal_to_binary_recursion/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/build +.PHONY : decimal_to_binary_recursion/fast + +# Convenience name for target. +conversions/CMakeFiles/decimal_to_hexa.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_hexa.dir/rule +.PHONY : conversions/CMakeFiles/decimal_to_hexa.dir/rule + +# Convenience name for target. +decimal_to_hexa: conversions/CMakeFiles/decimal_to_hexa.dir/rule +.PHONY : decimal_to_hexa + +# fast build rule for target. +decimal_to_hexa/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/build +.PHONY : decimal_to_hexa/fast + +# Convenience name for target. +conversions/CMakeFiles/decimal_to_octal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_octal.dir/rule +.PHONY : conversions/CMakeFiles/decimal_to_octal.dir/rule + +# Convenience name for target. +decimal_to_octal: conversions/CMakeFiles/decimal_to_octal.dir/rule +.PHONY : decimal_to_octal + +# fast build rule for target. +decimal_to_octal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/build +.PHONY : decimal_to_octal/fast + +# Convenience name for target. +conversions/CMakeFiles/decimal_to_octal_recursion.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/decimal_to_octal_recursion.dir/rule +.PHONY : conversions/CMakeFiles/decimal_to_octal_recursion.dir/rule + +# Convenience name for target. +decimal_to_octal_recursion: conversions/CMakeFiles/decimal_to_octal_recursion.dir/rule +.PHONY : decimal_to_octal_recursion + +# fast build rule for target. +decimal_to_octal_recursion/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/build +.PHONY : decimal_to_octal_recursion/fast + +# Convenience name for target. +conversions/CMakeFiles/hexadecimal_to_octal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/hexadecimal_to_octal.dir/rule +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal.dir/rule + +# Convenience name for target. +hexadecimal_to_octal: conversions/CMakeFiles/hexadecimal_to_octal.dir/rule +.PHONY : hexadecimal_to_octal + +# fast build rule for target. +hexadecimal_to_octal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/build +.PHONY : hexadecimal_to_octal/fast + +# Convenience name for target. +conversions/CMakeFiles/hexadecimal_to_octal2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/hexadecimal_to_octal2.dir/rule +.PHONY : conversions/CMakeFiles/hexadecimal_to_octal2.dir/rule + +# Convenience name for target. +hexadecimal_to_octal2: conversions/CMakeFiles/hexadecimal_to_octal2.dir/rule +.PHONY : hexadecimal_to_octal2 + +# fast build rule for target. +hexadecimal_to_octal2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/build +.PHONY : hexadecimal_to_octal2/fast + +# Convenience name for target. +conversions/CMakeFiles/infix_to_postfix.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/infix_to_postfix.dir/rule +.PHONY : conversions/CMakeFiles/infix_to_postfix.dir/rule + +# Convenience name for target. +infix_to_postfix: conversions/CMakeFiles/infix_to_postfix.dir/rule +.PHONY : infix_to_postfix + +# fast build rule for target. +infix_to_postfix/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/build +.PHONY : infix_to_postfix/fast + +# Convenience name for target. +conversions/CMakeFiles/infix_to_postfix2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/infix_to_postfix2.dir/rule +.PHONY : conversions/CMakeFiles/infix_to_postfix2.dir/rule + +# Convenience name for target. +infix_to_postfix2: conversions/CMakeFiles/infix_to_postfix2.dir/rule +.PHONY : infix_to_postfix2 + +# fast build rule for target. +infix_to_postfix2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/build +.PHONY : infix_to_postfix2/fast + +# Convenience name for target. +conversions/CMakeFiles/int_to_string.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/int_to_string.dir/rule +.PHONY : conversions/CMakeFiles/int_to_string.dir/rule + +# Convenience name for target. +int_to_string: conversions/CMakeFiles/int_to_string.dir/rule +.PHONY : int_to_string + +# fast build rule for target. +int_to_string/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/build +.PHONY : int_to_string/fast + +# Convenience name for target. +conversions/CMakeFiles/octal_to_binary.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/octal_to_binary.dir/rule +.PHONY : conversions/CMakeFiles/octal_to_binary.dir/rule + +# Convenience name for target. +octal_to_binary: conversions/CMakeFiles/octal_to_binary.dir/rule +.PHONY : octal_to_binary + +# fast build rule for target. +octal_to_binary/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/build +.PHONY : octal_to_binary/fast + +# Convenience name for target. +conversions/CMakeFiles/octal_to_decimal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/octal_to_decimal.dir/rule +.PHONY : conversions/CMakeFiles/octal_to_decimal.dir/rule + +# Convenience name for target. +octal_to_decimal: conversions/CMakeFiles/octal_to_decimal.dir/rule +.PHONY : octal_to_decimal + +# fast build rule for target. +octal_to_decimal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/build +.PHONY : octal_to_decimal/fast + +# Convenience name for target. +conversions/CMakeFiles/octal_to_hexadecimal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/octal_to_hexadecimal.dir/rule +.PHONY : conversions/CMakeFiles/octal_to_hexadecimal.dir/rule + +# Convenience name for target. +octal_to_hexadecimal: conversions/CMakeFiles/octal_to_hexadecimal.dir/rule +.PHONY : octal_to_hexadecimal + +# fast build rule for target. +octal_to_hexadecimal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/build +.PHONY : octal_to_hexadecimal/fast + +# Convenience name for target. +conversions/CMakeFiles/roman_numerals_to_decimal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/roman_numerals_to_decimal.dir/rule +.PHONY : conversions/CMakeFiles/roman_numerals_to_decimal.dir/rule + +# Convenience name for target. +roman_numerals_to_decimal: conversions/CMakeFiles/roman_numerals_to_decimal.dir/rule +.PHONY : roman_numerals_to_decimal + +# fast build rule for target. +roman_numerals_to_decimal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/build +.PHONY : roman_numerals_to_decimal/fast + +# Convenience name for target. +conversions/CMakeFiles/to_decimal.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conversions/CMakeFiles/to_decimal.dir/rule +.PHONY : conversions/CMakeFiles/to_decimal.dir/rule + +# Convenience name for target. +to_decimal: conversions/CMakeFiles/to_decimal.dir/rule +.PHONY : to_decimal + +# fast build rule for target. +to_decimal/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/build +.PHONY : to_decimal/fast + +binary_to_decimal.o: binary_to_decimal.c.o +.PHONY : binary_to_decimal.o + +# target to build an object file +binary_to_decimal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.o +.PHONY : binary_to_decimal.c.o + +binary_to_decimal.i: binary_to_decimal.c.i +.PHONY : binary_to_decimal.i + +# target to preprocess a source file +binary_to_decimal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.i +.PHONY : binary_to_decimal.c.i + +binary_to_decimal.s: binary_to_decimal.c.s +.PHONY : binary_to_decimal.s + +# target to generate assembly for a file +binary_to_decimal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_decimal.dir/build.make conversions/CMakeFiles/binary_to_decimal.dir/binary_to_decimal.c.s +.PHONY : binary_to_decimal.c.s + +binary_to_hexadecimal.o: binary_to_hexadecimal.c.o +.PHONY : binary_to_hexadecimal.o + +# target to build an object file +binary_to_hexadecimal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.o +.PHONY : binary_to_hexadecimal.c.o + +binary_to_hexadecimal.i: binary_to_hexadecimal.c.i +.PHONY : binary_to_hexadecimal.i + +# target to preprocess a source file +binary_to_hexadecimal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.i +.PHONY : binary_to_hexadecimal.c.i + +binary_to_hexadecimal.s: binary_to_hexadecimal.c.s +.PHONY : binary_to_hexadecimal.s + +# target to generate assembly for a file +binary_to_hexadecimal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_hexadecimal.dir/build.make conversions/CMakeFiles/binary_to_hexadecimal.dir/binary_to_hexadecimal.c.s +.PHONY : binary_to_hexadecimal.c.s + +binary_to_octal.o: binary_to_octal.c.o +.PHONY : binary_to_octal.o + +# target to build an object file +binary_to_octal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.o +.PHONY : binary_to_octal.c.o + +binary_to_octal.i: binary_to_octal.c.i +.PHONY : binary_to_octal.i + +# target to preprocess a source file +binary_to_octal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.i +.PHONY : binary_to_octal.c.i + +binary_to_octal.s: binary_to_octal.c.s +.PHONY : binary_to_octal.s + +# target to generate assembly for a file +binary_to_octal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/binary_to_octal.dir/build.make conversions/CMakeFiles/binary_to_octal.dir/binary_to_octal.c.s +.PHONY : binary_to_octal.c.s + +c_atoi_str_to_integer.o: c_atoi_str_to_integer.c.o +.PHONY : c_atoi_str_to_integer.o + +# target to build an object file +c_atoi_str_to_integer.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.o +.PHONY : c_atoi_str_to_integer.c.o + +c_atoi_str_to_integer.i: c_atoi_str_to_integer.c.i +.PHONY : c_atoi_str_to_integer.i + +# target to preprocess a source file +c_atoi_str_to_integer.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.i +.PHONY : c_atoi_str_to_integer.c.i + +c_atoi_str_to_integer.s: c_atoi_str_to_integer.c.s +.PHONY : c_atoi_str_to_integer.s + +# target to generate assembly for a file +c_atoi_str_to_integer.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/c_atoi_str_to_integer.dir/build.make conversions/CMakeFiles/c_atoi_str_to_integer.dir/c_atoi_str_to_integer.c.s +.PHONY : c_atoi_str_to_integer.c.s + +celsius_to_fahrenheit.o: celsius_to_fahrenheit.c.o +.PHONY : celsius_to_fahrenheit.o + +# target to build an object file +celsius_to_fahrenheit.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.o +.PHONY : celsius_to_fahrenheit.c.o + +celsius_to_fahrenheit.i: celsius_to_fahrenheit.c.i +.PHONY : celsius_to_fahrenheit.i + +# target to preprocess a source file +celsius_to_fahrenheit.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.i +.PHONY : celsius_to_fahrenheit.c.i + +celsius_to_fahrenheit.s: celsius_to_fahrenheit.c.s +.PHONY : celsius_to_fahrenheit.s + +# target to generate assembly for a file +celsius_to_fahrenheit.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/celsius_to_fahrenheit.dir/build.make conversions/CMakeFiles/celsius_to_fahrenheit.dir/celsius_to_fahrenheit.c.s +.PHONY : celsius_to_fahrenheit.c.s + +decimal_to_any_base.o: decimal_to_any_base.c.o +.PHONY : decimal_to_any_base.o + +# target to build an object file +decimal_to_any_base.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.o +.PHONY : decimal_to_any_base.c.o + +decimal_to_any_base.i: decimal_to_any_base.c.i +.PHONY : decimal_to_any_base.i + +# target to preprocess a source file +decimal_to_any_base.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.i +.PHONY : decimal_to_any_base.c.i + +decimal_to_any_base.s: decimal_to_any_base.c.s +.PHONY : decimal_to_any_base.s + +# target to generate assembly for a file +decimal_to_any_base.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_any_base.dir/build.make conversions/CMakeFiles/decimal_to_any_base.dir/decimal_to_any_base.c.s +.PHONY : decimal_to_any_base.c.s + +decimal_to_binary.o: decimal_to_binary.c.o +.PHONY : decimal_to_binary.o + +# target to build an object file +decimal_to_binary.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.o +.PHONY : decimal_to_binary.c.o + +decimal_to_binary.i: decimal_to_binary.c.i +.PHONY : decimal_to_binary.i + +# target to preprocess a source file +decimal_to_binary.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.i +.PHONY : decimal_to_binary.c.i + +decimal_to_binary.s: decimal_to_binary.c.s +.PHONY : decimal_to_binary.s + +# target to generate assembly for a file +decimal_to_binary.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary.dir/build.make conversions/CMakeFiles/decimal_to_binary.dir/decimal_to_binary.c.s +.PHONY : decimal_to_binary.c.s + +decimal_to_binary_recursion.o: decimal_to_binary_recursion.c.o +.PHONY : decimal_to_binary_recursion.o + +# target to build an object file +decimal_to_binary_recursion.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.o +.PHONY : decimal_to_binary_recursion.c.o + +decimal_to_binary_recursion.i: decimal_to_binary_recursion.c.i +.PHONY : decimal_to_binary_recursion.i + +# target to preprocess a source file +decimal_to_binary_recursion.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.i +.PHONY : decimal_to_binary_recursion.c.i + +decimal_to_binary_recursion.s: decimal_to_binary_recursion.c.s +.PHONY : decimal_to_binary_recursion.s + +# target to generate assembly for a file +decimal_to_binary_recursion.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_binary_recursion.dir/build.make conversions/CMakeFiles/decimal_to_binary_recursion.dir/decimal_to_binary_recursion.c.s +.PHONY : decimal_to_binary_recursion.c.s + +decimal_to_hexa.o: decimal_to_hexa.c.o +.PHONY : decimal_to_hexa.o + +# target to build an object file +decimal_to_hexa.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.o +.PHONY : decimal_to_hexa.c.o + +decimal_to_hexa.i: decimal_to_hexa.c.i +.PHONY : decimal_to_hexa.i + +# target to preprocess a source file +decimal_to_hexa.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.i +.PHONY : decimal_to_hexa.c.i + +decimal_to_hexa.s: decimal_to_hexa.c.s +.PHONY : decimal_to_hexa.s + +# target to generate assembly for a file +decimal_to_hexa.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_hexa.dir/build.make conversions/CMakeFiles/decimal_to_hexa.dir/decimal_to_hexa.c.s +.PHONY : decimal_to_hexa.c.s + +decimal_to_octal.o: decimal_to_octal.c.o +.PHONY : decimal_to_octal.o + +# target to build an object file +decimal_to_octal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.o +.PHONY : decimal_to_octal.c.o + +decimal_to_octal.i: decimal_to_octal.c.i +.PHONY : decimal_to_octal.i + +# target to preprocess a source file +decimal_to_octal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.i +.PHONY : decimal_to_octal.c.i + +decimal_to_octal.s: decimal_to_octal.c.s +.PHONY : decimal_to_octal.s + +# target to generate assembly for a file +decimal_to_octal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal.dir/build.make conversions/CMakeFiles/decimal_to_octal.dir/decimal_to_octal.c.s +.PHONY : decimal_to_octal.c.s + +decimal_to_octal_recursion.o: decimal_to_octal_recursion.c.o +.PHONY : decimal_to_octal_recursion.o + +# target to build an object file +decimal_to_octal_recursion.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.o +.PHONY : decimal_to_octal_recursion.c.o + +decimal_to_octal_recursion.i: decimal_to_octal_recursion.c.i +.PHONY : decimal_to_octal_recursion.i + +# target to preprocess a source file +decimal_to_octal_recursion.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.i +.PHONY : decimal_to_octal_recursion.c.i + +decimal_to_octal_recursion.s: decimal_to_octal_recursion.c.s +.PHONY : decimal_to_octal_recursion.s + +# target to generate assembly for a file +decimal_to_octal_recursion.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/decimal_to_octal_recursion.dir/build.make conversions/CMakeFiles/decimal_to_octal_recursion.dir/decimal_to_octal_recursion.c.s +.PHONY : decimal_to_octal_recursion.c.s + +hexadecimal_to_octal.o: hexadecimal_to_octal.c.o +.PHONY : hexadecimal_to_octal.o + +# target to build an object file +hexadecimal_to_octal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.o +.PHONY : hexadecimal_to_octal.c.o + +hexadecimal_to_octal.i: hexadecimal_to_octal.c.i +.PHONY : hexadecimal_to_octal.i + +# target to preprocess a source file +hexadecimal_to_octal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.i +.PHONY : hexadecimal_to_octal.c.i + +hexadecimal_to_octal.s: hexadecimal_to_octal.c.s +.PHONY : hexadecimal_to_octal.s + +# target to generate assembly for a file +hexadecimal_to_octal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal.dir/hexadecimal_to_octal.c.s +.PHONY : hexadecimal_to_octal.c.s + +hexadecimal_to_octal2.o: hexadecimal_to_octal2.c.o +.PHONY : hexadecimal_to_octal2.o + +# target to build an object file +hexadecimal_to_octal2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.o +.PHONY : hexadecimal_to_octal2.c.o + +hexadecimal_to_octal2.i: hexadecimal_to_octal2.c.i +.PHONY : hexadecimal_to_octal2.i + +# target to preprocess a source file +hexadecimal_to_octal2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.i +.PHONY : hexadecimal_to_octal2.c.i + +hexadecimal_to_octal2.s: hexadecimal_to_octal2.c.s +.PHONY : hexadecimal_to_octal2.s + +# target to generate assembly for a file +hexadecimal_to_octal2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/hexadecimal_to_octal2.dir/build.make conversions/CMakeFiles/hexadecimal_to_octal2.dir/hexadecimal_to_octal2.c.s +.PHONY : hexadecimal_to_octal2.c.s + +infix_to_postfix.o: infix_to_postfix.c.o +.PHONY : infix_to_postfix.o + +# target to build an object file +infix_to_postfix.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.o +.PHONY : infix_to_postfix.c.o + +infix_to_postfix.i: infix_to_postfix.c.i +.PHONY : infix_to_postfix.i + +# target to preprocess a source file +infix_to_postfix.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.i +.PHONY : infix_to_postfix.c.i + +infix_to_postfix.s: infix_to_postfix.c.s +.PHONY : infix_to_postfix.s + +# target to generate assembly for a file +infix_to_postfix.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix.dir/build.make conversions/CMakeFiles/infix_to_postfix.dir/infix_to_postfix.c.s +.PHONY : infix_to_postfix.c.s + +infix_to_postfix2.o: infix_to_postfix2.c.o +.PHONY : infix_to_postfix2.o + +# target to build an object file +infix_to_postfix2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.o +.PHONY : infix_to_postfix2.c.o + +infix_to_postfix2.i: infix_to_postfix2.c.i +.PHONY : infix_to_postfix2.i + +# target to preprocess a source file +infix_to_postfix2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.i +.PHONY : infix_to_postfix2.c.i + +infix_to_postfix2.s: infix_to_postfix2.c.s +.PHONY : infix_to_postfix2.s + +# target to generate assembly for a file +infix_to_postfix2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/infix_to_postfix2.dir/build.make conversions/CMakeFiles/infix_to_postfix2.dir/infix_to_postfix2.c.s +.PHONY : infix_to_postfix2.c.s + +int_to_string.o: int_to_string.c.o +.PHONY : int_to_string.o + +# target to build an object file +int_to_string.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/int_to_string.c.o +.PHONY : int_to_string.c.o + +int_to_string.i: int_to_string.c.i +.PHONY : int_to_string.i + +# target to preprocess a source file +int_to_string.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/int_to_string.c.i +.PHONY : int_to_string.c.i + +int_to_string.s: int_to_string.c.s +.PHONY : int_to_string.s + +# target to generate assembly for a file +int_to_string.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/int_to_string.dir/build.make conversions/CMakeFiles/int_to_string.dir/int_to_string.c.s +.PHONY : int_to_string.c.s + +octal_to_binary.o: octal_to_binary.c.o +.PHONY : octal_to_binary.o + +# target to build an object file +octal_to_binary.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.o +.PHONY : octal_to_binary.c.o + +octal_to_binary.i: octal_to_binary.c.i +.PHONY : octal_to_binary.i + +# target to preprocess a source file +octal_to_binary.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.i +.PHONY : octal_to_binary.c.i + +octal_to_binary.s: octal_to_binary.c.s +.PHONY : octal_to_binary.s + +# target to generate assembly for a file +octal_to_binary.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_binary.dir/build.make conversions/CMakeFiles/octal_to_binary.dir/octal_to_binary.c.s +.PHONY : octal_to_binary.c.s + +octal_to_decimal.o: octal_to_decimal.c.o +.PHONY : octal_to_decimal.o + +# target to build an object file +octal_to_decimal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.o +.PHONY : octal_to_decimal.c.o + +octal_to_decimal.i: octal_to_decimal.c.i +.PHONY : octal_to_decimal.i + +# target to preprocess a source file +octal_to_decimal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.i +.PHONY : octal_to_decimal.c.i + +octal_to_decimal.s: octal_to_decimal.c.s +.PHONY : octal_to_decimal.s + +# target to generate assembly for a file +octal_to_decimal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_decimal.dir/build.make conversions/CMakeFiles/octal_to_decimal.dir/octal_to_decimal.c.s +.PHONY : octal_to_decimal.c.s + +octal_to_hexadecimal.o: octal_to_hexadecimal.c.o +.PHONY : octal_to_hexadecimal.o + +# target to build an object file +octal_to_hexadecimal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.o +.PHONY : octal_to_hexadecimal.c.o + +octal_to_hexadecimal.i: octal_to_hexadecimal.c.i +.PHONY : octal_to_hexadecimal.i + +# target to preprocess a source file +octal_to_hexadecimal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.i +.PHONY : octal_to_hexadecimal.c.i + +octal_to_hexadecimal.s: octal_to_hexadecimal.c.s +.PHONY : octal_to_hexadecimal.s + +# target to generate assembly for a file +octal_to_hexadecimal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/octal_to_hexadecimal.dir/build.make conversions/CMakeFiles/octal_to_hexadecimal.dir/octal_to_hexadecimal.c.s +.PHONY : octal_to_hexadecimal.c.s + +roman_numerals_to_decimal.o: roman_numerals_to_decimal.c.o +.PHONY : roman_numerals_to_decimal.o + +# target to build an object file +roman_numerals_to_decimal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.o +.PHONY : roman_numerals_to_decimal.c.o + +roman_numerals_to_decimal.i: roman_numerals_to_decimal.c.i +.PHONY : roman_numerals_to_decimal.i + +# target to preprocess a source file +roman_numerals_to_decimal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.i +.PHONY : roman_numerals_to_decimal.c.i + +roman_numerals_to_decimal.s: roman_numerals_to_decimal.c.s +.PHONY : roman_numerals_to_decimal.s + +# target to generate assembly for a file +roman_numerals_to_decimal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/roman_numerals_to_decimal.dir/build.make conversions/CMakeFiles/roman_numerals_to_decimal.dir/roman_numerals_to_decimal.c.s +.PHONY : roman_numerals_to_decimal.c.s + +to_decimal.o: to_decimal.c.o +.PHONY : to_decimal.o + +# target to build an object file +to_decimal.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/to_decimal.c.o +.PHONY : to_decimal.c.o + +to_decimal.i: to_decimal.c.i +.PHONY : to_decimal.i + +# target to preprocess a source file +to_decimal.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/to_decimal.c.i +.PHONY : to_decimal.c.i + +to_decimal.s: to_decimal.c.s +.PHONY : to_decimal.s + +# target to generate assembly for a file +to_decimal.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f conversions/CMakeFiles/to_decimal.dir/build.make conversions/CMakeFiles/to_decimal.dir/to_decimal.c.s +.PHONY : to_decimal.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... binary_to_decimal" + @echo "... binary_to_hexadecimal" + @echo "... binary_to_octal" + @echo "... c_atoi_str_to_integer" + @echo "... celsius_to_fahrenheit" + @echo "... decimal_to_any_base" + @echo "... decimal_to_binary" + @echo "... decimal_to_binary_recursion" + @echo "... decimal_to_hexa" + @echo "... decimal_to_octal" + @echo "... decimal_to_octal_recursion" + @echo "... hexadecimal_to_octal" + @echo "... hexadecimal_to_octal2" + @echo "... infix_to_postfix" + @echo "... infix_to_postfix2" + @echo "... int_to_string" + @echo "... octal_to_binary" + @echo "... octal_to_decimal" + @echo "... octal_to_hexadecimal" + @echo "... roman_numerals_to_decimal" + @echo "... to_decimal" + @echo "... binary_to_decimal.o" + @echo "... binary_to_decimal.i" + @echo "... binary_to_decimal.s" + @echo "... binary_to_hexadecimal.o" + @echo "... binary_to_hexadecimal.i" + @echo "... binary_to_hexadecimal.s" + @echo "... binary_to_octal.o" + @echo "... binary_to_octal.i" + @echo "... binary_to_octal.s" + @echo "... c_atoi_str_to_integer.o" + @echo "... c_atoi_str_to_integer.i" + @echo "... c_atoi_str_to_integer.s" + @echo "... celsius_to_fahrenheit.o" + @echo "... celsius_to_fahrenheit.i" + @echo "... celsius_to_fahrenheit.s" + @echo "... decimal_to_any_base.o" + @echo "... decimal_to_any_base.i" + @echo "... decimal_to_any_base.s" + @echo "... decimal_to_binary.o" + @echo "... decimal_to_binary.i" + @echo "... decimal_to_binary.s" + @echo "... decimal_to_binary_recursion.o" + @echo "... decimal_to_binary_recursion.i" + @echo "... decimal_to_binary_recursion.s" + @echo "... decimal_to_hexa.o" + @echo "... decimal_to_hexa.i" + @echo "... decimal_to_hexa.s" + @echo "... decimal_to_octal.o" + @echo "... decimal_to_octal.i" + @echo "... decimal_to_octal.s" + @echo "... decimal_to_octal_recursion.o" + @echo "... decimal_to_octal_recursion.i" + @echo "... decimal_to_octal_recursion.s" + @echo "... hexadecimal_to_octal.o" + @echo "... hexadecimal_to_octal.i" + @echo "... hexadecimal_to_octal.s" + @echo "... hexadecimal_to_octal2.o" + @echo "... hexadecimal_to_octal2.i" + @echo "... hexadecimal_to_octal2.s" + @echo "... infix_to_postfix.o" + @echo "... infix_to_postfix.i" + @echo "... infix_to_postfix.s" + @echo "... infix_to_postfix2.o" + @echo "... infix_to_postfix2.i" + @echo "... infix_to_postfix2.s" + @echo "... int_to_string.o" + @echo "... int_to_string.i" + @echo "... int_to_string.s" + @echo "... octal_to_binary.o" + @echo "... octal_to_binary.i" + @echo "... octal_to_binary.s" + @echo "... octal_to_decimal.o" + @echo "... octal_to_decimal.i" + @echo "... octal_to_decimal.s" + @echo "... octal_to_hexadecimal.o" + @echo "... octal_to_hexadecimal.i" + @echo "... octal_to_hexadecimal.s" + @echo "... roman_numerals_to_decimal.o" + @echo "... roman_numerals_to_decimal.i" + @echo "... roman_numerals_to_decimal.s" + @echo "... to_decimal.o" + @echo "... to_decimal.i" + @echo "... to_decimal.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/conversions/binary_to_decimal b/conversions/binary_to_decimal new file mode 100755 index 0000000000..8c258f58a2 Binary files /dev/null and b/conversions/binary_to_decimal differ diff --git a/conversions/binary_to_hexadecimal b/conversions/binary_to_hexadecimal new file mode 100755 index 0000000000..fd57b43bfd Binary files /dev/null and b/conversions/binary_to_hexadecimal differ diff --git a/conversions/binary_to_octal b/conversions/binary_to_octal new file mode 100755 index 0000000000..26b11adb54 Binary files /dev/null and b/conversions/binary_to_octal differ diff --git a/conversions/c_atoi_str_to_integer b/conversions/c_atoi_str_to_integer new file mode 100755 index 0000000000..307e42e60c Binary files /dev/null and b/conversions/c_atoi_str_to_integer differ diff --git a/conversions/celsius_to_fahrenheit b/conversions/celsius_to_fahrenheit new file mode 100755 index 0000000000..9a90c33a2a Binary files /dev/null and b/conversions/celsius_to_fahrenheit differ diff --git a/conversions/cmake_install.cmake b/conversions/cmake_install.cmake new file mode 100644 index 0000000000..fb071256b6 --- /dev/null +++ b/conversions/cmake_install.cmake @@ -0,0 +1,339 @@ +# Install script for directory: /Users/jesperolsen/development/C/conversions + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/binary_to_decimal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_decimal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_decimal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_decimal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_decimal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/binary_to_hexadecimal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_hexadecimal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_hexadecimal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_hexadecimal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_hexadecimal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/binary_to_octal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_octal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_octal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/binary_to_octal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/binary_to_octal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/c_atoi_str_to_integer") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/c_atoi_str_to_integer" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/c_atoi_str_to_integer") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/c_atoi_str_to_integer") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/c_atoi_str_to_integer.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/celsius_to_fahrenheit") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/celsius_to_fahrenheit" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/celsius_to_fahrenheit") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/celsius_to_fahrenheit") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/celsius_to_fahrenheit.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/decimal_to_any_base") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_any_base" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_any_base") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_any_base") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_any_base.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/decimal_to_binary") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_binary" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_binary") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_binary") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_binary.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/decimal_to_binary_recursion") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_binary_recursion" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_binary_recursion") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_binary_recursion") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_binary_recursion.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/decimal_to_hexa") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_hexa" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_hexa") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_hexa") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_hexa.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/decimal_to_octal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_octal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_octal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_octal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_octal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/decimal_to_octal_recursion") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_octal_recursion" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_octal_recursion") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/decimal_to_octal_recursion") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/decimal_to_octal_recursion.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/hexadecimal_to_octal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/hexadecimal_to_octal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/hexadecimal_to_octal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/hexadecimal_to_octal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/hexadecimal_to_octal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/hexadecimal_to_octal2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/hexadecimal_to_octal2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/hexadecimal_to_octal2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/hexadecimal_to_octal2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/hexadecimal_to_octal2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/infix_to_postfix") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/infix_to_postfix" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/infix_to_postfix") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/infix_to_postfix") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/infix_to_postfix.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/infix_to_postfix2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/infix_to_postfix2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/infix_to_postfix2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/infix_to_postfix2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/infix_to_postfix2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/int_to_string") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/int_to_string" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/int_to_string") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/int_to_string") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/int_to_string.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/octal_to_binary") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_binary" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_binary") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_binary") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_binary.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/octal_to_decimal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_decimal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_decimal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_decimal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_decimal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/octal_to_hexadecimal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_hexadecimal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_hexadecimal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/octal_to_hexadecimal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/octal_to_hexadecimal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/roman_numerals_to_decimal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/roman_numerals_to_decimal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/roman_numerals_to_decimal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/roman_numerals_to_decimal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/roman_numerals_to_decimal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/conversions" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/conversions/to_decimal") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/to_decimal" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/to_decimal") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/conversions/to_decimal") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/conversions/CMakeFiles/to_decimal.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/conversions/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/conversions/decimal_to_any_base b/conversions/decimal_to_any_base new file mode 100755 index 0000000000..b700b8b55e Binary files /dev/null and b/conversions/decimal_to_any_base differ diff --git a/conversions/decimal_to_any_base.c b/conversions/decimal_to_any_base.c index 80c7cead11..9591dc59e2 100644 --- a/conversions/decimal_to_any_base.c +++ b/conversions/decimal_to_any_base.c @@ -108,7 +108,7 @@ static void test() /* max dec*/ reference = "18446744073709551615"; - ret = decimal_to_anybase(18446744073709551615, "0123456789"); + ret = decimal_to_anybase(18446744073709551615ULL, "0123456789"); for (int i = 0; i < strlen(reference) && i < strlen(ret); i++) { assert(ret[i] == reference[i]); } diff --git a/conversions/decimal_to_binary b/conversions/decimal_to_binary new file mode 100755 index 0000000000..1d213bba1d Binary files /dev/null and b/conversions/decimal_to_binary differ diff --git a/conversions/decimal_to_binary_recursion b/conversions/decimal_to_binary_recursion new file mode 100755 index 0000000000..53c16697f2 Binary files /dev/null and b/conversions/decimal_to_binary_recursion differ diff --git a/conversions/decimal_to_hexa b/conversions/decimal_to_hexa new file mode 100755 index 0000000000..b1af863eb2 Binary files /dev/null and b/conversions/decimal_to_hexa differ diff --git a/conversions/decimal_to_octal b/conversions/decimal_to_octal new file mode 100755 index 0000000000..43c5c9f037 Binary files /dev/null and b/conversions/decimal_to_octal differ diff --git a/conversions/decimal_to_octal_recursion b/conversions/decimal_to_octal_recursion new file mode 100755 index 0000000000..608344055f Binary files /dev/null and b/conversions/decimal_to_octal_recursion differ diff --git a/conversions/hexadecimal_to_octal b/conversions/hexadecimal_to_octal new file mode 100755 index 0000000000..33611d8556 Binary files /dev/null and b/conversions/hexadecimal_to_octal differ diff --git a/conversions/hexadecimal_to_octal2 b/conversions/hexadecimal_to_octal2 new file mode 100755 index 0000000000..4d937acdff Binary files /dev/null and b/conversions/hexadecimal_to_octal2 differ diff --git a/conversions/infix_to_postfix b/conversions/infix_to_postfix new file mode 100755 index 0000000000..03ee47873e Binary files /dev/null and b/conversions/infix_to_postfix differ diff --git a/conversions/infix_to_postfix2 b/conversions/infix_to_postfix2 new file mode 100755 index 0000000000..98a5382f8e Binary files /dev/null and b/conversions/infix_to_postfix2 differ diff --git a/conversions/int_to_string b/conversions/int_to_string new file mode 100755 index 0000000000..f75e9f5869 Binary files /dev/null and b/conversions/int_to_string differ diff --git a/conversions/octal_to_binary b/conversions/octal_to_binary new file mode 100755 index 0000000000..0118ee404f Binary files /dev/null and b/conversions/octal_to_binary differ diff --git a/conversions/octal_to_decimal b/conversions/octal_to_decimal new file mode 100755 index 0000000000..8b7586b1b5 Binary files /dev/null and b/conversions/octal_to_decimal differ diff --git a/conversions/octal_to_hexadecimal b/conversions/octal_to_hexadecimal new file mode 100755 index 0000000000..b5facb2ac2 Binary files /dev/null and b/conversions/octal_to_hexadecimal differ diff --git a/conversions/roman_numerals_to_decimal b/conversions/roman_numerals_to_decimal new file mode 100755 index 0000000000..f8e044580b Binary files /dev/null and b/conversions/roman_numerals_to_decimal differ diff --git a/conversions/to_decimal b/conversions/to_decimal new file mode 100755 index 0000000000..32a9ad318d Binary files /dev/null and b/conversions/to_decimal differ diff --git a/developer_tools/CMakeFiles/CMakeDirectoryInformation.cmake b/developer_tools/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/developer_tools/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/DependInfo.cmake b/developer_tools/CMakeFiles/malloc_dbg.dir/DependInfo.cmake new file mode 100644 index 0000000000..93bfc94fb9 --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/developer_tools/malloc_dbg.c" "developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o" "gcc" "developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/build.make b/developer_tools/CMakeFiles/malloc_dbg.dir/build.make new file mode 100644 index 0000000000..3a608c66d3 --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include developer_tools/CMakeFiles/malloc_dbg.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.make + +# Include the progress variables for this target. +include developer_tools/CMakeFiles/malloc_dbg.dir/progress.make + +# Include the compile flags for this target's objects. +include developer_tools/CMakeFiles/malloc_dbg.dir/flags.make + +developer_tools/CMakeFiles/malloc_dbg.dir/codegen: +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/codegen + +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o: developer_tools/CMakeFiles/malloc_dbg.dir/flags.make +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o: developer_tools/malloc_dbg.c +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o: developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o -MF CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o.d -o CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o -c /Users/jesperolsen/development/C/developer_tools/malloc_dbg.c + +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/malloc_dbg.dir/malloc_dbg.c.i" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/developer_tools/malloc_dbg.c > CMakeFiles/malloc_dbg.dir/malloc_dbg.c.i + +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/malloc_dbg.dir/malloc_dbg.c.s" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/developer_tools/malloc_dbg.c -o CMakeFiles/malloc_dbg.dir/malloc_dbg.c.s + +# Object files for target malloc_dbg +malloc_dbg_OBJECTS = \ +"CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o" + +# External object files for target malloc_dbg +malloc_dbg_EXTERNAL_OBJECTS = + +developer_tools/libmalloc_dbg.a: developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o +developer_tools/libmalloc_dbg.a: developer_tools/CMakeFiles/malloc_dbg.dir/build.make +developer_tools/libmalloc_dbg.a: developer_tools/CMakeFiles/malloc_dbg.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libmalloc_dbg.a" + cd /Users/jesperolsen/development/C/developer_tools && $(CMAKE_COMMAND) -P CMakeFiles/malloc_dbg.dir/cmake_clean_target.cmake + cd /Users/jesperolsen/development/C/developer_tools && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/malloc_dbg.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +developer_tools/CMakeFiles/malloc_dbg.dir/build: developer_tools/libmalloc_dbg.a +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/build + +developer_tools/CMakeFiles/malloc_dbg.dir/clean: + cd /Users/jesperolsen/development/C/developer_tools && $(CMAKE_COMMAND) -P CMakeFiles/malloc_dbg.dir/cmake_clean.cmake +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/clean + +developer_tools/CMakeFiles/malloc_dbg.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/developer_tools /Users/jesperolsen/development/C /Users/jesperolsen/development/C/developer_tools /Users/jesperolsen/development/C/developer_tools/CMakeFiles/malloc_dbg.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/depend + diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/cmake_clean.cmake b/developer_tools/CMakeFiles/malloc_dbg.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e4db55ffbb --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o" + "CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o.d" + "libmalloc_dbg.a" + "libmalloc_dbg.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/malloc_dbg.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/cmake_clean_target.cmake b/developer_tools/CMakeFiles/malloc_dbg.dir/cmake_clean_target.cmake new file mode 100644 index 0000000000..f2e6db8345 --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libmalloc_dbg.a" +) diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.internal b/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.internal new file mode 100644 index 0000000000..1be18afb6b --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.internal @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o + /Users/jesperolsen/development/C/developer_tools/malloc_dbg.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Users/jesperolsen/development/C/developer_tools/malloc_dbg.h + diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.make b/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.make new file mode 100644 index 0000000000..31db639c5f --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.make @@ -0,0 +1,286 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o: developer_tools/malloc_dbg.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + developer_tools/malloc_dbg.h + + +developer_tools/malloc_dbg.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +developer_tools/malloc_dbg.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.ts b/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.ts new file mode 100644 index 0000000000..6ac8fae8bc --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for malloc_dbg. diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/depend.make b/developer_tools/CMakeFiles/malloc_dbg.dir/depend.make new file mode 100644 index 0000000000..5bde9c05f0 --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for malloc_dbg. +# This may be replaced when dependencies are built. diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/flags.make b/developer_tools/CMakeFiles/malloc_dbg.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/link.txt b/developer_tools/CMakeFiles/malloc_dbg.dir/link.txt new file mode 100644 index 0000000000..652db422f2 --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libmalloc_dbg.a CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o +/usr/bin/ranlib libmalloc_dbg.a diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o b/developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o new file mode 100644 index 0000000000..256c586917 Binary files /dev/null and b/developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o differ diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o.d b/developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o.d new file mode 100644 index 0000000000..3251e7f8ea --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o.d @@ -0,0 +1,95 @@ +developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o: \ + /Users/jesperolsen/development/C/developer_tools/malloc_dbg.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Users/jesperolsen/development/C/developer_tools/malloc_dbg.h diff --git a/developer_tools/CMakeFiles/malloc_dbg.dir/progress.make b/developer_tools/CMakeFiles/malloc_dbg.dir/progress.make new file mode 100644 index 0000000000..a0338d9e67 --- /dev/null +++ b/developer_tools/CMakeFiles/malloc_dbg.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 43 + diff --git a/developer_tools/CMakeFiles/progress.marks b/developer_tools/CMakeFiles/progress.marks new file mode 100644 index 0000000000..0cfbf08886 --- /dev/null +++ b/developer_tools/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/DependInfo.cmake b/developer_tools/CMakeFiles/test_malloc_dbg.dir/DependInfo.cmake new file mode 100644 index 0000000000..8befe9789b --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/developer_tools/test_malloc_dbg.c" "developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o" "gcc" "developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make b/developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make new file mode 100644 index 0000000000..50aa7a066f --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make @@ -0,0 +1,115 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include developer_tools/CMakeFiles/test_malloc_dbg.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.make + +# Include the progress variables for this target. +include developer_tools/CMakeFiles/test_malloc_dbg.dir/progress.make + +# Include the compile flags for this target's objects. +include developer_tools/CMakeFiles/test_malloc_dbg.dir/flags.make + +developer_tools/CMakeFiles/test_malloc_dbg.dir/codegen: +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/codegen + +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o: developer_tools/CMakeFiles/test_malloc_dbg.dir/flags.make +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o: developer_tools/test_malloc_dbg.c +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o: developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o -MF CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o.d -o CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o -c /Users/jesperolsen/development/C/developer_tools/test_malloc_dbg.c + +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.i" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/developer_tools/test_malloc_dbg.c > CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.i + +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.s" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/developer_tools/test_malloc_dbg.c -o CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.s + +# Object files for target test_malloc_dbg +test_malloc_dbg_OBJECTS = \ +"CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o" + +# External object files for target test_malloc_dbg +test_malloc_dbg_EXTERNAL_OBJECTS = + +developer_tools/test_malloc_dbg: developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o +developer_tools/test_malloc_dbg: developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make +developer_tools/test_malloc_dbg: developer_tools/libmalloc_dbg.a +developer_tools/test_malloc_dbg: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +developer_tools/test_malloc_dbg: developer_tools/CMakeFiles/test_malloc_dbg.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable test_malloc_dbg" + cd /Users/jesperolsen/development/C/developer_tools && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_malloc_dbg.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +developer_tools/CMakeFiles/test_malloc_dbg.dir/build: developer_tools/test_malloc_dbg +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/build + +developer_tools/CMakeFiles/test_malloc_dbg.dir/clean: + cd /Users/jesperolsen/development/C/developer_tools && $(CMAKE_COMMAND) -P CMakeFiles/test_malloc_dbg.dir/cmake_clean.cmake +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/clean + +developer_tools/CMakeFiles/test_malloc_dbg.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/developer_tools /Users/jesperolsen/development/C /Users/jesperolsen/development/C/developer_tools /Users/jesperolsen/development/C/developer_tools/CMakeFiles/test_malloc_dbg.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/depend + diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/cmake_clean.cmake b/developer_tools/CMakeFiles/test_malloc_dbg.dir/cmake_clean.cmake new file mode 100644 index 0000000000..cf3be24772 --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o" + "CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o.d" + "test_malloc_dbg" + "test_malloc_dbg.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/test_malloc_dbg.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.internal b/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.internal new file mode 100644 index 0000000000..f023684550 --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o + /Users/jesperolsen/development/C/developer_tools/test_malloc_dbg.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Users/jesperolsen/development/C/developer_tools/malloc_dbg.h + diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.make b/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.make new file mode 100644 index 0000000000..2f3f78c508 --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o: developer_tools/test_malloc_dbg.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + developer_tools/malloc_dbg.h + + +developer_tools/malloc_dbg.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +developer_tools/test_malloc_dbg.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.ts b/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.ts new file mode 100644 index 0000000000..063a51b515 --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for test_malloc_dbg. diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/depend.make b/developer_tools/CMakeFiles/test_malloc_dbg.dir/depend.make new file mode 100644 index 0000000000..ad1c9b141b --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for test_malloc_dbg. +# This may be replaced when dependencies are built. diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/flags.make b/developer_tools/CMakeFiles/test_malloc_dbg.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/link.txt b/developer_tools/CMakeFiles/test_malloc_dbg.dir/link.txt new file mode 100644 index 0000000000..e4b25e6171 --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o -o test_malloc_dbg libmalloc_dbg.a /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/progress.make b/developer_tools/CMakeFiles/test_malloc_dbg.dir/progress.make new file mode 100644 index 0000000000..c16f3dd4fc --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 95 +CMAKE_PROGRESS_2 = + diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o b/developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o new file mode 100644 index 0000000000..252c4a0654 Binary files /dev/null and b/developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o differ diff --git a/developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o.d b/developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o.d new file mode 100644 index 0000000000..e641677acb --- /dev/null +++ b/developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o.d @@ -0,0 +1,88 @@ +developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o: \ + /Users/jesperolsen/development/C/developer_tools/test_malloc_dbg.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Users/jesperolsen/development/C/developer_tools/malloc_dbg.h diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/DependInfo.cmake b/developer_tools/CMakeFiles/test_min_printf.dir/DependInfo.cmake new file mode 100644 index 0000000000..5998768806 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/developer_tools/test_min_printf.c" "developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o" "gcc" "developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/build.make b/developer_tools/CMakeFiles/test_min_printf.dir/build.make new file mode 100644 index 0000000000..e0a1221b7a --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include developer_tools/CMakeFiles/test_min_printf.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.make + +# Include the progress variables for this target. +include developer_tools/CMakeFiles/test_min_printf.dir/progress.make + +# Include the compile flags for this target's objects. +include developer_tools/CMakeFiles/test_min_printf.dir/flags.make + +developer_tools/CMakeFiles/test_min_printf.dir/codegen: +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/codegen + +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o: developer_tools/CMakeFiles/test_min_printf.dir/flags.make +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o: developer_tools/test_min_printf.c +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o: developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o -MF CMakeFiles/test_min_printf.dir/test_min_printf.c.o.d -o CMakeFiles/test_min_printf.dir/test_min_printf.c.o -c /Users/jesperolsen/development/C/developer_tools/test_min_printf.c + +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/test_min_printf.dir/test_min_printf.c.i" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/developer_tools/test_min_printf.c > CMakeFiles/test_min_printf.dir/test_min_printf.c.i + +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/test_min_printf.dir/test_min_printf.c.s" + cd /Users/jesperolsen/development/C/developer_tools && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/developer_tools/test_min_printf.c -o CMakeFiles/test_min_printf.dir/test_min_printf.c.s + +# Object files for target test_min_printf +test_min_printf_OBJECTS = \ +"CMakeFiles/test_min_printf.dir/test_min_printf.c.o" + +# External object files for target test_min_printf +test_min_printf_EXTERNAL_OBJECTS = + +developer_tools/test_min_printf: developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o +developer_tools/test_min_printf: developer_tools/CMakeFiles/test_min_printf.dir/build.make +developer_tools/test_min_printf: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +developer_tools/test_min_printf: developer_tools/CMakeFiles/test_min_printf.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable test_min_printf" + cd /Users/jesperolsen/development/C/developer_tools && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_min_printf.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +developer_tools/CMakeFiles/test_min_printf.dir/build: developer_tools/test_min_printf +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/build + +developer_tools/CMakeFiles/test_min_printf.dir/clean: + cd /Users/jesperolsen/development/C/developer_tools && $(CMAKE_COMMAND) -P CMakeFiles/test_min_printf.dir/cmake_clean.cmake +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/clean + +developer_tools/CMakeFiles/test_min_printf.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/developer_tools /Users/jesperolsen/development/C /Users/jesperolsen/development/C/developer_tools /Users/jesperolsen/development/C/developer_tools/CMakeFiles/test_min_printf.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/depend + diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/cmake_clean.cmake b/developer_tools/CMakeFiles/test_min_printf.dir/cmake_clean.cmake new file mode 100644 index 0000000000..88c3940dd3 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/test_min_printf.dir/test_min_printf.c.o" + "CMakeFiles/test_min_printf.dir/test_min_printf.c.o.d" + "test_min_printf" + "test_min_printf.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/test_min_printf.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.internal b/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.internal new file mode 100644 index 0000000000..0f10ce6554 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.internal @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o + /Users/jesperolsen/development/C/developer_tools/test_min_printf.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___gnuc_va_list.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___va_copy.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_header_macro.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_arg.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_copy.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_list.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdarg.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h + /Users/jesperolsen/development/C/developer_tools/min_printf.h + diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.make b/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.make new file mode 100644 index 0000000000..6ffa30ae7e --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.make @@ -0,0 +1,343 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o: developer_tools/test_min_printf.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___gnuc_va_list.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___va_copy.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_header_macro.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_arg.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_copy.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_list.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdarg.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + developer_tools/min_printf.h + + +developer_tools/min_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdarg.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_arg.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___gnuc_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_header_macro.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_copy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_list.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___va_copy.h: + +developer_tools/test_min_printf.c: diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.ts b/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.ts new file mode 100644 index 0000000000..9e89f745e2 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for test_min_printf. diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/depend.make b/developer_tools/CMakeFiles/test_min_printf.dir/depend.make new file mode 100644 index 0000000000..ecc8c0a077 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for test_min_printf. +# This may be replaced when dependencies are built. diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/flags.make b/developer_tools/CMakeFiles/test_min_printf.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/link.txt b/developer_tools/CMakeFiles/test_min_printf.dir/link.txt new file mode 100644 index 0000000000..101f737806 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/test_min_printf.dir/test_min_printf.c.o -o test_min_printf /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/progress.make b/developer_tools/CMakeFiles/test_min_printf.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o b/developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o new file mode 100644 index 0000000000..91c26afb80 Binary files /dev/null and b/developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o differ diff --git a/developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o.d b/developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o.d new file mode 100644 index 0000000000..803d4d9b24 --- /dev/null +++ b/developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o.d @@ -0,0 +1,114 @@ +developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o: \ + /Users/jesperolsen/development/C/developer_tools/test_min_printf.c \ + /Users/jesperolsen/development/C/developer_tools/min_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_posix_vdisable.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_setsize.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_clr.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_isset.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_zero.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdarg.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_header_macro.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___gnuc_va_list.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_list.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_arg.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg___va_copy.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/__stdarg_va_copy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/developer_tools/Makefile b/developer_tools/Makefile new file mode 100644 index 0000000000..aebb178900 --- /dev/null +++ b/developer_tools/Makefile @@ -0,0 +1,337 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/developer_tools//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +developer_tools/CMakeFiles/malloc_dbg.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/CMakeFiles/malloc_dbg.dir/rule +.PHONY : developer_tools/CMakeFiles/malloc_dbg.dir/rule + +# Convenience name for target. +malloc_dbg: developer_tools/CMakeFiles/malloc_dbg.dir/rule +.PHONY : malloc_dbg + +# fast build rule for target. +malloc_dbg/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/build +.PHONY : malloc_dbg/fast + +# Convenience name for target. +developer_tools/CMakeFiles/test_malloc_dbg.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/CMakeFiles/test_malloc_dbg.dir/rule +.PHONY : developer_tools/CMakeFiles/test_malloc_dbg.dir/rule + +# Convenience name for target. +test_malloc_dbg: developer_tools/CMakeFiles/test_malloc_dbg.dir/rule +.PHONY : test_malloc_dbg + +# fast build rule for target. +test_malloc_dbg/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/build +.PHONY : test_malloc_dbg/fast + +# Convenience name for target. +developer_tools/CMakeFiles/test_min_printf.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 developer_tools/CMakeFiles/test_min_printf.dir/rule +.PHONY : developer_tools/CMakeFiles/test_min_printf.dir/rule + +# Convenience name for target. +test_min_printf: developer_tools/CMakeFiles/test_min_printf.dir/rule +.PHONY : test_min_printf + +# fast build rule for target. +test_min_printf/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/build +.PHONY : test_min_printf/fast + +malloc_dbg.o: malloc_dbg.c.o +.PHONY : malloc_dbg.o + +# target to build an object file +malloc_dbg.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.o +.PHONY : malloc_dbg.c.o + +malloc_dbg.i: malloc_dbg.c.i +.PHONY : malloc_dbg.i + +# target to preprocess a source file +malloc_dbg.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.i +.PHONY : malloc_dbg.c.i + +malloc_dbg.s: malloc_dbg.c.s +.PHONY : malloc_dbg.s + +# target to generate assembly for a file +malloc_dbg.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/malloc_dbg.dir/build.make developer_tools/CMakeFiles/malloc_dbg.dir/malloc_dbg.c.s +.PHONY : malloc_dbg.c.s + +test_malloc_dbg.o: test_malloc_dbg.c.o +.PHONY : test_malloc_dbg.o + +# target to build an object file +test_malloc_dbg.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.o +.PHONY : test_malloc_dbg.c.o + +test_malloc_dbg.i: test_malloc_dbg.c.i +.PHONY : test_malloc_dbg.i + +# target to preprocess a source file +test_malloc_dbg.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.i +.PHONY : test_malloc_dbg.c.i + +test_malloc_dbg.s: test_malloc_dbg.c.s +.PHONY : test_malloc_dbg.s + +# target to generate assembly for a file +test_malloc_dbg.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_malloc_dbg.dir/build.make developer_tools/CMakeFiles/test_malloc_dbg.dir/test_malloc_dbg.c.s +.PHONY : test_malloc_dbg.c.s + +test_min_printf.o: test_min_printf.c.o +.PHONY : test_min_printf.o + +# target to build an object file +test_min_printf.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.o +.PHONY : test_min_printf.c.o + +test_min_printf.i: test_min_printf.c.i +.PHONY : test_min_printf.i + +# target to preprocess a source file +test_min_printf.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.i +.PHONY : test_min_printf.c.i + +test_min_printf.s: test_min_printf.c.s +.PHONY : test_min_printf.s + +# target to generate assembly for a file +test_min_printf.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f developer_tools/CMakeFiles/test_min_printf.dir/build.make developer_tools/CMakeFiles/test_min_printf.dir/test_min_printf.c.s +.PHONY : test_min_printf.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... malloc_dbg" + @echo "... test_malloc_dbg" + @echo "... test_min_printf" + @echo "... malloc_dbg.o" + @echo "... malloc_dbg.i" + @echo "... malloc_dbg.s" + @echo "... test_malloc_dbg.o" + @echo "... test_malloc_dbg.i" + @echo "... test_malloc_dbg.s" + @echo "... test_min_printf.o" + @echo "... test_min_printf.i" + @echo "... test_min_printf.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/developer_tools/cmake_install.cmake b/developer_tools/cmake_install.cmake new file mode 100644 index 0000000000..fb163af9ae --- /dev/null +++ b/developer_tools/cmake_install.cmake @@ -0,0 +1,73 @@ +# Install script for directory: /Users/jesperolsen/development/C/developer_tools + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/developer_tools" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/developer_tools/test_malloc_dbg") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/developer_tools/test_malloc_dbg" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/developer_tools/test_malloc_dbg") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/developer_tools/test_malloc_dbg") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/developer_tools/CMakeFiles/test_malloc_dbg.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/developer_tools" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/developer_tools/test_min_printf") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/developer_tools/test_min_printf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/developer_tools/test_min_printf") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/developer_tools/test_min_printf") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/developer_tools/CMakeFiles/test_min_printf.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/developer_tools/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/developer_tools/libmalloc_dbg.a b/developer_tools/libmalloc_dbg.a new file mode 100644 index 0000000000..f9690c63cd Binary files /dev/null and b/developer_tools/libmalloc_dbg.a differ diff --git a/developer_tools/test_malloc_dbg b/developer_tools/test_malloc_dbg new file mode 100755 index 0000000000..67e5e33087 Binary files /dev/null and b/developer_tools/test_malloc_dbg differ diff --git a/developer_tools/test_min_printf b/developer_tools/test_min_printf new file mode 100755 index 0000000000..fc4514cc44 Binary files /dev/null and b/developer_tools/test_min_printf differ diff --git a/dynamic_programming/CMakeFiles/CMakeDirectoryInformation.cmake b/dynamic_programming/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/dynamic_programming/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/dynamic_programming/CMakeFiles/lcs.dir/DependInfo.cmake b/dynamic_programming/CMakeFiles/lcs.dir/DependInfo.cmake new file mode 100644 index 0000000000..b11275fc6e --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/dynamic_programming/lcs.c" "dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o" "gcc" "dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/dynamic_programming/CMakeFiles/lcs.dir/build.make b/dynamic_programming/CMakeFiles/lcs.dir/build.make new file mode 100644 index 0000000000..3f72b6546d --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include dynamic_programming/CMakeFiles/lcs.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.make + +# Include the progress variables for this target. +include dynamic_programming/CMakeFiles/lcs.dir/progress.make + +# Include the compile flags for this target's objects. +include dynamic_programming/CMakeFiles/lcs.dir/flags.make + +dynamic_programming/CMakeFiles/lcs.dir/codegen: +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/codegen + +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o: dynamic_programming/CMakeFiles/lcs.dir/flags.make +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o: dynamic_programming/lcs.c +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o: dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o" + cd /Users/jesperolsen/development/C/dynamic_programming && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o -MF CMakeFiles/lcs.dir/lcs.c.o.d -o CMakeFiles/lcs.dir/lcs.c.o -c /Users/jesperolsen/development/C/dynamic_programming/lcs.c + +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lcs.dir/lcs.c.i" + cd /Users/jesperolsen/development/C/dynamic_programming && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/dynamic_programming/lcs.c > CMakeFiles/lcs.dir/lcs.c.i + +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lcs.dir/lcs.c.s" + cd /Users/jesperolsen/development/C/dynamic_programming && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/dynamic_programming/lcs.c -o CMakeFiles/lcs.dir/lcs.c.s + +# Object files for target lcs +lcs_OBJECTS = \ +"CMakeFiles/lcs.dir/lcs.c.o" + +# External object files for target lcs +lcs_EXTERNAL_OBJECTS = + +dynamic_programming/lcs: dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o +dynamic_programming/lcs: dynamic_programming/CMakeFiles/lcs.dir/build.make +dynamic_programming/lcs: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +dynamic_programming/lcs: dynamic_programming/CMakeFiles/lcs.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable lcs" + cd /Users/jesperolsen/development/C/dynamic_programming && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lcs.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +dynamic_programming/CMakeFiles/lcs.dir/build: dynamic_programming/lcs +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/build + +dynamic_programming/CMakeFiles/lcs.dir/clean: + cd /Users/jesperolsen/development/C/dynamic_programming && $(CMAKE_COMMAND) -P CMakeFiles/lcs.dir/cmake_clean.cmake +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/clean + +dynamic_programming/CMakeFiles/lcs.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/dynamic_programming /Users/jesperolsen/development/C /Users/jesperolsen/development/C/dynamic_programming /Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/lcs.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/depend + diff --git a/dynamic_programming/CMakeFiles/lcs.dir/cmake_clean.cmake b/dynamic_programming/CMakeFiles/lcs.dir/cmake_clean.cmake new file mode 100644 index 0000000000..cf57ac8952 --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/lcs.dir/lcs.c.o" + "CMakeFiles/lcs.dir/lcs.c.o.d" + "lcs" + "lcs.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lcs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.internal b/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.internal new file mode 100644 index 0000000000..547babc48b --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.internal @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o + /Users/jesperolsen/development/C/dynamic_programming/lcs.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.make b/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.make new file mode 100644 index 0000000000..9e36374ea1 --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o: dynamic_programming/lcs.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +dynamic_programming/lcs.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.ts b/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.ts new file mode 100644 index 0000000000..b72646f588 --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lcs. diff --git a/dynamic_programming/CMakeFiles/lcs.dir/depend.make b/dynamic_programming/CMakeFiles/lcs.dir/depend.make new file mode 100644 index 0000000000..a2b90dce39 --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lcs. +# This may be replaced when dependencies are built. diff --git a/dynamic_programming/CMakeFiles/lcs.dir/flags.make b/dynamic_programming/CMakeFiles/lcs.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o b/dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o new file mode 100644 index 0000000000..44c3f75db4 Binary files /dev/null and b/dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o differ diff --git a/dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o.d b/dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o.d new file mode 100644 index 0000000000..1c656e87f1 --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o.d @@ -0,0 +1,97 @@ +dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o: \ + /Users/jesperolsen/development/C/dynamic_programming/lcs.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/dynamic_programming/CMakeFiles/lcs.dir/link.txt b/dynamic_programming/CMakeFiles/lcs.dir/link.txt new file mode 100644 index 0000000000..321676a557 --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lcs.dir/lcs.c.o -o lcs /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/dynamic_programming/CMakeFiles/lcs.dir/progress.make b/dynamic_programming/CMakeFiles/lcs.dir/progress.make new file mode 100644 index 0000000000..634b7f2f89 --- /dev/null +++ b/dynamic_programming/CMakeFiles/lcs.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 40 + diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/DependInfo.cmake b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/DependInfo.cmake new file mode 100644 index 0000000000..4561e51b64 --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/dynamic_programming/matrix_chain_order.c" "dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o" "gcc" "dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make new file mode 100644 index 0000000000..9f8f726c90 --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include dynamic_programming/CMakeFiles/matrix_chain_order.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.make + +# Include the progress variables for this target. +include dynamic_programming/CMakeFiles/matrix_chain_order.dir/progress.make + +# Include the compile flags for this target's objects. +include dynamic_programming/CMakeFiles/matrix_chain_order.dir/flags.make + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/codegen: +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/codegen + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o: dynamic_programming/CMakeFiles/matrix_chain_order.dir/flags.make +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o: dynamic_programming/matrix_chain_order.c +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o: dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o" + cd /Users/jesperolsen/development/C/dynamic_programming && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o -MF CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o.d -o CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o -c /Users/jesperolsen/development/C/dynamic_programming/matrix_chain_order.c + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.i" + cd /Users/jesperolsen/development/C/dynamic_programming && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/dynamic_programming/matrix_chain_order.c > CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.i + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.s" + cd /Users/jesperolsen/development/C/dynamic_programming && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/dynamic_programming/matrix_chain_order.c -o CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.s + +# Object files for target matrix_chain_order +matrix_chain_order_OBJECTS = \ +"CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o" + +# External object files for target matrix_chain_order +matrix_chain_order_EXTERNAL_OBJECTS = + +dynamic_programming/matrix_chain_order: dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o +dynamic_programming/matrix_chain_order: dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make +dynamic_programming/matrix_chain_order: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +dynamic_programming/matrix_chain_order: dynamic_programming/CMakeFiles/matrix_chain_order.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable matrix_chain_order" + cd /Users/jesperolsen/development/C/dynamic_programming && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/matrix_chain_order.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +dynamic_programming/CMakeFiles/matrix_chain_order.dir/build: dynamic_programming/matrix_chain_order +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/build + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/clean: + cd /Users/jesperolsen/development/C/dynamic_programming && $(CMAKE_COMMAND) -P CMakeFiles/matrix_chain_order.dir/cmake_clean.cmake +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/clean + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/dynamic_programming /Users/jesperolsen/development/C /Users/jesperolsen/development/C/dynamic_programming /Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/matrix_chain_order.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/depend + diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/cmake_clean.cmake b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6a5a491481 --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o" + "CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o.d" + "matrix_chain_order" + "matrix_chain_order.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/matrix_chain_order.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.internal b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.internal new file mode 100644 index 0000000000..36317be894 --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.internal @@ -0,0 +1,100 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o + /Users/jesperolsen/development/C/dynamic_programming/matrix_chain_order.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.make b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.make new file mode 100644 index 0000000000..eeabd63348 --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.make @@ -0,0 +1,289 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o: dynamic_programming/matrix_chain_order.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +dynamic_programming/matrix_chain_order.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.ts b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.ts new file mode 100644 index 0000000000..bbbb7e2b2e --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for matrix_chain_order. diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/depend.make b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/depend.make new file mode 100644 index 0000000000..c66be41572 --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for matrix_chain_order. +# This may be replaced when dependencies are built. diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/flags.make b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/link.txt b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/link.txt new file mode 100644 index 0000000000..3f3e52ce4e --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o -o matrix_chain_order /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o new file mode 100644 index 0000000000..077df483d5 Binary files /dev/null and b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o differ diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o.d b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o.d new file mode 100644 index 0000000000..cece6d809c --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o.d @@ -0,0 +1,96 @@ +dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o: \ + /Users/jesperolsen/development/C/dynamic_programming/matrix_chain_order.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/dynamic_programming/CMakeFiles/matrix_chain_order.dir/progress.make b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/dynamic_programming/CMakeFiles/matrix_chain_order.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/dynamic_programming/CMakeFiles/progress.marks b/dynamic_programming/CMakeFiles/progress.marks new file mode 100644 index 0000000000..d00491fd7e --- /dev/null +++ b/dynamic_programming/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/dynamic_programming/Makefile b/dynamic_programming/Makefile new file mode 100644 index 0000000000..b974b379e4 --- /dev/null +++ b/dynamic_programming/Makefile @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/dynamic_programming//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +dynamic_programming/CMakeFiles/lcs.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/CMakeFiles/lcs.dir/rule +.PHONY : dynamic_programming/CMakeFiles/lcs.dir/rule + +# Convenience name for target. +lcs: dynamic_programming/CMakeFiles/lcs.dir/rule +.PHONY : lcs + +# fast build rule for target. +lcs/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/build +.PHONY : lcs/fast + +# Convenience name for target. +dynamic_programming/CMakeFiles/matrix_chain_order.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_programming/CMakeFiles/matrix_chain_order.dir/rule +.PHONY : dynamic_programming/CMakeFiles/matrix_chain_order.dir/rule + +# Convenience name for target. +matrix_chain_order: dynamic_programming/CMakeFiles/matrix_chain_order.dir/rule +.PHONY : matrix_chain_order + +# fast build rule for target. +matrix_chain_order/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/build +.PHONY : matrix_chain_order/fast + +lcs.o: lcs.c.o +.PHONY : lcs.o + +# target to build an object file +lcs.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/lcs.c.o +.PHONY : lcs.c.o + +lcs.i: lcs.c.i +.PHONY : lcs.i + +# target to preprocess a source file +lcs.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/lcs.c.i +.PHONY : lcs.c.i + +lcs.s: lcs.c.s +.PHONY : lcs.s + +# target to generate assembly for a file +lcs.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/lcs.dir/build.make dynamic_programming/CMakeFiles/lcs.dir/lcs.c.s +.PHONY : lcs.c.s + +matrix_chain_order.o: matrix_chain_order.c.o +.PHONY : matrix_chain_order.o + +# target to build an object file +matrix_chain_order.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.o +.PHONY : matrix_chain_order.c.o + +matrix_chain_order.i: matrix_chain_order.c.i +.PHONY : matrix_chain_order.i + +# target to preprocess a source file +matrix_chain_order.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.i +.PHONY : matrix_chain_order.c.i + +matrix_chain_order.s: matrix_chain_order.c.s +.PHONY : matrix_chain_order.s + +# target to generate assembly for a file +matrix_chain_order.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f dynamic_programming/CMakeFiles/matrix_chain_order.dir/build.make dynamic_programming/CMakeFiles/matrix_chain_order.dir/matrix_chain_order.c.s +.PHONY : matrix_chain_order.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... lcs" + @echo "... matrix_chain_order" + @echo "... lcs.o" + @echo "... lcs.i" + @echo "... lcs.s" + @echo "... matrix_chain_order.o" + @echo "... matrix_chain_order.i" + @echo "... matrix_chain_order.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/dynamic_programming/cmake_install.cmake b/dynamic_programming/cmake_install.cmake new file mode 100644 index 0000000000..a94f531e38 --- /dev/null +++ b/dynamic_programming/cmake_install.cmake @@ -0,0 +1,73 @@ +# Install script for directory: /Users/jesperolsen/development/C/dynamic_programming + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/dynamic_programming/lcs") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming/lcs" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming/lcs") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming/lcs") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/lcs.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/dynamic_programming/matrix_chain_order") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming/matrix_chain_order" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming/matrix_chain_order") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/dynamic_programming/matrix_chain_order") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/dynamic_programming/CMakeFiles/matrix_chain_order.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/dynamic_programming/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/dynamic_programming/lcs b/dynamic_programming/lcs new file mode 100755 index 0000000000..50e2b9a779 Binary files /dev/null and b/dynamic_programming/lcs differ diff --git a/dynamic_programming/matrix_chain_order b/dynamic_programming/matrix_chain_order new file mode 100755 index 0000000000..1cb732cb46 Binary files /dev/null and b/dynamic_programming/matrix_chain_order differ diff --git a/games/CMakeFiles/CMakeDirectoryInformation.cmake b/games/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/games/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/games/CMakeFiles/hangman.dir/DependInfo.cmake b/games/CMakeFiles/hangman.dir/DependInfo.cmake new file mode 100644 index 0000000000..e1f2c27d46 --- /dev/null +++ b/games/CMakeFiles/hangman.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/games/hangman.c" "games/CMakeFiles/hangman.dir/hangman.c.o" "gcc" "games/CMakeFiles/hangman.dir/hangman.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/games/CMakeFiles/hangman.dir/build.make b/games/CMakeFiles/hangman.dir/build.make new file mode 100644 index 0000000000..25f872f52f --- /dev/null +++ b/games/CMakeFiles/hangman.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include games/CMakeFiles/hangman.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include games/CMakeFiles/hangman.dir/compiler_depend.make + +# Include the progress variables for this target. +include games/CMakeFiles/hangman.dir/progress.make + +# Include the compile flags for this target's objects. +include games/CMakeFiles/hangman.dir/flags.make + +games/CMakeFiles/hangman.dir/codegen: +.PHONY : games/CMakeFiles/hangman.dir/codegen + +games/CMakeFiles/hangman.dir/hangman.c.o: games/CMakeFiles/hangman.dir/flags.make +games/CMakeFiles/hangman.dir/hangman.c.o: games/hangman.c +games/CMakeFiles/hangman.dir/hangman.c.o: games/CMakeFiles/hangman.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object games/CMakeFiles/hangman.dir/hangman.c.o" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT games/CMakeFiles/hangman.dir/hangman.c.o -MF CMakeFiles/hangman.dir/hangman.c.o.d -o CMakeFiles/hangman.dir/hangman.c.o -c /Users/jesperolsen/development/C/games/hangman.c + +games/CMakeFiles/hangman.dir/hangman.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hangman.dir/hangman.c.i" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/games/hangman.c > CMakeFiles/hangman.dir/hangman.c.i + +games/CMakeFiles/hangman.dir/hangman.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hangman.dir/hangman.c.s" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/games/hangman.c -o CMakeFiles/hangman.dir/hangman.c.s + +# Object files for target hangman +hangman_OBJECTS = \ +"CMakeFiles/hangman.dir/hangman.c.o" + +# External object files for target hangman +hangman_EXTERNAL_OBJECTS = + +games/hangman: games/CMakeFiles/hangman.dir/hangman.c.o +games/hangman: games/CMakeFiles/hangman.dir/build.make +games/hangman: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +games/hangman: games/CMakeFiles/hangman.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hangman" + cd /Users/jesperolsen/development/C/games && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hangman.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +games/CMakeFiles/hangman.dir/build: games/hangman +.PHONY : games/CMakeFiles/hangman.dir/build + +games/CMakeFiles/hangman.dir/clean: + cd /Users/jesperolsen/development/C/games && $(CMAKE_COMMAND) -P CMakeFiles/hangman.dir/cmake_clean.cmake +.PHONY : games/CMakeFiles/hangman.dir/clean + +games/CMakeFiles/hangman.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/games /Users/jesperolsen/development/C /Users/jesperolsen/development/C/games /Users/jesperolsen/development/C/games/CMakeFiles/hangman.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : games/CMakeFiles/hangman.dir/depend + diff --git a/games/CMakeFiles/hangman.dir/cmake_clean.cmake b/games/CMakeFiles/hangman.dir/cmake_clean.cmake new file mode 100644 index 0000000000..4879c96f51 --- /dev/null +++ b/games/CMakeFiles/hangman.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hangman.dir/hangman.c.o" + "CMakeFiles/hangman.dir/hangman.c.o.d" + "hangman" + "hangman.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hangman.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/games/CMakeFiles/hangman.dir/compiler_depend.internal b/games/CMakeFiles/hangman.dir/compiler_depend.internal new file mode 100644 index 0000000000..055b006ce9 --- /dev/null +++ b/games/CMakeFiles/hangman.dir/compiler_depend.internal @@ -0,0 +1,107 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +games/CMakeFiles/hangman.dir/hangman.c.o + /Users/jesperolsen/development/C/games/hangman.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/games/CMakeFiles/hangman.dir/compiler_depend.make b/games/CMakeFiles/hangman.dir/compiler_depend.make new file mode 100644 index 0000000000..1e4f3cd801 --- /dev/null +++ b/games/CMakeFiles/hangman.dir/compiler_depend.make @@ -0,0 +1,310 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +games/CMakeFiles/hangman.dir/hangman.c.o: games/hangman.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +games/hangman.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: diff --git a/games/CMakeFiles/hangman.dir/compiler_depend.ts b/games/CMakeFiles/hangman.dir/compiler_depend.ts new file mode 100644 index 0000000000..cc72bca66e --- /dev/null +++ b/games/CMakeFiles/hangman.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hangman. diff --git a/games/CMakeFiles/hangman.dir/depend.make b/games/CMakeFiles/hangman.dir/depend.make new file mode 100644 index 0000000000..b774b326ff --- /dev/null +++ b/games/CMakeFiles/hangman.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hangman. +# This may be replaced when dependencies are built. diff --git a/games/CMakeFiles/hangman.dir/flags.make b/games/CMakeFiles/hangman.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/games/CMakeFiles/hangman.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/games/CMakeFiles/hangman.dir/hangman.c.o b/games/CMakeFiles/hangman.dir/hangman.c.o new file mode 100644 index 0000000000..108b3bd6df Binary files /dev/null and b/games/CMakeFiles/hangman.dir/hangman.c.o differ diff --git a/games/CMakeFiles/hangman.dir/hangman.c.o.d b/games/CMakeFiles/hangman.dir/hangman.c.o.d new file mode 100644 index 0000000000..a7b3a662c5 --- /dev/null +++ b/games/CMakeFiles/hangman.dir/hangman.c.o.d @@ -0,0 +1,103 @@ +games/CMakeFiles/hangman.dir/hangman.c.o: \ + /Users/jesperolsen/development/C/games/hangman.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/games/CMakeFiles/hangman.dir/link.txt b/games/CMakeFiles/hangman.dir/link.txt new file mode 100644 index 0000000000..db06930e5e --- /dev/null +++ b/games/CMakeFiles/hangman.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hangman.dir/hangman.c.o -o hangman /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/games/CMakeFiles/hangman.dir/progress.make b/games/CMakeFiles/hangman.dir/progress.make new file mode 100644 index 0000000000..57f57eeede --- /dev/null +++ b/games/CMakeFiles/hangman.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 27 + diff --git a/games/CMakeFiles/naval_battle.dir/DependInfo.cmake b/games/CMakeFiles/naval_battle.dir/DependInfo.cmake new file mode 100644 index 0000000000..7ae9194ab1 --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/games/naval_battle.c" "games/CMakeFiles/naval_battle.dir/naval_battle.c.o" "gcc" "games/CMakeFiles/naval_battle.dir/naval_battle.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/games/CMakeFiles/naval_battle.dir/build.make b/games/CMakeFiles/naval_battle.dir/build.make new file mode 100644 index 0000000000..cbfada29bf --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include games/CMakeFiles/naval_battle.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include games/CMakeFiles/naval_battle.dir/compiler_depend.make + +# Include the progress variables for this target. +include games/CMakeFiles/naval_battle.dir/progress.make + +# Include the compile flags for this target's objects. +include games/CMakeFiles/naval_battle.dir/flags.make + +games/CMakeFiles/naval_battle.dir/codegen: +.PHONY : games/CMakeFiles/naval_battle.dir/codegen + +games/CMakeFiles/naval_battle.dir/naval_battle.c.o: games/CMakeFiles/naval_battle.dir/flags.make +games/CMakeFiles/naval_battle.dir/naval_battle.c.o: games/naval_battle.c +games/CMakeFiles/naval_battle.dir/naval_battle.c.o: games/CMakeFiles/naval_battle.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object games/CMakeFiles/naval_battle.dir/naval_battle.c.o" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT games/CMakeFiles/naval_battle.dir/naval_battle.c.o -MF CMakeFiles/naval_battle.dir/naval_battle.c.o.d -o CMakeFiles/naval_battle.dir/naval_battle.c.o -c /Users/jesperolsen/development/C/games/naval_battle.c + +games/CMakeFiles/naval_battle.dir/naval_battle.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/naval_battle.dir/naval_battle.c.i" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/games/naval_battle.c > CMakeFiles/naval_battle.dir/naval_battle.c.i + +games/CMakeFiles/naval_battle.dir/naval_battle.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/naval_battle.dir/naval_battle.c.s" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/games/naval_battle.c -o CMakeFiles/naval_battle.dir/naval_battle.c.s + +# Object files for target naval_battle +naval_battle_OBJECTS = \ +"CMakeFiles/naval_battle.dir/naval_battle.c.o" + +# External object files for target naval_battle +naval_battle_EXTERNAL_OBJECTS = + +games/naval_battle: games/CMakeFiles/naval_battle.dir/naval_battle.c.o +games/naval_battle: games/CMakeFiles/naval_battle.dir/build.make +games/naval_battle: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +games/naval_battle: games/CMakeFiles/naval_battle.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable naval_battle" + cd /Users/jesperolsen/development/C/games && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/naval_battle.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +games/CMakeFiles/naval_battle.dir/build: games/naval_battle +.PHONY : games/CMakeFiles/naval_battle.dir/build + +games/CMakeFiles/naval_battle.dir/clean: + cd /Users/jesperolsen/development/C/games && $(CMAKE_COMMAND) -P CMakeFiles/naval_battle.dir/cmake_clean.cmake +.PHONY : games/CMakeFiles/naval_battle.dir/clean + +games/CMakeFiles/naval_battle.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/games /Users/jesperolsen/development/C /Users/jesperolsen/development/C/games /Users/jesperolsen/development/C/games/CMakeFiles/naval_battle.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : games/CMakeFiles/naval_battle.dir/depend + diff --git a/games/CMakeFiles/naval_battle.dir/cmake_clean.cmake b/games/CMakeFiles/naval_battle.dir/cmake_clean.cmake new file mode 100644 index 0000000000..28ca707eed --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/naval_battle.dir/naval_battle.c.o" + "CMakeFiles/naval_battle.dir/naval_battle.c.o.d" + "naval_battle" + "naval_battle.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/naval_battle.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/games/CMakeFiles/naval_battle.dir/compiler_depend.internal b/games/CMakeFiles/naval_battle.dir/compiler_depend.internal new file mode 100644 index 0000000000..01c2e67ad5 --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +games/CMakeFiles/naval_battle.dir/naval_battle.c.o + /Users/jesperolsen/development/C/games/naval_battle.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/games/CMakeFiles/naval_battle.dir/compiler_depend.make b/games/CMakeFiles/naval_battle.dir/compiler_depend.make new file mode 100644 index 0000000000..7079448f18 --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +games/CMakeFiles/naval_battle.dir/naval_battle.c.o: games/naval_battle.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +games/naval_battle.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/games/CMakeFiles/naval_battle.dir/compiler_depend.ts b/games/CMakeFiles/naval_battle.dir/compiler_depend.ts new file mode 100644 index 0000000000..bec2dc041f --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for naval_battle. diff --git a/games/CMakeFiles/naval_battle.dir/depend.make b/games/CMakeFiles/naval_battle.dir/depend.make new file mode 100644 index 0000000000..3502d03146 --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for naval_battle. +# This may be replaced when dependencies are built. diff --git a/games/CMakeFiles/naval_battle.dir/flags.make b/games/CMakeFiles/naval_battle.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/games/CMakeFiles/naval_battle.dir/link.txt b/games/CMakeFiles/naval_battle.dir/link.txt new file mode 100644 index 0000000000..7ec1d64b62 --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/naval_battle.dir/naval_battle.c.o -o naval_battle /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/games/CMakeFiles/naval_battle.dir/naval_battle.c.o b/games/CMakeFiles/naval_battle.dir/naval_battle.c.o new file mode 100644 index 0000000000..74ec2252ec Binary files /dev/null and b/games/CMakeFiles/naval_battle.dir/naval_battle.c.o differ diff --git a/games/CMakeFiles/naval_battle.dir/naval_battle.c.o.d b/games/CMakeFiles/naval_battle.dir/naval_battle.c.o.d new file mode 100644 index 0000000000..fb1f01b881 --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/naval_battle.c.o.d @@ -0,0 +1,41 @@ +games/CMakeFiles/naval_battle.dir/naval_battle.c.o: \ + /Users/jesperolsen/development/C/games/naval_battle.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/games/CMakeFiles/naval_battle.dir/progress.make b/games/CMakeFiles/naval_battle.dir/progress.make new file mode 100644 index 0000000000..23b590b4e7 --- /dev/null +++ b/games/CMakeFiles/naval_battle.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 48 +CMAKE_PROGRESS_2 = + diff --git a/games/CMakeFiles/progress.marks b/games/CMakeFiles/progress.marks new file mode 100644 index 0000000000..00750edc07 --- /dev/null +++ b/games/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/games/CMakeFiles/tic_tac_toe.dir/DependInfo.cmake b/games/CMakeFiles/tic_tac_toe.dir/DependInfo.cmake new file mode 100644 index 0000000000..67d880a03f --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/games/tic_tac_toe.c" "games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o" "gcc" "games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/games/CMakeFiles/tic_tac_toe.dir/build.make b/games/CMakeFiles/tic_tac_toe.dir/build.make new file mode 100644 index 0000000000..50304b9555 --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include games/CMakeFiles/tic_tac_toe.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include games/CMakeFiles/tic_tac_toe.dir/compiler_depend.make + +# Include the progress variables for this target. +include games/CMakeFiles/tic_tac_toe.dir/progress.make + +# Include the compile flags for this target's objects. +include games/CMakeFiles/tic_tac_toe.dir/flags.make + +games/CMakeFiles/tic_tac_toe.dir/codegen: +.PHONY : games/CMakeFiles/tic_tac_toe.dir/codegen + +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o: games/CMakeFiles/tic_tac_toe.dir/flags.make +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o: games/tic_tac_toe.c +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o: games/CMakeFiles/tic_tac_toe.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o -MF CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o.d -o CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o -c /Users/jesperolsen/development/C/games/tic_tac_toe.c + +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.i" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/games/tic_tac_toe.c > CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.i + +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.s" + cd /Users/jesperolsen/development/C/games && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/games/tic_tac_toe.c -o CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.s + +# Object files for target tic_tac_toe +tic_tac_toe_OBJECTS = \ +"CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o" + +# External object files for target tic_tac_toe +tic_tac_toe_EXTERNAL_OBJECTS = + +games/tic_tac_toe: games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o +games/tic_tac_toe: games/CMakeFiles/tic_tac_toe.dir/build.make +games/tic_tac_toe: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +games/tic_tac_toe: games/CMakeFiles/tic_tac_toe.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tic_tac_toe" + cd /Users/jesperolsen/development/C/games && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tic_tac_toe.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +games/CMakeFiles/tic_tac_toe.dir/build: games/tic_tac_toe +.PHONY : games/CMakeFiles/tic_tac_toe.dir/build + +games/CMakeFiles/tic_tac_toe.dir/clean: + cd /Users/jesperolsen/development/C/games && $(CMAKE_COMMAND) -P CMakeFiles/tic_tac_toe.dir/cmake_clean.cmake +.PHONY : games/CMakeFiles/tic_tac_toe.dir/clean + +games/CMakeFiles/tic_tac_toe.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/games /Users/jesperolsen/development/C /Users/jesperolsen/development/C/games /Users/jesperolsen/development/C/games/CMakeFiles/tic_tac_toe.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : games/CMakeFiles/tic_tac_toe.dir/depend + diff --git a/games/CMakeFiles/tic_tac_toe.dir/cmake_clean.cmake b/games/CMakeFiles/tic_tac_toe.dir/cmake_clean.cmake new file mode 100644 index 0000000000..0f73c60519 --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o" + "CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o.d" + "tic_tac_toe" + "tic_tac_toe.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tic_tac_toe.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.internal b/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.internal new file mode 100644 index 0000000000..a455a43e3d --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.internal @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o + /Users/jesperolsen/development/C/games/tic_tac_toe.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.make b/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.make new file mode 100644 index 0000000000..879a5cea91 --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.make @@ -0,0 +1,298 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o: games/tic_tac_toe.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +games/tic_tac_toe.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: diff --git a/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.ts b/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.ts new file mode 100644 index 0000000000..c255e196c6 --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tic_tac_toe. diff --git a/games/CMakeFiles/tic_tac_toe.dir/depend.make b/games/CMakeFiles/tic_tac_toe.dir/depend.make new file mode 100644 index 0000000000..638d2db4c0 --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tic_tac_toe. +# This may be replaced when dependencies are built. diff --git a/games/CMakeFiles/tic_tac_toe.dir/flags.make b/games/CMakeFiles/tic_tac_toe.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/games/CMakeFiles/tic_tac_toe.dir/link.txt b/games/CMakeFiles/tic_tac_toe.dir/link.txt new file mode 100644 index 0000000000..6fbce2f98e --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o -o tic_tac_toe /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/games/CMakeFiles/tic_tac_toe.dir/progress.make b/games/CMakeFiles/tic_tac_toe.dir/progress.make new file mode 100644 index 0000000000..761d6c578c --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 96 +CMAKE_PROGRESS_2 = + diff --git a/games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o b/games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o new file mode 100644 index 0000000000..e2faf151ad Binary files /dev/null and b/games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o differ diff --git a/games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o.d b/games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o.d new file mode 100644 index 0000000000..951c291bcf --- /dev/null +++ b/games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o.d @@ -0,0 +1,99 @@ +games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o: \ + /Users/jesperolsen/development/C/games/tic_tac_toe.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/games/Makefile b/games/Makefile new file mode 100644 index 0000000000..ed71691a88 --- /dev/null +++ b/games/Makefile @@ -0,0 +1,337 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/games//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +games/CMakeFiles/hangman.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/CMakeFiles/hangman.dir/rule +.PHONY : games/CMakeFiles/hangman.dir/rule + +# Convenience name for target. +hangman: games/CMakeFiles/hangman.dir/rule +.PHONY : hangman + +# fast build rule for target. +hangman/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/build +.PHONY : hangman/fast + +# Convenience name for target. +games/CMakeFiles/naval_battle.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/CMakeFiles/naval_battle.dir/rule +.PHONY : games/CMakeFiles/naval_battle.dir/rule + +# Convenience name for target. +naval_battle: games/CMakeFiles/naval_battle.dir/rule +.PHONY : naval_battle + +# fast build rule for target. +naval_battle/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/build +.PHONY : naval_battle/fast + +# Convenience name for target. +games/CMakeFiles/tic_tac_toe.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 games/CMakeFiles/tic_tac_toe.dir/rule +.PHONY : games/CMakeFiles/tic_tac_toe.dir/rule + +# Convenience name for target. +tic_tac_toe: games/CMakeFiles/tic_tac_toe.dir/rule +.PHONY : tic_tac_toe + +# fast build rule for target. +tic_tac_toe/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/build +.PHONY : tic_tac_toe/fast + +hangman.o: hangman.c.o +.PHONY : hangman.o + +# target to build an object file +hangman.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/hangman.c.o +.PHONY : hangman.c.o + +hangman.i: hangman.c.i +.PHONY : hangman.i + +# target to preprocess a source file +hangman.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/hangman.c.i +.PHONY : hangman.c.i + +hangman.s: hangman.c.s +.PHONY : hangman.s + +# target to generate assembly for a file +hangman.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/hangman.dir/build.make games/CMakeFiles/hangman.dir/hangman.c.s +.PHONY : hangman.c.s + +naval_battle.o: naval_battle.c.o +.PHONY : naval_battle.o + +# target to build an object file +naval_battle.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/naval_battle.c.o +.PHONY : naval_battle.c.o + +naval_battle.i: naval_battle.c.i +.PHONY : naval_battle.i + +# target to preprocess a source file +naval_battle.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/naval_battle.c.i +.PHONY : naval_battle.c.i + +naval_battle.s: naval_battle.c.s +.PHONY : naval_battle.s + +# target to generate assembly for a file +naval_battle.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/naval_battle.dir/build.make games/CMakeFiles/naval_battle.dir/naval_battle.c.s +.PHONY : naval_battle.c.s + +tic_tac_toe.o: tic_tac_toe.c.o +.PHONY : tic_tac_toe.o + +# target to build an object file +tic_tac_toe.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.o +.PHONY : tic_tac_toe.c.o + +tic_tac_toe.i: tic_tac_toe.c.i +.PHONY : tic_tac_toe.i + +# target to preprocess a source file +tic_tac_toe.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.i +.PHONY : tic_tac_toe.c.i + +tic_tac_toe.s: tic_tac_toe.c.s +.PHONY : tic_tac_toe.s + +# target to generate assembly for a file +tic_tac_toe.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f games/CMakeFiles/tic_tac_toe.dir/build.make games/CMakeFiles/tic_tac_toe.dir/tic_tac_toe.c.s +.PHONY : tic_tac_toe.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... hangman" + @echo "... naval_battle" + @echo "... tic_tac_toe" + @echo "... hangman.o" + @echo "... hangman.i" + @echo "... hangman.s" + @echo "... naval_battle.o" + @echo "... naval_battle.i" + @echo "... naval_battle.s" + @echo "... tic_tac_toe.o" + @echo "... tic_tac_toe.i" + @echo "... tic_tac_toe.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/games/cmake_install.cmake b/games/cmake_install.cmake new file mode 100644 index 0000000000..e6422805a3 --- /dev/null +++ b/games/cmake_install.cmake @@ -0,0 +1,87 @@ +# Install script for directory: /Users/jesperolsen/development/C/games + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/games" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/games/hangman") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/hangman" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/hangman") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/hangman") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/games/CMakeFiles/hangman.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/games" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/games/naval_battle") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/naval_battle" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/naval_battle") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/naval_battle") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/games/CMakeFiles/naval_battle.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/games" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/games/tic_tac_toe") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/tic_tac_toe" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/tic_tac_toe") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/games/tic_tac_toe") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/games/CMakeFiles/tic_tac_toe.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/games/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/games/hangman b/games/hangman new file mode 100755 index 0000000000..6e32ac021f Binary files /dev/null and b/games/hangman differ diff --git a/games/naval_battle b/games/naval_battle new file mode 100755 index 0000000000..acafe811a3 Binary files /dev/null and b/games/naval_battle differ diff --git a/games/tic_tac_toe b/games/tic_tac_toe new file mode 100755 index 0000000000..19884cecac Binary files /dev/null and b/games/tic_tac_toe differ diff --git a/geometry/CMakeFiles/CMakeDirectoryInformation.cmake b/geometry/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/geometry/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/geometry/CMakeFiles/progress.marks b/geometry/CMakeFiles/progress.marks new file mode 100644 index 0000000000..0cfbf08886 --- /dev/null +++ b/geometry/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/geometry/CMakeFiles/quaternions.dir/DependInfo.cmake b/geometry/CMakeFiles/quaternions.dir/DependInfo.cmake new file mode 100644 index 0000000000..8664fed4db --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/geometry/quaternions.c" "geometry/CMakeFiles/quaternions.dir/quaternions.c.o" "gcc" "geometry/CMakeFiles/quaternions.dir/quaternions.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/geometry/CMakeFiles/quaternions.dir/build.make b/geometry/CMakeFiles/quaternions.dir/build.make new file mode 100644 index 0000000000..e572aed589 --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include geometry/CMakeFiles/quaternions.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include geometry/CMakeFiles/quaternions.dir/compiler_depend.make + +# Include the progress variables for this target. +include geometry/CMakeFiles/quaternions.dir/progress.make + +# Include the compile flags for this target's objects. +include geometry/CMakeFiles/quaternions.dir/flags.make + +geometry/CMakeFiles/quaternions.dir/codegen: +.PHONY : geometry/CMakeFiles/quaternions.dir/codegen + +geometry/CMakeFiles/quaternions.dir/quaternions.c.o: geometry/CMakeFiles/quaternions.dir/flags.make +geometry/CMakeFiles/quaternions.dir/quaternions.c.o: geometry/quaternions.c +geometry/CMakeFiles/quaternions.dir/quaternions.c.o: geometry/CMakeFiles/quaternions.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object geometry/CMakeFiles/quaternions.dir/quaternions.c.o" + cd /Users/jesperolsen/development/C/geometry && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT geometry/CMakeFiles/quaternions.dir/quaternions.c.o -MF CMakeFiles/quaternions.dir/quaternions.c.o.d -o CMakeFiles/quaternions.dir/quaternions.c.o -c /Users/jesperolsen/development/C/geometry/quaternions.c + +geometry/CMakeFiles/quaternions.dir/quaternions.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/quaternions.dir/quaternions.c.i" + cd /Users/jesperolsen/development/C/geometry && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/geometry/quaternions.c > CMakeFiles/quaternions.dir/quaternions.c.i + +geometry/CMakeFiles/quaternions.dir/quaternions.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/quaternions.dir/quaternions.c.s" + cd /Users/jesperolsen/development/C/geometry && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/geometry/quaternions.c -o CMakeFiles/quaternions.dir/quaternions.c.s + +# Object files for target quaternions +quaternions_OBJECTS = \ +"CMakeFiles/quaternions.dir/quaternions.c.o" + +# External object files for target quaternions +quaternions_EXTERNAL_OBJECTS = + +geometry/quaternions: geometry/CMakeFiles/quaternions.dir/quaternions.c.o +geometry/quaternions: geometry/CMakeFiles/quaternions.dir/build.make +geometry/quaternions: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +geometry/quaternions: geometry/CMakeFiles/quaternions.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable quaternions" + cd /Users/jesperolsen/development/C/geometry && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/quaternions.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +geometry/CMakeFiles/quaternions.dir/build: geometry/quaternions +.PHONY : geometry/CMakeFiles/quaternions.dir/build + +geometry/CMakeFiles/quaternions.dir/clean: + cd /Users/jesperolsen/development/C/geometry && $(CMAKE_COMMAND) -P CMakeFiles/quaternions.dir/cmake_clean.cmake +.PHONY : geometry/CMakeFiles/quaternions.dir/clean + +geometry/CMakeFiles/quaternions.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/geometry /Users/jesperolsen/development/C /Users/jesperolsen/development/C/geometry /Users/jesperolsen/development/C/geometry/CMakeFiles/quaternions.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : geometry/CMakeFiles/quaternions.dir/depend + diff --git a/geometry/CMakeFiles/quaternions.dir/cmake_clean.cmake b/geometry/CMakeFiles/quaternions.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c9065e2304 --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/quaternions.dir/quaternions.c.o" + "CMakeFiles/quaternions.dir/quaternions.c.o.d" + "quaternions" + "quaternions.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/quaternions.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/geometry/CMakeFiles/quaternions.dir/compiler_depend.internal b/geometry/CMakeFiles/quaternions.dir/compiler_depend.internal new file mode 100644 index 0000000000..6454b2ac87 --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/compiler_depend.internal @@ -0,0 +1,50 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +geometry/CMakeFiles/quaternions.dir/quaternions.c.o + /Users/jesperolsen/development/C/geometry/quaternions.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Users/jesperolsen/development/C/geometry/geometry_datatypes.h + diff --git a/geometry/CMakeFiles/quaternions.dir/compiler_depend.make b/geometry/CMakeFiles/quaternions.dir/compiler_depend.make new file mode 100644 index 0000000000..726be6c55c --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/compiler_depend.make @@ -0,0 +1,139 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +geometry/CMakeFiles/quaternions.dir/quaternions.c.o: geometry/quaternions.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + geometry/geometry_datatypes.h + + +geometry/geometry_datatypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +geometry/quaternions.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/geometry/CMakeFiles/quaternions.dir/compiler_depend.ts b/geometry/CMakeFiles/quaternions.dir/compiler_depend.ts new file mode 100644 index 0000000000..6e0fd7d9c9 --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for quaternions. diff --git a/geometry/CMakeFiles/quaternions.dir/depend.make b/geometry/CMakeFiles/quaternions.dir/depend.make new file mode 100644 index 0000000000..9dd8b6bd13 --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for quaternions. +# This may be replaced when dependencies are built. diff --git a/geometry/CMakeFiles/quaternions.dir/flags.make b/geometry/CMakeFiles/quaternions.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/geometry/CMakeFiles/quaternions.dir/link.txt b/geometry/CMakeFiles/quaternions.dir/link.txt new file mode 100644 index 0000000000..a1f49d6dbe --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/quaternions.dir/quaternions.c.o -o quaternions /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/geometry/CMakeFiles/quaternions.dir/progress.make b/geometry/CMakeFiles/quaternions.dir/progress.make new file mode 100644 index 0000000000..c7053ddfdb --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 79 + diff --git a/geometry/CMakeFiles/quaternions.dir/quaternions.c.o b/geometry/CMakeFiles/quaternions.dir/quaternions.c.o new file mode 100644 index 0000000000..9af7a8c7a5 Binary files /dev/null and b/geometry/CMakeFiles/quaternions.dir/quaternions.c.o differ diff --git a/geometry/CMakeFiles/quaternions.dir/quaternions.c.o.d b/geometry/CMakeFiles/quaternions.dir/quaternions.c.o.d new file mode 100644 index 0000000000..5106c87814 --- /dev/null +++ b/geometry/CMakeFiles/quaternions.dir/quaternions.c.o.d @@ -0,0 +1,46 @@ +geometry/CMakeFiles/quaternions.dir/quaternions.c.o: \ + /Users/jesperolsen/development/C/geometry/quaternions.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Users/jesperolsen/development/C/geometry/geometry_datatypes.h diff --git a/geometry/CMakeFiles/vectors_3d.dir/DependInfo.cmake b/geometry/CMakeFiles/vectors_3d.dir/DependInfo.cmake new file mode 100644 index 0000000000..ef62e40002 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/geometry/vectors_3d.c" "geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o" "gcc" "geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/geometry/CMakeFiles/vectors_3d.dir/build.make b/geometry/CMakeFiles/vectors_3d.dir/build.make new file mode 100644 index 0000000000..b8e8e40a39 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include geometry/CMakeFiles/vectors_3d.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include geometry/CMakeFiles/vectors_3d.dir/compiler_depend.make + +# Include the progress variables for this target. +include geometry/CMakeFiles/vectors_3d.dir/progress.make + +# Include the compile flags for this target's objects. +include geometry/CMakeFiles/vectors_3d.dir/flags.make + +geometry/CMakeFiles/vectors_3d.dir/codegen: +.PHONY : geometry/CMakeFiles/vectors_3d.dir/codegen + +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o: geometry/CMakeFiles/vectors_3d.dir/flags.make +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o: geometry/vectors_3d.c +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o: geometry/CMakeFiles/vectors_3d.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o" + cd /Users/jesperolsen/development/C/geometry && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o -MF CMakeFiles/vectors_3d.dir/vectors_3d.c.o.d -o CMakeFiles/vectors_3d.dir/vectors_3d.c.o -c /Users/jesperolsen/development/C/geometry/vectors_3d.c + +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vectors_3d.dir/vectors_3d.c.i" + cd /Users/jesperolsen/development/C/geometry && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/geometry/vectors_3d.c > CMakeFiles/vectors_3d.dir/vectors_3d.c.i + +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vectors_3d.dir/vectors_3d.c.s" + cd /Users/jesperolsen/development/C/geometry && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/geometry/vectors_3d.c -o CMakeFiles/vectors_3d.dir/vectors_3d.c.s + +# Object files for target vectors_3d +vectors_3d_OBJECTS = \ +"CMakeFiles/vectors_3d.dir/vectors_3d.c.o" + +# External object files for target vectors_3d +vectors_3d_EXTERNAL_OBJECTS = + +geometry/vectors_3d: geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o +geometry/vectors_3d: geometry/CMakeFiles/vectors_3d.dir/build.make +geometry/vectors_3d: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +geometry/vectors_3d: geometry/CMakeFiles/vectors_3d.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable vectors_3d" + cd /Users/jesperolsen/development/C/geometry && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vectors_3d.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +geometry/CMakeFiles/vectors_3d.dir/build: geometry/vectors_3d +.PHONY : geometry/CMakeFiles/vectors_3d.dir/build + +geometry/CMakeFiles/vectors_3d.dir/clean: + cd /Users/jesperolsen/development/C/geometry && $(CMAKE_COMMAND) -P CMakeFiles/vectors_3d.dir/cmake_clean.cmake +.PHONY : geometry/CMakeFiles/vectors_3d.dir/clean + +geometry/CMakeFiles/vectors_3d.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/geometry /Users/jesperolsen/development/C /Users/jesperolsen/development/C/geometry /Users/jesperolsen/development/C/geometry/CMakeFiles/vectors_3d.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : geometry/CMakeFiles/vectors_3d.dir/depend + diff --git a/geometry/CMakeFiles/vectors_3d.dir/cmake_clean.cmake b/geometry/CMakeFiles/vectors_3d.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d90fa457a8 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/vectors_3d.dir/vectors_3d.c.o" + "CMakeFiles/vectors_3d.dir/vectors_3d.c.o.d" + "vectors_3d" + "vectors_3d.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/vectors_3d.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.internal b/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.internal new file mode 100644 index 0000000000..2d79389519 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.internal @@ -0,0 +1,50 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o + /Users/jesperolsen/development/C/geometry/vectors_3d.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Users/jesperolsen/development/C/geometry/geometry_datatypes.h + diff --git a/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.make b/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.make new file mode 100644 index 0000000000..b85e586fc0 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.make @@ -0,0 +1,139 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o: geometry/vectors_3d.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + geometry/geometry_datatypes.h + + +geometry/geometry_datatypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +geometry/vectors_3d.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.ts b/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.ts new file mode 100644 index 0000000000..2d4ec92486 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for vectors_3d. diff --git a/geometry/CMakeFiles/vectors_3d.dir/depend.make b/geometry/CMakeFiles/vectors_3d.dir/depend.make new file mode 100644 index 0000000000..0d786b07f2 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for vectors_3d. +# This may be replaced when dependencies are built. diff --git a/geometry/CMakeFiles/vectors_3d.dir/flags.make b/geometry/CMakeFiles/vectors_3d.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/geometry/CMakeFiles/vectors_3d.dir/link.txt b/geometry/CMakeFiles/vectors_3d.dir/link.txt new file mode 100644 index 0000000000..2d21d3d846 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/vectors_3d.dir/vectors_3d.c.o -o vectors_3d /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/geometry/CMakeFiles/vectors_3d.dir/progress.make b/geometry/CMakeFiles/vectors_3d.dir/progress.make new file mode 100644 index 0000000000..1f1e9c256e --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 100 + diff --git a/geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o b/geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o new file mode 100644 index 0000000000..1191cd48e9 Binary files /dev/null and b/geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o differ diff --git a/geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o.d b/geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o.d new file mode 100644 index 0000000000..92410407e1 --- /dev/null +++ b/geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o.d @@ -0,0 +1,46 @@ +geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o: \ + /Users/jesperolsen/development/C/geometry/vectors_3d.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Users/jesperolsen/development/C/geometry/geometry_datatypes.h diff --git a/geometry/Makefile b/geometry/Makefile new file mode 100644 index 0000000000..36a162a05f --- /dev/null +++ b/geometry/Makefile @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/geometry//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +geometry/CMakeFiles/quaternions.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/CMakeFiles/quaternions.dir/rule +.PHONY : geometry/CMakeFiles/quaternions.dir/rule + +# Convenience name for target. +quaternions: geometry/CMakeFiles/quaternions.dir/rule +.PHONY : quaternions + +# fast build rule for target. +quaternions/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/build +.PHONY : quaternions/fast + +# Convenience name for target. +geometry/CMakeFiles/vectors_3d.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 geometry/CMakeFiles/vectors_3d.dir/rule +.PHONY : geometry/CMakeFiles/vectors_3d.dir/rule + +# Convenience name for target. +vectors_3d: geometry/CMakeFiles/vectors_3d.dir/rule +.PHONY : vectors_3d + +# fast build rule for target. +vectors_3d/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/build +.PHONY : vectors_3d/fast + +quaternions.o: quaternions.c.o +.PHONY : quaternions.o + +# target to build an object file +quaternions.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/quaternions.c.o +.PHONY : quaternions.c.o + +quaternions.i: quaternions.c.i +.PHONY : quaternions.i + +# target to preprocess a source file +quaternions.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/quaternions.c.i +.PHONY : quaternions.c.i + +quaternions.s: quaternions.c.s +.PHONY : quaternions.s + +# target to generate assembly for a file +quaternions.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/quaternions.dir/build.make geometry/CMakeFiles/quaternions.dir/quaternions.c.s +.PHONY : quaternions.c.s + +vectors_3d.o: vectors_3d.c.o +.PHONY : vectors_3d.o + +# target to build an object file +vectors_3d.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.o +.PHONY : vectors_3d.c.o + +vectors_3d.i: vectors_3d.c.i +.PHONY : vectors_3d.i + +# target to preprocess a source file +vectors_3d.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.i +.PHONY : vectors_3d.c.i + +vectors_3d.s: vectors_3d.c.s +.PHONY : vectors_3d.s + +# target to generate assembly for a file +vectors_3d.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f geometry/CMakeFiles/vectors_3d.dir/build.make geometry/CMakeFiles/vectors_3d.dir/vectors_3d.c.s +.PHONY : vectors_3d.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... quaternions" + @echo "... vectors_3d" + @echo "... quaternions.o" + @echo "... quaternions.i" + @echo "... quaternions.s" + @echo "... vectors_3d.o" + @echo "... vectors_3d.i" + @echo "... vectors_3d.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/geometry/cmake_install.cmake b/geometry/cmake_install.cmake new file mode 100644 index 0000000000..d467964cc9 --- /dev/null +++ b/geometry/cmake_install.cmake @@ -0,0 +1,73 @@ +# Install script for directory: /Users/jesperolsen/development/C/geometry + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/geometry" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/geometry/quaternions") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/geometry/quaternions" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/geometry/quaternions") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/geometry/quaternions") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/geometry/CMakeFiles/quaternions.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/geometry" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/geometry/vectors_3d") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/geometry/vectors_3d" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/geometry/vectors_3d") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/geometry/vectors_3d") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/geometry/CMakeFiles/vectors_3d.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/geometry/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/geometry/quaternions b/geometry/quaternions new file mode 100755 index 0000000000..bb6394377b Binary files /dev/null and b/geometry/quaternions differ diff --git a/geometry/vectors_3d b/geometry/vectors_3d new file mode 100755 index 0000000000..abcb84ad20 Binary files /dev/null and b/geometry/vectors_3d differ diff --git a/geometry/vectors_3d.c b/geometry/vectors_3d.c index 90ea1f009b..6a96f60084 100644 --- a/geometry/vectors_3d.c +++ b/geometry/vectors_3d.c @@ -249,7 +249,7 @@ static void test() double alpha = get_angle(&a, &b); // printf("The angle is %f\n", alpha); - assert(fabsf(alpha - 0.387597) < 0.01); + assert(fabs(alpha - 0.387597) < 0.01); } /** diff --git a/graphics/CMakeFiles/CMakeDirectoryInformation.cmake b/graphics/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/graphics/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/graphics/CMakeFiles/progress.marks b/graphics/CMakeFiles/progress.marks new file mode 100644 index 0000000000..573541ac97 --- /dev/null +++ b/graphics/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/graphics/CMakeFiles/spirograph.dir/DependInfo.cmake b/graphics/CMakeFiles/spirograph.dir/DependInfo.cmake new file mode 100644 index 0000000000..6944242568 --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/graphics/spirograph.c" "graphics/CMakeFiles/spirograph.dir/spirograph.c.o" "gcc" "graphics/CMakeFiles/spirograph.dir/spirograph.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/graphics/CMakeFiles/spirograph.dir/build.make b/graphics/CMakeFiles/spirograph.dir/build.make new file mode 100644 index 0000000000..9627092737 --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/build.make @@ -0,0 +1,115 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include graphics/CMakeFiles/spirograph.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include graphics/CMakeFiles/spirograph.dir/compiler_depend.make + +# Include the progress variables for this target. +include graphics/CMakeFiles/spirograph.dir/progress.make + +# Include the compile flags for this target's objects. +include graphics/CMakeFiles/spirograph.dir/flags.make + +graphics/CMakeFiles/spirograph.dir/codegen: +.PHONY : graphics/CMakeFiles/spirograph.dir/codegen + +graphics/CMakeFiles/spirograph.dir/spirograph.c.o: graphics/CMakeFiles/spirograph.dir/flags.make +graphics/CMakeFiles/spirograph.dir/spirograph.c.o: graphics/spirograph.c +graphics/CMakeFiles/spirograph.dir/spirograph.c.o: graphics/CMakeFiles/spirograph.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object graphics/CMakeFiles/spirograph.dir/spirograph.c.o" + cd /Users/jesperolsen/development/C/graphics && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT graphics/CMakeFiles/spirograph.dir/spirograph.c.o -MF CMakeFiles/spirograph.dir/spirograph.c.o.d -o CMakeFiles/spirograph.dir/spirograph.c.o -c /Users/jesperolsen/development/C/graphics/spirograph.c + +graphics/CMakeFiles/spirograph.dir/spirograph.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/spirograph.dir/spirograph.c.i" + cd /Users/jesperolsen/development/C/graphics && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/graphics/spirograph.c > CMakeFiles/spirograph.dir/spirograph.c.i + +graphics/CMakeFiles/spirograph.dir/spirograph.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/spirograph.dir/spirograph.c.s" + cd /Users/jesperolsen/development/C/graphics && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/graphics/spirograph.c -o CMakeFiles/spirograph.dir/spirograph.c.s + +# Object files for target spirograph +spirograph_OBJECTS = \ +"CMakeFiles/spirograph.dir/spirograph.c.o" + +# External object files for target spirograph +spirograph_EXTERNAL_OBJECTS = + +graphics/spirograph: graphics/CMakeFiles/spirograph.dir/spirograph.c.o +graphics/spirograph: graphics/CMakeFiles/spirograph.dir/build.make +graphics/spirograph: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +graphics/spirograph: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework +graphics/spirograph: graphics/CMakeFiles/spirograph.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable spirograph" + cd /Users/jesperolsen/development/C/graphics && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/spirograph.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +graphics/CMakeFiles/spirograph.dir/build: graphics/spirograph +.PHONY : graphics/CMakeFiles/spirograph.dir/build + +graphics/CMakeFiles/spirograph.dir/clean: + cd /Users/jesperolsen/development/C/graphics && $(CMAKE_COMMAND) -P CMakeFiles/spirograph.dir/cmake_clean.cmake +.PHONY : graphics/CMakeFiles/spirograph.dir/clean + +graphics/CMakeFiles/spirograph.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/graphics /Users/jesperolsen/development/C /Users/jesperolsen/development/C/graphics /Users/jesperolsen/development/C/graphics/CMakeFiles/spirograph.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : graphics/CMakeFiles/spirograph.dir/depend + diff --git a/graphics/CMakeFiles/spirograph.dir/cmake_clean.cmake b/graphics/CMakeFiles/spirograph.dir/cmake_clean.cmake new file mode 100644 index 0000000000..cb919bb5c1 --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/spirograph.dir/spirograph.c.o" + "CMakeFiles/spirograph.dir/spirograph.c.o.d" + "spirograph" + "spirograph.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/spirograph.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/graphics/CMakeFiles/spirograph.dir/compiler_depend.internal b/graphics/CMakeFiles/spirograph.dir/compiler_depend.internal new file mode 100644 index 0000000000..27536cda8a --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/compiler_depend.internal @@ -0,0 +1,105 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +graphics/CMakeFiles/spirograph.dir/spirograph.c.o + /Users/jesperolsen/development/C/graphics/spirograph.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/os/availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/graphics/CMakeFiles/spirograph.dir/compiler_depend.make b/graphics/CMakeFiles/spirograph.dir/compiler_depend.make new file mode 100644 index 0000000000..32f3ac7b6e --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/compiler_depend.make @@ -0,0 +1,304 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +graphics/CMakeFiles/spirograph.dir/spirograph.c.o: graphics/spirograph.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/os/availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +graphics/spirograph.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/os/availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: diff --git a/graphics/CMakeFiles/spirograph.dir/compiler_depend.ts b/graphics/CMakeFiles/spirograph.dir/compiler_depend.ts new file mode 100644 index 0000000000..487705e17a --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for spirograph. diff --git a/graphics/CMakeFiles/spirograph.dir/depend.make b/graphics/CMakeFiles/spirograph.dir/depend.make new file mode 100644 index 0000000000..b2a92dbe7d --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for spirograph. +# This may be replaced when dependencies are built. diff --git a/graphics/CMakeFiles/spirograph.dir/flags.make b/graphics/CMakeFiles/spirograph.dir/flags.make new file mode 100644 index 0000000000..8634593f60 --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = -DUSE_GLUT + +C_INCLUDES = -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers -iframework /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks + +C_FLAGSarm64 = -std=gnu11 -arch arm64 -Wno-deprecated + +C_FLAGS = -std=gnu11 -arch arm64 -Wno-deprecated + diff --git a/graphics/CMakeFiles/spirograph.dir/link.txt b/graphics/CMakeFiles/spirograph.dir/link.txt new file mode 100644 index 0000000000..8eb2ac8b89 --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/spirograph.dir/spirograph.c.o -o spirograph /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd -framework OpenGL -framework GLUT -framework Cocoa diff --git a/graphics/CMakeFiles/spirograph.dir/progress.make b/graphics/CMakeFiles/spirograph.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/graphics/CMakeFiles/spirograph.dir/spirograph.c.o b/graphics/CMakeFiles/spirograph.dir/spirograph.c.o new file mode 100644 index 0000000000..62d9247f88 Binary files /dev/null and b/graphics/CMakeFiles/spirograph.dir/spirograph.c.o differ diff --git a/graphics/CMakeFiles/spirograph.dir/spirograph.c.o.d b/graphics/CMakeFiles/spirograph.dir/spirograph.c.o.d new file mode 100644 index 0000000000..eb0798183d --- /dev/null +++ b/graphics/CMakeFiles/spirograph.dir/spirograph.c.o.d @@ -0,0 +1,101 @@ +graphics/CMakeFiles/spirograph.dir/spirograph.c.o: \ + /Users/jesperolsen/development/C/graphics/spirograph.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/os/availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gltypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h diff --git a/graphics/Makefile b/graphics/Makefile new file mode 100644 index 0000000000..7e1db93360 --- /dev/null +++ b/graphics/Makefile @@ -0,0 +1,253 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/graphics//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 graphics/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 graphics/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 graphics/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 graphics/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +graphics/CMakeFiles/spirograph.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 graphics/CMakeFiles/spirograph.dir/rule +.PHONY : graphics/CMakeFiles/spirograph.dir/rule + +# Convenience name for target. +spirograph: graphics/CMakeFiles/spirograph.dir/rule +.PHONY : spirograph + +# fast build rule for target. +spirograph/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/build +.PHONY : spirograph/fast + +spirograph.o: spirograph.c.o +.PHONY : spirograph.o + +# target to build an object file +spirograph.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/spirograph.c.o +.PHONY : spirograph.c.o + +spirograph.i: spirograph.c.i +.PHONY : spirograph.i + +# target to preprocess a source file +spirograph.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/spirograph.c.i +.PHONY : spirograph.c.i + +spirograph.s: spirograph.c.s +.PHONY : spirograph.s + +# target to generate assembly for a file +spirograph.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f graphics/CMakeFiles/spirograph.dir/build.make graphics/CMakeFiles/spirograph.dir/spirograph.c.s +.PHONY : spirograph.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... spirograph" + @echo "... spirograph.o" + @echo "... spirograph.i" + @echo "... spirograph.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/graphics/cmake_install.cmake b/graphics/cmake_install.cmake new file mode 100644 index 0000000000..6fb7ba642e --- /dev/null +++ b/graphics/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /Users/jesperolsen/development/C/graphics + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/graphics" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/graphics/spirograph") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/graphics/spirograph" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/graphics/spirograph") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/graphics/spirograph") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/graphics/CMakeFiles/spirograph.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/graphics/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/graphics/spirograph b/graphics/spirograph new file mode 100755 index 0000000000..dc9c25c942 Binary files /dev/null and b/graphics/spirograph differ diff --git a/hash/CMakeFiles/CMakeDirectoryInformation.cmake b/hash/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/hash/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/hash/CMakeFiles/hash_adler32.dir/DependInfo.cmake b/hash/CMakeFiles/hash_adler32.dir/DependInfo.cmake new file mode 100644 index 0000000000..81ec51b179 --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/hash/hash_adler32.c" "hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o" "gcc" "hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hash/CMakeFiles/hash_adler32.dir/build.make b/hash/CMakeFiles/hash_adler32.dir/build.make new file mode 100644 index 0000000000..5e3fa6cdd5 --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include hash/CMakeFiles/hash_adler32.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include hash/CMakeFiles/hash_adler32.dir/compiler_depend.make + +# Include the progress variables for this target. +include hash/CMakeFiles/hash_adler32.dir/progress.make + +# Include the compile flags for this target's objects. +include hash/CMakeFiles/hash_adler32.dir/flags.make + +hash/CMakeFiles/hash_adler32.dir/codegen: +.PHONY : hash/CMakeFiles/hash_adler32.dir/codegen + +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o: hash/CMakeFiles/hash_adler32.dir/flags.make +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o: hash/hash_adler32.c +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o: hash/CMakeFiles/hash_adler32.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o -MF CMakeFiles/hash_adler32.dir/hash_adler32.c.o.d -o CMakeFiles/hash_adler32.dir/hash_adler32.c.o -c /Users/jesperolsen/development/C/hash/hash_adler32.c + +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hash_adler32.dir/hash_adler32.c.i" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/hash/hash_adler32.c > CMakeFiles/hash_adler32.dir/hash_adler32.c.i + +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hash_adler32.dir/hash_adler32.c.s" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/hash/hash_adler32.c -o CMakeFiles/hash_adler32.dir/hash_adler32.c.s + +# Object files for target hash_adler32 +hash_adler32_OBJECTS = \ +"CMakeFiles/hash_adler32.dir/hash_adler32.c.o" + +# External object files for target hash_adler32 +hash_adler32_EXTERNAL_OBJECTS = + +hash/hash_adler32: hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o +hash/hash_adler32: hash/CMakeFiles/hash_adler32.dir/build.make +hash/hash_adler32: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +hash/hash_adler32: hash/CMakeFiles/hash_adler32.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hash_adler32" + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hash_adler32.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +hash/CMakeFiles/hash_adler32.dir/build: hash/hash_adler32 +.PHONY : hash/CMakeFiles/hash_adler32.dir/build + +hash/CMakeFiles/hash_adler32.dir/clean: + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -P CMakeFiles/hash_adler32.dir/cmake_clean.cmake +.PHONY : hash/CMakeFiles/hash_adler32.dir/clean + +hash/CMakeFiles/hash_adler32.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C/hash/CMakeFiles/hash_adler32.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : hash/CMakeFiles/hash_adler32.dir/depend + diff --git a/hash/CMakeFiles/hash_adler32.dir/cmake_clean.cmake b/hash/CMakeFiles/hash_adler32.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9e30c614c6 --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hash_adler32.dir/hash_adler32.c.o" + "CMakeFiles/hash_adler32.dir/hash_adler32.c.o.d" + "hash_adler32" + "hash_adler32.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hash_adler32.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hash/CMakeFiles/hash_adler32.dir/compiler_depend.internal b/hash/CMakeFiles/hash_adler32.dir/compiler_depend.internal new file mode 100644 index 0000000000..6ca368670f --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o + /Users/jesperolsen/development/C/hash/hash_adler32.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/hash/CMakeFiles/hash_adler32.dir/compiler_depend.make b/hash/CMakeFiles/hash_adler32.dir/compiler_depend.make new file mode 100644 index 0000000000..49cd1f22c8 --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o: hash/hash_adler32.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +hash/hash_adler32.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/hash/CMakeFiles/hash_adler32.dir/compiler_depend.ts b/hash/CMakeFiles/hash_adler32.dir/compiler_depend.ts new file mode 100644 index 0000000000..96f51d9fa2 --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hash_adler32. diff --git a/hash/CMakeFiles/hash_adler32.dir/depend.make b/hash/CMakeFiles/hash_adler32.dir/depend.make new file mode 100644 index 0000000000..2431cb900a --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hash_adler32. +# This may be replaced when dependencies are built. diff --git a/hash/CMakeFiles/hash_adler32.dir/flags.make b/hash/CMakeFiles/hash_adler32.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o b/hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o new file mode 100644 index 0000000000..9be8743d3d Binary files /dev/null and b/hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o differ diff --git a/hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o.d b/hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o.d new file mode 100644 index 0000000000..12c5ede22e --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o.d @@ -0,0 +1,56 @@ +hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o: \ + /Users/jesperolsen/development/C/hash/hash_adler32.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/hash/CMakeFiles/hash_adler32.dir/link.txt b/hash/CMakeFiles/hash_adler32.dir/link.txt new file mode 100644 index 0000000000..f296837760 --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hash_adler32.dir/hash_adler32.c.o -o hash_adler32 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/hash/CMakeFiles/hash_adler32.dir/progress.make b/hash/CMakeFiles/hash_adler32.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/hash/CMakeFiles/hash_adler32.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/hash/CMakeFiles/hash_blake2b.dir/DependInfo.cmake b/hash/CMakeFiles/hash_blake2b.dir/DependInfo.cmake new file mode 100644 index 0000000000..3258a1532b --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/hash/hash_blake2b.c" "hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o" "gcc" "hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hash/CMakeFiles/hash_blake2b.dir/build.make b/hash/CMakeFiles/hash_blake2b.dir/build.make new file mode 100644 index 0000000000..cc79f79a8b --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include hash/CMakeFiles/hash_blake2b.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include hash/CMakeFiles/hash_blake2b.dir/compiler_depend.make + +# Include the progress variables for this target. +include hash/CMakeFiles/hash_blake2b.dir/progress.make + +# Include the compile flags for this target's objects. +include hash/CMakeFiles/hash_blake2b.dir/flags.make + +hash/CMakeFiles/hash_blake2b.dir/codegen: +.PHONY : hash/CMakeFiles/hash_blake2b.dir/codegen + +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o: hash/CMakeFiles/hash_blake2b.dir/flags.make +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o: hash/hash_blake2b.c +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o: hash/CMakeFiles/hash_blake2b.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o -MF CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o.d -o CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o -c /Users/jesperolsen/development/C/hash/hash_blake2b.c + +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hash_blake2b.dir/hash_blake2b.c.i" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/hash/hash_blake2b.c > CMakeFiles/hash_blake2b.dir/hash_blake2b.c.i + +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hash_blake2b.dir/hash_blake2b.c.s" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/hash/hash_blake2b.c -o CMakeFiles/hash_blake2b.dir/hash_blake2b.c.s + +# Object files for target hash_blake2b +hash_blake2b_OBJECTS = \ +"CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o" + +# External object files for target hash_blake2b +hash_blake2b_EXTERNAL_OBJECTS = + +hash/hash_blake2b: hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o +hash/hash_blake2b: hash/CMakeFiles/hash_blake2b.dir/build.make +hash/hash_blake2b: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +hash/hash_blake2b: hash/CMakeFiles/hash_blake2b.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hash_blake2b" + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hash_blake2b.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +hash/CMakeFiles/hash_blake2b.dir/build: hash/hash_blake2b +.PHONY : hash/CMakeFiles/hash_blake2b.dir/build + +hash/CMakeFiles/hash_blake2b.dir/clean: + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -P CMakeFiles/hash_blake2b.dir/cmake_clean.cmake +.PHONY : hash/CMakeFiles/hash_blake2b.dir/clean + +hash/CMakeFiles/hash_blake2b.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C/hash/CMakeFiles/hash_blake2b.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : hash/CMakeFiles/hash_blake2b.dir/depend + diff --git a/hash/CMakeFiles/hash_blake2b.dir/cmake_clean.cmake b/hash/CMakeFiles/hash_blake2b.dir/cmake_clean.cmake new file mode 100644 index 0000000000..167020374a --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o" + "CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o.d" + "hash_blake2b" + "hash_blake2b.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hash_blake2b.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.internal b/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.internal new file mode 100644 index 0000000000..a85d1fdbad --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.internal @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o + /Users/jesperolsen/development/C/hash/hash_blake2b.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.make b/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.make new file mode 100644 index 0000000000..574690f88f --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.make @@ -0,0 +1,280 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o: hash/hash_blake2b.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +hash/hash_blake2b.c: diff --git a/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.ts b/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.ts new file mode 100644 index 0000000000..08799ef956 --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hash_blake2b. diff --git a/hash/CMakeFiles/hash_blake2b.dir/depend.make b/hash/CMakeFiles/hash_blake2b.dir/depend.make new file mode 100644 index 0000000000..a9e5ae1e84 --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hash_blake2b. +# This may be replaced when dependencies are built. diff --git a/hash/CMakeFiles/hash_blake2b.dir/flags.make b/hash/CMakeFiles/hash_blake2b.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o b/hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o new file mode 100644 index 0000000000..75f13e0964 Binary files /dev/null and b/hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o differ diff --git a/hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o.d b/hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o.d new file mode 100644 index 0000000000..fb3b46b690 --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o.d @@ -0,0 +1,93 @@ +hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o: \ + /Users/jesperolsen/development/C/hash/hash_blake2b.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/hash/CMakeFiles/hash_blake2b.dir/link.txt b/hash/CMakeFiles/hash_blake2b.dir/link.txt new file mode 100644 index 0000000000..784066c29c --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o -o hash_blake2b /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/hash/CMakeFiles/hash_blake2b.dir/progress.make b/hash/CMakeFiles/hash_blake2b.dir/progress.make new file mode 100644 index 0000000000..bb574bc1f7 --- /dev/null +++ b/hash/CMakeFiles/hash_blake2b.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 28 + diff --git a/hash/CMakeFiles/hash_crc32.dir/DependInfo.cmake b/hash/CMakeFiles/hash_crc32.dir/DependInfo.cmake new file mode 100644 index 0000000000..bd60c50222 --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/hash/hash_crc32.c" "hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o" "gcc" "hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hash/CMakeFiles/hash_crc32.dir/build.make b/hash/CMakeFiles/hash_crc32.dir/build.make new file mode 100644 index 0000000000..1d2d9fa209 --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include hash/CMakeFiles/hash_crc32.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include hash/CMakeFiles/hash_crc32.dir/compiler_depend.make + +# Include the progress variables for this target. +include hash/CMakeFiles/hash_crc32.dir/progress.make + +# Include the compile flags for this target's objects. +include hash/CMakeFiles/hash_crc32.dir/flags.make + +hash/CMakeFiles/hash_crc32.dir/codegen: +.PHONY : hash/CMakeFiles/hash_crc32.dir/codegen + +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o: hash/CMakeFiles/hash_crc32.dir/flags.make +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o: hash/hash_crc32.c +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o: hash/CMakeFiles/hash_crc32.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o -MF CMakeFiles/hash_crc32.dir/hash_crc32.c.o.d -o CMakeFiles/hash_crc32.dir/hash_crc32.c.o -c /Users/jesperolsen/development/C/hash/hash_crc32.c + +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hash_crc32.dir/hash_crc32.c.i" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/hash/hash_crc32.c > CMakeFiles/hash_crc32.dir/hash_crc32.c.i + +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hash_crc32.dir/hash_crc32.c.s" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/hash/hash_crc32.c -o CMakeFiles/hash_crc32.dir/hash_crc32.c.s + +# Object files for target hash_crc32 +hash_crc32_OBJECTS = \ +"CMakeFiles/hash_crc32.dir/hash_crc32.c.o" + +# External object files for target hash_crc32 +hash_crc32_EXTERNAL_OBJECTS = + +hash/hash_crc32: hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o +hash/hash_crc32: hash/CMakeFiles/hash_crc32.dir/build.make +hash/hash_crc32: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +hash/hash_crc32: hash/CMakeFiles/hash_crc32.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hash_crc32" + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hash_crc32.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +hash/CMakeFiles/hash_crc32.dir/build: hash/hash_crc32 +.PHONY : hash/CMakeFiles/hash_crc32.dir/build + +hash/CMakeFiles/hash_crc32.dir/clean: + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -P CMakeFiles/hash_crc32.dir/cmake_clean.cmake +.PHONY : hash/CMakeFiles/hash_crc32.dir/clean + +hash/CMakeFiles/hash_crc32.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C/hash/CMakeFiles/hash_crc32.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : hash/CMakeFiles/hash_crc32.dir/depend + diff --git a/hash/CMakeFiles/hash_crc32.dir/cmake_clean.cmake b/hash/CMakeFiles/hash_crc32.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ada7e45843 --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hash_crc32.dir/hash_crc32.c.o" + "CMakeFiles/hash_crc32.dir/hash_crc32.c.o.d" + "hash_crc32" + "hash_crc32.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hash_crc32.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hash/CMakeFiles/hash_crc32.dir/compiler_depend.internal b/hash/CMakeFiles/hash_crc32.dir/compiler_depend.internal new file mode 100644 index 0000000000..124bcd57e9 --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o + /Users/jesperolsen/development/C/hash/hash_crc32.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/hash/CMakeFiles/hash_crc32.dir/compiler_depend.make b/hash/CMakeFiles/hash_crc32.dir/compiler_depend.make new file mode 100644 index 0000000000..6824114e6a --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o: hash/hash_crc32.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +hash/hash_crc32.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: diff --git a/hash/CMakeFiles/hash_crc32.dir/compiler_depend.ts b/hash/CMakeFiles/hash_crc32.dir/compiler_depend.ts new file mode 100644 index 0000000000..3dcb0c629a --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hash_crc32. diff --git a/hash/CMakeFiles/hash_crc32.dir/depend.make b/hash/CMakeFiles/hash_crc32.dir/depend.make new file mode 100644 index 0000000000..7da399f82e --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hash_crc32. +# This may be replaced when dependencies are built. diff --git a/hash/CMakeFiles/hash_crc32.dir/flags.make b/hash/CMakeFiles/hash_crc32.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o b/hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o new file mode 100644 index 0000000000..40e9203517 Binary files /dev/null and b/hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o differ diff --git a/hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o.d b/hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o.d new file mode 100644 index 0000000000..7121acb816 --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o.d @@ -0,0 +1,56 @@ +hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o: \ + /Users/jesperolsen/development/C/hash/hash_crc32.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/hash/CMakeFiles/hash_crc32.dir/link.txt b/hash/CMakeFiles/hash_crc32.dir/link.txt new file mode 100644 index 0000000000..dd9f666d7e --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hash_crc32.dir/hash_crc32.c.o -o hash_crc32 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/hash/CMakeFiles/hash_crc32.dir/progress.make b/hash/CMakeFiles/hash_crc32.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/hash/CMakeFiles/hash_crc32.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/hash/CMakeFiles/hash_djb2.dir/DependInfo.cmake b/hash/CMakeFiles/hash_djb2.dir/DependInfo.cmake new file mode 100644 index 0000000000..11ffeee5fa --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/hash/hash_djb2.c" "hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o" "gcc" "hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hash/CMakeFiles/hash_djb2.dir/build.make b/hash/CMakeFiles/hash_djb2.dir/build.make new file mode 100644 index 0000000000..4ccca98a7d --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include hash/CMakeFiles/hash_djb2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include hash/CMakeFiles/hash_djb2.dir/compiler_depend.make + +# Include the progress variables for this target. +include hash/CMakeFiles/hash_djb2.dir/progress.make + +# Include the compile flags for this target's objects. +include hash/CMakeFiles/hash_djb2.dir/flags.make + +hash/CMakeFiles/hash_djb2.dir/codegen: +.PHONY : hash/CMakeFiles/hash_djb2.dir/codegen + +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o: hash/CMakeFiles/hash_djb2.dir/flags.make +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o: hash/hash_djb2.c +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o: hash/CMakeFiles/hash_djb2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o -MF CMakeFiles/hash_djb2.dir/hash_djb2.c.o.d -o CMakeFiles/hash_djb2.dir/hash_djb2.c.o -c /Users/jesperolsen/development/C/hash/hash_djb2.c + +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hash_djb2.dir/hash_djb2.c.i" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/hash/hash_djb2.c > CMakeFiles/hash_djb2.dir/hash_djb2.c.i + +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hash_djb2.dir/hash_djb2.c.s" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/hash/hash_djb2.c -o CMakeFiles/hash_djb2.dir/hash_djb2.c.s + +# Object files for target hash_djb2 +hash_djb2_OBJECTS = \ +"CMakeFiles/hash_djb2.dir/hash_djb2.c.o" + +# External object files for target hash_djb2 +hash_djb2_EXTERNAL_OBJECTS = + +hash/hash_djb2: hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o +hash/hash_djb2: hash/CMakeFiles/hash_djb2.dir/build.make +hash/hash_djb2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +hash/hash_djb2: hash/CMakeFiles/hash_djb2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hash_djb2" + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hash_djb2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +hash/CMakeFiles/hash_djb2.dir/build: hash/hash_djb2 +.PHONY : hash/CMakeFiles/hash_djb2.dir/build + +hash/CMakeFiles/hash_djb2.dir/clean: + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -P CMakeFiles/hash_djb2.dir/cmake_clean.cmake +.PHONY : hash/CMakeFiles/hash_djb2.dir/clean + +hash/CMakeFiles/hash_djb2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C/hash/CMakeFiles/hash_djb2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : hash/CMakeFiles/hash_djb2.dir/depend + diff --git a/hash/CMakeFiles/hash_djb2.dir/cmake_clean.cmake b/hash/CMakeFiles/hash_djb2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..2293c6d1d2 --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hash_djb2.dir/hash_djb2.c.o" + "CMakeFiles/hash_djb2.dir/hash_djb2.c.o.d" + "hash_djb2" + "hash_djb2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hash_djb2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hash/CMakeFiles/hash_djb2.dir/compiler_depend.internal b/hash/CMakeFiles/hash_djb2.dir/compiler_depend.internal new file mode 100644 index 0000000000..59144010ba --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o + /Users/jesperolsen/development/C/hash/hash_djb2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/hash/CMakeFiles/hash_djb2.dir/compiler_depend.make b/hash/CMakeFiles/hash_djb2.dir/compiler_depend.make new file mode 100644 index 0000000000..8d017db6c9 --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o: hash/hash_djb2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +hash/hash_djb2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: diff --git a/hash/CMakeFiles/hash_djb2.dir/compiler_depend.ts b/hash/CMakeFiles/hash_djb2.dir/compiler_depend.ts new file mode 100644 index 0000000000..4046e6ca10 --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hash_djb2. diff --git a/hash/CMakeFiles/hash_djb2.dir/depend.make b/hash/CMakeFiles/hash_djb2.dir/depend.make new file mode 100644 index 0000000000..12b5932856 --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hash_djb2. +# This may be replaced when dependencies are built. diff --git a/hash/CMakeFiles/hash_djb2.dir/flags.make b/hash/CMakeFiles/hash_djb2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o b/hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o new file mode 100644 index 0000000000..2396c611b6 Binary files /dev/null and b/hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o differ diff --git a/hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o.d b/hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o.d new file mode 100644 index 0000000000..9aa071177d --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o.d @@ -0,0 +1,56 @@ +hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o: \ + /Users/jesperolsen/development/C/hash/hash_djb2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/hash/CMakeFiles/hash_djb2.dir/link.txt b/hash/CMakeFiles/hash_djb2.dir/link.txt new file mode 100644 index 0000000000..13aecfcba0 --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hash_djb2.dir/hash_djb2.c.o -o hash_djb2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/hash/CMakeFiles/hash_djb2.dir/progress.make b/hash/CMakeFiles/hash_djb2.dir/progress.make new file mode 100644 index 0000000000..b2fb3ce841 --- /dev/null +++ b/hash/CMakeFiles/hash_djb2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 29 + diff --git a/hash/CMakeFiles/hash_sdbm.dir/DependInfo.cmake b/hash/CMakeFiles/hash_sdbm.dir/DependInfo.cmake new file mode 100644 index 0000000000..645cc4614c --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/hash/hash_sdbm.c" "hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o" "gcc" "hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hash/CMakeFiles/hash_sdbm.dir/build.make b/hash/CMakeFiles/hash_sdbm.dir/build.make new file mode 100644 index 0000000000..d1b0d9c2f9 --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include hash/CMakeFiles/hash_sdbm.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include hash/CMakeFiles/hash_sdbm.dir/compiler_depend.make + +# Include the progress variables for this target. +include hash/CMakeFiles/hash_sdbm.dir/progress.make + +# Include the compile flags for this target's objects. +include hash/CMakeFiles/hash_sdbm.dir/flags.make + +hash/CMakeFiles/hash_sdbm.dir/codegen: +.PHONY : hash/CMakeFiles/hash_sdbm.dir/codegen + +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o: hash/CMakeFiles/hash_sdbm.dir/flags.make +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o: hash/hash_sdbm.c +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o: hash/CMakeFiles/hash_sdbm.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o -MF CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o.d -o CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o -c /Users/jesperolsen/development/C/hash/hash_sdbm.c + +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hash_sdbm.dir/hash_sdbm.c.i" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/hash/hash_sdbm.c > CMakeFiles/hash_sdbm.dir/hash_sdbm.c.i + +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hash_sdbm.dir/hash_sdbm.c.s" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/hash/hash_sdbm.c -o CMakeFiles/hash_sdbm.dir/hash_sdbm.c.s + +# Object files for target hash_sdbm +hash_sdbm_OBJECTS = \ +"CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o" + +# External object files for target hash_sdbm +hash_sdbm_EXTERNAL_OBJECTS = + +hash/hash_sdbm: hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o +hash/hash_sdbm: hash/CMakeFiles/hash_sdbm.dir/build.make +hash/hash_sdbm: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +hash/hash_sdbm: hash/CMakeFiles/hash_sdbm.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hash_sdbm" + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hash_sdbm.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +hash/CMakeFiles/hash_sdbm.dir/build: hash/hash_sdbm +.PHONY : hash/CMakeFiles/hash_sdbm.dir/build + +hash/CMakeFiles/hash_sdbm.dir/clean: + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -P CMakeFiles/hash_sdbm.dir/cmake_clean.cmake +.PHONY : hash/CMakeFiles/hash_sdbm.dir/clean + +hash/CMakeFiles/hash_sdbm.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C/hash/CMakeFiles/hash_sdbm.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : hash/CMakeFiles/hash_sdbm.dir/depend + diff --git a/hash/CMakeFiles/hash_sdbm.dir/cmake_clean.cmake b/hash/CMakeFiles/hash_sdbm.dir/cmake_clean.cmake new file mode 100644 index 0000000000..74723f1d37 --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o" + "CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o.d" + "hash_sdbm" + "hash_sdbm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hash_sdbm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.internal b/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.internal new file mode 100644 index 0000000000..8b14196e61 --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o + /Users/jesperolsen/development/C/hash/hash_sdbm.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.make b/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.make new file mode 100644 index 0000000000..cf175bc99e --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o: hash/hash_sdbm.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +hash/hash_sdbm.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.ts b/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.ts new file mode 100644 index 0000000000..6cbb695257 --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hash_sdbm. diff --git a/hash/CMakeFiles/hash_sdbm.dir/depend.make b/hash/CMakeFiles/hash_sdbm.dir/depend.make new file mode 100644 index 0000000000..4d07ff32d6 --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hash_sdbm. +# This may be replaced when dependencies are built. diff --git a/hash/CMakeFiles/hash_sdbm.dir/flags.make b/hash/CMakeFiles/hash_sdbm.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o b/hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o new file mode 100644 index 0000000000..c9558b84fe Binary files /dev/null and b/hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o differ diff --git a/hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o.d b/hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o.d new file mode 100644 index 0000000000..0acd32f2f6 --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o.d @@ -0,0 +1,56 @@ +hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o: \ + /Users/jesperolsen/development/C/hash/hash_sdbm.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/hash/CMakeFiles/hash_sdbm.dir/link.txt b/hash/CMakeFiles/hash_sdbm.dir/link.txt new file mode 100644 index 0000000000..a2bb3479ee --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o -o hash_sdbm /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/hash/CMakeFiles/hash_sdbm.dir/progress.make b/hash/CMakeFiles/hash_sdbm.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/hash/CMakeFiles/hash_sdbm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/hash/CMakeFiles/hash_xor8.dir/DependInfo.cmake b/hash/CMakeFiles/hash_xor8.dir/DependInfo.cmake new file mode 100644 index 0000000000..9d7b49d14a --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/hash/hash_xor8.c" "hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o" "gcc" "hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hash/CMakeFiles/hash_xor8.dir/build.make b/hash/CMakeFiles/hash_xor8.dir/build.make new file mode 100644 index 0000000000..d0a4e937c8 --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include hash/CMakeFiles/hash_xor8.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include hash/CMakeFiles/hash_xor8.dir/compiler_depend.make + +# Include the progress variables for this target. +include hash/CMakeFiles/hash_xor8.dir/progress.make + +# Include the compile flags for this target's objects. +include hash/CMakeFiles/hash_xor8.dir/flags.make + +hash/CMakeFiles/hash_xor8.dir/codegen: +.PHONY : hash/CMakeFiles/hash_xor8.dir/codegen + +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o: hash/CMakeFiles/hash_xor8.dir/flags.make +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o: hash/hash_xor8.c +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o: hash/CMakeFiles/hash_xor8.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o -MF CMakeFiles/hash_xor8.dir/hash_xor8.c.o.d -o CMakeFiles/hash_xor8.dir/hash_xor8.c.o -c /Users/jesperolsen/development/C/hash/hash_xor8.c + +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hash_xor8.dir/hash_xor8.c.i" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/hash/hash_xor8.c > CMakeFiles/hash_xor8.dir/hash_xor8.c.i + +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hash_xor8.dir/hash_xor8.c.s" + cd /Users/jesperolsen/development/C/hash && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/hash/hash_xor8.c -o CMakeFiles/hash_xor8.dir/hash_xor8.c.s + +# Object files for target hash_xor8 +hash_xor8_OBJECTS = \ +"CMakeFiles/hash_xor8.dir/hash_xor8.c.o" + +# External object files for target hash_xor8 +hash_xor8_EXTERNAL_OBJECTS = + +hash/hash_xor8: hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o +hash/hash_xor8: hash/CMakeFiles/hash_xor8.dir/build.make +hash/hash_xor8: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +hash/hash_xor8: hash/CMakeFiles/hash_xor8.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hash_xor8" + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hash_xor8.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +hash/CMakeFiles/hash_xor8.dir/build: hash/hash_xor8 +.PHONY : hash/CMakeFiles/hash_xor8.dir/build + +hash/CMakeFiles/hash_xor8.dir/clean: + cd /Users/jesperolsen/development/C/hash && $(CMAKE_COMMAND) -P CMakeFiles/hash_xor8.dir/cmake_clean.cmake +.PHONY : hash/CMakeFiles/hash_xor8.dir/clean + +hash/CMakeFiles/hash_xor8.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C /Users/jesperolsen/development/C/hash /Users/jesperolsen/development/C/hash/CMakeFiles/hash_xor8.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : hash/CMakeFiles/hash_xor8.dir/depend + diff --git a/hash/CMakeFiles/hash_xor8.dir/cmake_clean.cmake b/hash/CMakeFiles/hash_xor8.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ad3258a57c --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hash_xor8.dir/hash_xor8.c.o" + "CMakeFiles/hash_xor8.dir/hash_xor8.c.o.d" + "hash_xor8" + "hash_xor8.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hash_xor8.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hash/CMakeFiles/hash_xor8.dir/compiler_depend.internal b/hash/CMakeFiles/hash_xor8.dir/compiler_depend.internal new file mode 100644 index 0000000000..af84d6a9cb --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o + /Users/jesperolsen/development/C/hash/hash_xor8.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/hash/CMakeFiles/hash_xor8.dir/compiler_depend.make b/hash/CMakeFiles/hash_xor8.dir/compiler_depend.make new file mode 100644 index 0000000000..1c4c5fa589 --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o: hash/hash_xor8.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +hash/hash_xor8.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: diff --git a/hash/CMakeFiles/hash_xor8.dir/compiler_depend.ts b/hash/CMakeFiles/hash_xor8.dir/compiler_depend.ts new file mode 100644 index 0000000000..c7d2626224 --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hash_xor8. diff --git a/hash/CMakeFiles/hash_xor8.dir/depend.make b/hash/CMakeFiles/hash_xor8.dir/depend.make new file mode 100644 index 0000000000..eebd29dedc --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hash_xor8. +# This may be replaced when dependencies are built. diff --git a/hash/CMakeFiles/hash_xor8.dir/flags.make b/hash/CMakeFiles/hash_xor8.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o b/hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o new file mode 100644 index 0000000000..71d98c6139 Binary files /dev/null and b/hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o differ diff --git a/hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o.d b/hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o.d new file mode 100644 index 0000000000..92ab2609e7 --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o.d @@ -0,0 +1,56 @@ +hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o: \ + /Users/jesperolsen/development/C/hash/hash_xor8.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/hash/CMakeFiles/hash_xor8.dir/link.txt b/hash/CMakeFiles/hash_xor8.dir/link.txt new file mode 100644 index 0000000000..6de79432d3 --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hash_xor8.dir/hash_xor8.c.o -o hash_xor8 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/hash/CMakeFiles/hash_xor8.dir/progress.make b/hash/CMakeFiles/hash_xor8.dir/progress.make new file mode 100644 index 0000000000..15129b8755 --- /dev/null +++ b/hash/CMakeFiles/hash_xor8.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 30 + diff --git a/hash/CMakeFiles/progress.marks b/hash/CMakeFiles/progress.marks new file mode 100644 index 0000000000..00750edc07 --- /dev/null +++ b/hash/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/hash/Makefile b/hash/Makefile new file mode 100644 index 0000000000..4e4703ea15 --- /dev/null +++ b/hash/Makefile @@ -0,0 +1,463 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/hash//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +hash/CMakeFiles/hash_adler32.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_adler32.dir/rule +.PHONY : hash/CMakeFiles/hash_adler32.dir/rule + +# Convenience name for target. +hash_adler32: hash/CMakeFiles/hash_adler32.dir/rule +.PHONY : hash_adler32 + +# fast build rule for target. +hash_adler32/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/build +.PHONY : hash_adler32/fast + +# Convenience name for target. +hash/CMakeFiles/hash_blake2b.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_blake2b.dir/rule +.PHONY : hash/CMakeFiles/hash_blake2b.dir/rule + +# Convenience name for target. +hash_blake2b: hash/CMakeFiles/hash_blake2b.dir/rule +.PHONY : hash_blake2b + +# fast build rule for target. +hash_blake2b/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/build +.PHONY : hash_blake2b/fast + +# Convenience name for target. +hash/CMakeFiles/hash_crc32.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_crc32.dir/rule +.PHONY : hash/CMakeFiles/hash_crc32.dir/rule + +# Convenience name for target. +hash_crc32: hash/CMakeFiles/hash_crc32.dir/rule +.PHONY : hash_crc32 + +# fast build rule for target. +hash_crc32/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/build +.PHONY : hash_crc32/fast + +# Convenience name for target. +hash/CMakeFiles/hash_djb2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_djb2.dir/rule +.PHONY : hash/CMakeFiles/hash_djb2.dir/rule + +# Convenience name for target. +hash_djb2: hash/CMakeFiles/hash_djb2.dir/rule +.PHONY : hash_djb2 + +# fast build rule for target. +hash_djb2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/build +.PHONY : hash_djb2/fast + +# Convenience name for target. +hash/CMakeFiles/hash_sdbm.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_sdbm.dir/rule +.PHONY : hash/CMakeFiles/hash_sdbm.dir/rule + +# Convenience name for target. +hash_sdbm: hash/CMakeFiles/hash_sdbm.dir/rule +.PHONY : hash_sdbm + +# fast build rule for target. +hash_sdbm/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/build +.PHONY : hash_sdbm/fast + +# Convenience name for target. +hash/CMakeFiles/hash_xor8.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hash/CMakeFiles/hash_xor8.dir/rule +.PHONY : hash/CMakeFiles/hash_xor8.dir/rule + +# Convenience name for target. +hash_xor8: hash/CMakeFiles/hash_xor8.dir/rule +.PHONY : hash_xor8 + +# fast build rule for target. +hash_xor8/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/build +.PHONY : hash_xor8/fast + +hash_adler32.o: hash_adler32.c.o +.PHONY : hash_adler32.o + +# target to build an object file +hash_adler32.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.o +.PHONY : hash_adler32.c.o + +hash_adler32.i: hash_adler32.c.i +.PHONY : hash_adler32.i + +# target to preprocess a source file +hash_adler32.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.i +.PHONY : hash_adler32.c.i + +hash_adler32.s: hash_adler32.c.s +.PHONY : hash_adler32.s + +# target to generate assembly for a file +hash_adler32.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_adler32.dir/build.make hash/CMakeFiles/hash_adler32.dir/hash_adler32.c.s +.PHONY : hash_adler32.c.s + +hash_blake2b.o: hash_blake2b.c.o +.PHONY : hash_blake2b.o + +# target to build an object file +hash_blake2b.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.o +.PHONY : hash_blake2b.c.o + +hash_blake2b.i: hash_blake2b.c.i +.PHONY : hash_blake2b.i + +# target to preprocess a source file +hash_blake2b.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.i +.PHONY : hash_blake2b.c.i + +hash_blake2b.s: hash_blake2b.c.s +.PHONY : hash_blake2b.s + +# target to generate assembly for a file +hash_blake2b.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_blake2b.dir/build.make hash/CMakeFiles/hash_blake2b.dir/hash_blake2b.c.s +.PHONY : hash_blake2b.c.s + +hash_crc32.o: hash_crc32.c.o +.PHONY : hash_crc32.o + +# target to build an object file +hash_crc32.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.o +.PHONY : hash_crc32.c.o + +hash_crc32.i: hash_crc32.c.i +.PHONY : hash_crc32.i + +# target to preprocess a source file +hash_crc32.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.i +.PHONY : hash_crc32.c.i + +hash_crc32.s: hash_crc32.c.s +.PHONY : hash_crc32.s + +# target to generate assembly for a file +hash_crc32.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_crc32.dir/build.make hash/CMakeFiles/hash_crc32.dir/hash_crc32.c.s +.PHONY : hash_crc32.c.s + +hash_djb2.o: hash_djb2.c.o +.PHONY : hash_djb2.o + +# target to build an object file +hash_djb2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.o +.PHONY : hash_djb2.c.o + +hash_djb2.i: hash_djb2.c.i +.PHONY : hash_djb2.i + +# target to preprocess a source file +hash_djb2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.i +.PHONY : hash_djb2.c.i + +hash_djb2.s: hash_djb2.c.s +.PHONY : hash_djb2.s + +# target to generate assembly for a file +hash_djb2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_djb2.dir/build.make hash/CMakeFiles/hash_djb2.dir/hash_djb2.c.s +.PHONY : hash_djb2.c.s + +hash_sdbm.o: hash_sdbm.c.o +.PHONY : hash_sdbm.o + +# target to build an object file +hash_sdbm.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.o +.PHONY : hash_sdbm.c.o + +hash_sdbm.i: hash_sdbm.c.i +.PHONY : hash_sdbm.i + +# target to preprocess a source file +hash_sdbm.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.i +.PHONY : hash_sdbm.c.i + +hash_sdbm.s: hash_sdbm.c.s +.PHONY : hash_sdbm.s + +# target to generate assembly for a file +hash_sdbm.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_sdbm.dir/build.make hash/CMakeFiles/hash_sdbm.dir/hash_sdbm.c.s +.PHONY : hash_sdbm.c.s + +hash_xor8.o: hash_xor8.c.o +.PHONY : hash_xor8.o + +# target to build an object file +hash_xor8.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.o +.PHONY : hash_xor8.c.o + +hash_xor8.i: hash_xor8.c.i +.PHONY : hash_xor8.i + +# target to preprocess a source file +hash_xor8.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.i +.PHONY : hash_xor8.c.i + +hash_xor8.s: hash_xor8.c.s +.PHONY : hash_xor8.s + +# target to generate assembly for a file +hash_xor8.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f hash/CMakeFiles/hash_xor8.dir/build.make hash/CMakeFiles/hash_xor8.dir/hash_xor8.c.s +.PHONY : hash_xor8.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... hash_adler32" + @echo "... hash_blake2b" + @echo "... hash_crc32" + @echo "... hash_djb2" + @echo "... hash_sdbm" + @echo "... hash_xor8" + @echo "... hash_adler32.o" + @echo "... hash_adler32.i" + @echo "... hash_adler32.s" + @echo "... hash_blake2b.o" + @echo "... hash_blake2b.i" + @echo "... hash_blake2b.s" + @echo "... hash_crc32.o" + @echo "... hash_crc32.i" + @echo "... hash_crc32.s" + @echo "... hash_djb2.o" + @echo "... hash_djb2.i" + @echo "... hash_djb2.s" + @echo "... hash_sdbm.o" + @echo "... hash_sdbm.i" + @echo "... hash_sdbm.s" + @echo "... hash_xor8.o" + @echo "... hash_xor8.i" + @echo "... hash_xor8.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hash/cmake_install.cmake b/hash/cmake_install.cmake new file mode 100644 index 0000000000..d03a5e3a59 --- /dev/null +++ b/hash/cmake_install.cmake @@ -0,0 +1,129 @@ +# Install script for directory: /Users/jesperolsen/development/C/hash + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/hash" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/hash/hash_adler32") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_adler32" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_adler32") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_adler32") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/hash/CMakeFiles/hash_adler32.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/hash" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/hash/hash_blake2b") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_blake2b" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_blake2b") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_blake2b") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/hash/CMakeFiles/hash_blake2b.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/hash" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/hash/hash_crc32") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_crc32" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_crc32") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_crc32") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/hash/CMakeFiles/hash_crc32.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/hash" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/hash/hash_djb2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_djb2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_djb2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_djb2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/hash/CMakeFiles/hash_djb2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/hash" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/hash/hash_sdbm") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_sdbm" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_sdbm") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_sdbm") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/hash/CMakeFiles/hash_sdbm.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/hash" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/hash/hash_xor8") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_xor8" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_xor8") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/hash/hash_xor8") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/hash/CMakeFiles/hash_xor8.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/hash/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/hash/hash_adler32 b/hash/hash_adler32 new file mode 100755 index 0000000000..0b98a5a831 Binary files /dev/null and b/hash/hash_adler32 differ diff --git a/hash/hash_blake2b b/hash/hash_blake2b new file mode 100755 index 0000000000..461d8dc69d Binary files /dev/null and b/hash/hash_blake2b differ diff --git a/hash/hash_crc32 b/hash/hash_crc32 new file mode 100755 index 0000000000..a60f9bcd95 Binary files /dev/null and b/hash/hash_crc32 differ diff --git a/hash/hash_djb2 b/hash/hash_djb2 new file mode 100755 index 0000000000..23f445339e Binary files /dev/null and b/hash/hash_djb2 differ diff --git a/hash/hash_djb2.c b/hash/hash_djb2.c index 48d0e1f9ab..17456ace9d 100644 --- a/hash/hash_djb2.c +++ b/hash/hash_djb2.c @@ -33,10 +33,10 @@ uint64_t djb2(const char* s) */ void test_djb2(void) { - assert(djb2("Hello World") == 13827776004929097857); - assert(djb2("Hello World!") == 13594750393630990530); - assert(djb2("Hello world") == 13827776004967047329); - assert(djb2("Hello world!") == 13594750394883323106); + assert(djb2("Hello World") == 13827776004929097857ULL); + assert(djb2("Hello World!") == 13594750393630990530ULL); + assert(djb2("Hello world") == 13827776004967047329ULL); + assert(djb2("Hello world!") == 13594750394883323106ULL); printf("Tests passed\n"); } diff --git a/hash/hash_sdbm b/hash/hash_sdbm new file mode 100755 index 0000000000..5f0e680bf5 Binary files /dev/null and b/hash/hash_sdbm differ diff --git a/hash/hash_xor8 b/hash/hash_xor8 new file mode 100755 index 0000000000..4c7078c6ef Binary files /dev/null and b/hash/hash_xor8 differ diff --git a/machine_learning/CMakeFiles/CMakeDirectoryInformation.cmake b/machine_learning/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/machine_learning/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/DependInfo.cmake b/machine_learning/CMakeFiles/adaline_learning.dir/DependInfo.cmake new file mode 100644 index 0000000000..9e179568e4 --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/machine_learning/adaline_learning.c" "machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o" "gcc" "machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o b/machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o new file mode 100644 index 0000000000..099a36972f Binary files /dev/null and b/machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o differ diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o.d b/machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o.d new file mode 100644 index 0000000000..3140f00a0f --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o.d @@ -0,0 +1,103 @@ +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o: \ + /Users/jesperolsen/development/C/machine_learning/adaline_learning.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/build.make b/machine_learning/CMakeFiles/adaline_learning.dir/build.make new file mode 100644 index 0000000000..075be6a0f8 --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include machine_learning/CMakeFiles/adaline_learning.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.make + +# Include the progress variables for this target. +include machine_learning/CMakeFiles/adaline_learning.dir/progress.make + +# Include the compile flags for this target's objects. +include machine_learning/CMakeFiles/adaline_learning.dir/flags.make + +machine_learning/CMakeFiles/adaline_learning.dir/codegen: +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/codegen + +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o: machine_learning/CMakeFiles/adaline_learning.dir/flags.make +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o: machine_learning/adaline_learning.c +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o: machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o -MF CMakeFiles/adaline_learning.dir/adaline_learning.c.o.d -o CMakeFiles/adaline_learning.dir/adaline_learning.c.o -c /Users/jesperolsen/development/C/machine_learning/adaline_learning.c + +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/adaline_learning.dir/adaline_learning.c.i" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/machine_learning/adaline_learning.c > CMakeFiles/adaline_learning.dir/adaline_learning.c.i + +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/adaline_learning.dir/adaline_learning.c.s" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/machine_learning/adaline_learning.c -o CMakeFiles/adaline_learning.dir/adaline_learning.c.s + +# Object files for target adaline_learning +adaline_learning_OBJECTS = \ +"CMakeFiles/adaline_learning.dir/adaline_learning.c.o" + +# External object files for target adaline_learning +adaline_learning_EXTERNAL_OBJECTS = + +machine_learning/adaline_learning: machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o +machine_learning/adaline_learning: machine_learning/CMakeFiles/adaline_learning.dir/build.make +machine_learning/adaline_learning: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +machine_learning/adaline_learning: machine_learning/CMakeFiles/adaline_learning.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable adaline_learning" + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/adaline_learning.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +machine_learning/CMakeFiles/adaline_learning.dir/build: machine_learning/adaline_learning +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/build + +machine_learning/CMakeFiles/adaline_learning.dir/clean: + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -P CMakeFiles/adaline_learning.dir/cmake_clean.cmake +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/clean + +machine_learning/CMakeFiles/adaline_learning.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C/machine_learning/CMakeFiles/adaline_learning.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/depend + diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/cmake_clean.cmake b/machine_learning/CMakeFiles/adaline_learning.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a63c284c45 --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/adaline_learning.dir/adaline_learning.c.o" + "CMakeFiles/adaline_learning.dir/adaline_learning.c.o.d" + "adaline_learning" + "adaline_learning.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/adaline_learning.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.internal b/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.internal new file mode 100644 index 0000000000..144af1f11d --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.internal @@ -0,0 +1,107 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o + /Users/jesperolsen/development/C/machine_learning/adaline_learning.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.make b/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.make new file mode 100644 index 0000000000..a6ab13402e --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.make @@ -0,0 +1,310 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o: machine_learning/adaline_learning.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +machine_learning/adaline_learning.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.ts b/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.ts new file mode 100644 index 0000000000..e5fd5bc0b2 --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for adaline_learning. diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/depend.make b/machine_learning/CMakeFiles/adaline_learning.dir/depend.make new file mode 100644 index 0000000000..a08001633b --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for adaline_learning. +# This may be replaced when dependencies are built. diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/flags.make b/machine_learning/CMakeFiles/adaline_learning.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/link.txt b/machine_learning/CMakeFiles/adaline_learning.dir/link.txt new file mode 100644 index 0000000000..7453aa7f2f --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/adaline_learning.dir/adaline_learning.c.o -o adaline_learning /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/machine_learning/CMakeFiles/adaline_learning.dir/progress.make b/machine_learning/CMakeFiles/adaline_learning.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/machine_learning/CMakeFiles/adaline_learning.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/DependInfo.cmake b/machine_learning/CMakeFiles/k_means_clustering.dir/DependInfo.cmake new file mode 100644 index 0000000000..de1f303571 --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/machine_learning/k_means_clustering.c" "machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o" "gcc" "machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/build.make b/machine_learning/CMakeFiles/k_means_clustering.dir/build.make new file mode 100644 index 0000000000..0ec7dd380e --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include machine_learning/CMakeFiles/k_means_clustering.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.make + +# Include the progress variables for this target. +include machine_learning/CMakeFiles/k_means_clustering.dir/progress.make + +# Include the compile flags for this target's objects. +include machine_learning/CMakeFiles/k_means_clustering.dir/flags.make + +machine_learning/CMakeFiles/k_means_clustering.dir/codegen: +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/codegen + +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o: machine_learning/CMakeFiles/k_means_clustering.dir/flags.make +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o: machine_learning/k_means_clustering.c +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o: machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o -MF CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o.d -o CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o -c /Users/jesperolsen/development/C/machine_learning/k_means_clustering.c + +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/k_means_clustering.dir/k_means_clustering.c.i" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/machine_learning/k_means_clustering.c > CMakeFiles/k_means_clustering.dir/k_means_clustering.c.i + +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/k_means_clustering.dir/k_means_clustering.c.s" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/machine_learning/k_means_clustering.c -o CMakeFiles/k_means_clustering.dir/k_means_clustering.c.s + +# Object files for target k_means_clustering +k_means_clustering_OBJECTS = \ +"CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o" + +# External object files for target k_means_clustering +k_means_clustering_EXTERNAL_OBJECTS = + +machine_learning/k_means_clustering: machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o +machine_learning/k_means_clustering: machine_learning/CMakeFiles/k_means_clustering.dir/build.make +machine_learning/k_means_clustering: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +machine_learning/k_means_clustering: machine_learning/CMakeFiles/k_means_clustering.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable k_means_clustering" + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/k_means_clustering.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +machine_learning/CMakeFiles/k_means_clustering.dir/build: machine_learning/k_means_clustering +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/build + +machine_learning/CMakeFiles/k_means_clustering.dir/clean: + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -P CMakeFiles/k_means_clustering.dir/cmake_clean.cmake +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/clean + +machine_learning/CMakeFiles/k_means_clustering.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C/machine_learning/CMakeFiles/k_means_clustering.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/depend + diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/cmake_clean.cmake b/machine_learning/CMakeFiles/k_means_clustering.dir/cmake_clean.cmake new file mode 100644 index 0000000000..bf0155aeb6 --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o" + "CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o.d" + "k_means_clustering" + "k_means_clustering.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/k_means_clustering.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.internal b/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.internal new file mode 100644 index 0000000000..bb0271dafc --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.internal @@ -0,0 +1,106 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o + /Users/jesperolsen/development/C/machine_learning/k_means_clustering.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/float.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/float.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.make b/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.make new file mode 100644 index 0000000000..fcd148d4c7 --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.make @@ -0,0 +1,307 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o: machine_learning/k_means_clustering.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/float.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/float.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/float.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/float.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +machine_learning/k_means_clustering.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.ts b/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.ts new file mode 100644 index 0000000000..e2f038d8c4 --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for k_means_clustering. diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/depend.make b/machine_learning/CMakeFiles/k_means_clustering.dir/depend.make new file mode 100644 index 0000000000..c367b55467 --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for k_means_clustering. +# This may be replaced when dependencies are built. diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/flags.make b/machine_learning/CMakeFiles/k_means_clustering.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o b/machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o new file mode 100644 index 0000000000..2cff68686c Binary files /dev/null and b/machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o differ diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o.d b/machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o.d new file mode 100644 index 0000000000..ae0d0304ba --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o.d @@ -0,0 +1,102 @@ +machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o: \ + /Users/jesperolsen/development/C/machine_learning/k_means_clustering.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/float.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/float.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/link.txt b/machine_learning/CMakeFiles/k_means_clustering.dir/link.txt new file mode 100644 index 0000000000..f6da789cf2 --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o -o k_means_clustering /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/machine_learning/CMakeFiles/k_means_clustering.dir/progress.make b/machine_learning/CMakeFiles/k_means_clustering.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/machine_learning/CMakeFiles/k_means_clustering.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/DependInfo.cmake b/machine_learning/CMakeFiles/kohonen_som_topology.dir/DependInfo.cmake new file mode 100644 index 0000000000..60ba98dfc5 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/machine_learning/kohonen_som_topology.c" "machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o" "gcc" "machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make b/machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make new file mode 100644 index 0000000000..f8f3310184 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include machine_learning/CMakeFiles/kohonen_som_topology.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.make + +# Include the progress variables for this target. +include machine_learning/CMakeFiles/kohonen_som_topology.dir/progress.make + +# Include the compile flags for this target's objects. +include machine_learning/CMakeFiles/kohonen_som_topology.dir/flags.make + +machine_learning/CMakeFiles/kohonen_som_topology.dir/codegen: +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/codegen + +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o: machine_learning/CMakeFiles/kohonen_som_topology.dir/flags.make +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o: machine_learning/kohonen_som_topology.c +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o: machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o -MF CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o.d -o CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o -c /Users/jesperolsen/development/C/machine_learning/kohonen_som_topology.c + +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.i" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/machine_learning/kohonen_som_topology.c > CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.i + +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.s" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/machine_learning/kohonen_som_topology.c -o CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.s + +# Object files for target kohonen_som_topology +kohonen_som_topology_OBJECTS = \ +"CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o" + +# External object files for target kohonen_som_topology +kohonen_som_topology_EXTERNAL_OBJECTS = + +machine_learning/kohonen_som_topology: machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o +machine_learning/kohonen_som_topology: machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make +machine_learning/kohonen_som_topology: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +machine_learning/kohonen_som_topology: machine_learning/CMakeFiles/kohonen_som_topology.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable kohonen_som_topology" + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/kohonen_som_topology.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +machine_learning/CMakeFiles/kohonen_som_topology.dir/build: machine_learning/kohonen_som_topology +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/build + +machine_learning/CMakeFiles/kohonen_som_topology.dir/clean: + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -P CMakeFiles/kohonen_som_topology.dir/cmake_clean.cmake +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/clean + +machine_learning/CMakeFiles/kohonen_som_topology.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C/machine_learning/CMakeFiles/kohonen_som_topology.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/depend + diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/cmake_clean.cmake b/machine_learning/CMakeFiles/kohonen_som_topology.dir/cmake_clean.cmake new file mode 100644 index 0000000000..23b141ab2f --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o" + "CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o.d" + "kohonen_som_topology" + "kohonen_som_topology.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/kohonen_som_topology.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.internal b/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.internal new file mode 100644 index 0000000000..647b381d84 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.internal @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o + /Users/jesperolsen/development/C/machine_learning/kohonen_som_topology.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.make b/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.make new file mode 100644 index 0000000000..944a6218cf --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.make @@ -0,0 +1,280 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o: machine_learning/kohonen_som_topology.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +machine_learning/kohonen_som_topology.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.ts b/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.ts new file mode 100644 index 0000000000..cc7a366274 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for kohonen_som_topology. diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/depend.make b/machine_learning/CMakeFiles/kohonen_som_topology.dir/depend.make new file mode 100644 index 0000000000..2f68b1bec7 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for kohonen_som_topology. +# This may be replaced when dependencies are built. diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/flags.make b/machine_learning/CMakeFiles/kohonen_som_topology.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o b/machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o new file mode 100644 index 0000000000..741b6ceb68 Binary files /dev/null and b/machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o differ diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o.d b/machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o.d new file mode 100644 index 0000000000..c9d71646a0 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o.d @@ -0,0 +1,93 @@ +machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o: \ + /Users/jesperolsen/development/C/machine_learning/kohonen_som_topology.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/link.txt b/machine_learning/CMakeFiles/kohonen_som_topology.dir/link.txt new file mode 100644 index 0000000000..f81abf208c --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o -o kohonen_som_topology /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/machine_learning/CMakeFiles/kohonen_som_topology.dir/progress.make b/machine_learning/CMakeFiles/kohonen_som_topology.dir/progress.make new file mode 100644 index 0000000000..26e5b21c23 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_topology.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 37 +CMAKE_PROGRESS_2 = + diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/DependInfo.cmake b/machine_learning/CMakeFiles/kohonen_som_trace.dir/DependInfo.cmake new file mode 100644 index 0000000000..c43dd95a35 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/machine_learning/kohonen_som_trace.c" "machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o" "gcc" "machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make b/machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make new file mode 100644 index 0000000000..c68a6d6a67 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include machine_learning/CMakeFiles/kohonen_som_trace.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.make + +# Include the progress variables for this target. +include machine_learning/CMakeFiles/kohonen_som_trace.dir/progress.make + +# Include the compile flags for this target's objects. +include machine_learning/CMakeFiles/kohonen_som_trace.dir/flags.make + +machine_learning/CMakeFiles/kohonen_som_trace.dir/codegen: +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/codegen + +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o: machine_learning/CMakeFiles/kohonen_som_trace.dir/flags.make +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o: machine_learning/kohonen_som_trace.c +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o: machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o -MF CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o.d -o CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o -c /Users/jesperolsen/development/C/machine_learning/kohonen_som_trace.c + +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.i" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/machine_learning/kohonen_som_trace.c > CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.i + +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.s" + cd /Users/jesperolsen/development/C/machine_learning && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/machine_learning/kohonen_som_trace.c -o CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.s + +# Object files for target kohonen_som_trace +kohonen_som_trace_OBJECTS = \ +"CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o" + +# External object files for target kohonen_som_trace +kohonen_som_trace_EXTERNAL_OBJECTS = + +machine_learning/kohonen_som_trace: machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o +machine_learning/kohonen_som_trace: machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make +machine_learning/kohonen_som_trace: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +machine_learning/kohonen_som_trace: machine_learning/CMakeFiles/kohonen_som_trace.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable kohonen_som_trace" + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/kohonen_som_trace.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +machine_learning/CMakeFiles/kohonen_som_trace.dir/build: machine_learning/kohonen_som_trace +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/build + +machine_learning/CMakeFiles/kohonen_som_trace.dir/clean: + cd /Users/jesperolsen/development/C/machine_learning && $(CMAKE_COMMAND) -P CMakeFiles/kohonen_som_trace.dir/cmake_clean.cmake +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/clean + +machine_learning/CMakeFiles/kohonen_som_trace.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C /Users/jesperolsen/development/C/machine_learning /Users/jesperolsen/development/C/machine_learning/CMakeFiles/kohonen_som_trace.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/depend + diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/cmake_clean.cmake b/machine_learning/CMakeFiles/kohonen_som_trace.dir/cmake_clean.cmake new file mode 100644 index 0000000000..0dee8623ed --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o" + "CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o.d" + "kohonen_som_trace" + "kohonen_som_trace.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/kohonen_som_trace.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.internal b/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.internal new file mode 100644 index 0000000000..f0c02b9623 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.internal @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o + /Users/jesperolsen/development/C/machine_learning/kohonen_som_trace.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.make b/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.make new file mode 100644 index 0000000000..f17d4685d7 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.make @@ -0,0 +1,280 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o: machine_learning/kohonen_som_trace.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +machine_learning/kohonen_som_trace.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.ts b/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.ts new file mode 100644 index 0000000000..416450ed6a --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for kohonen_som_trace. diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/depend.make b/machine_learning/CMakeFiles/kohonen_som_trace.dir/depend.make new file mode 100644 index 0000000000..425cdbd25f --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for kohonen_som_trace. +# This may be replaced when dependencies are built. diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/flags.make b/machine_learning/CMakeFiles/kohonen_som_trace.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o b/machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o new file mode 100644 index 0000000000..55c8b060a2 Binary files /dev/null and b/machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o differ diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o.d b/machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o.d new file mode 100644 index 0000000000..ef9276f63f --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o.d @@ -0,0 +1,93 @@ +machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o: \ + /Users/jesperolsen/development/C/machine_learning/kohonen_som_trace.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/link.txt b/machine_learning/CMakeFiles/kohonen_som_trace.dir/link.txt new file mode 100644 index 0000000000..a7786df5a9 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o -o kohonen_som_trace /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/machine_learning/CMakeFiles/kohonen_som_trace.dir/progress.make b/machine_learning/CMakeFiles/kohonen_som_trace.dir/progress.make new file mode 100644 index 0000000000..6abee2c7b9 --- /dev/null +++ b/machine_learning/CMakeFiles/kohonen_som_trace.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 38 + diff --git a/machine_learning/CMakeFiles/progress.marks b/machine_learning/CMakeFiles/progress.marks new file mode 100644 index 0000000000..0cfbf08886 --- /dev/null +++ b/machine_learning/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/machine_learning/Makefile b/machine_learning/Makefile new file mode 100644 index 0000000000..386854753b --- /dev/null +++ b/machine_learning/Makefile @@ -0,0 +1,379 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/machine_learning//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +machine_learning/CMakeFiles/adaline_learning.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/adaline_learning.dir/rule +.PHONY : machine_learning/CMakeFiles/adaline_learning.dir/rule + +# Convenience name for target. +adaline_learning: machine_learning/CMakeFiles/adaline_learning.dir/rule +.PHONY : adaline_learning + +# fast build rule for target. +adaline_learning/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/build +.PHONY : adaline_learning/fast + +# Convenience name for target. +machine_learning/CMakeFiles/k_means_clustering.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/k_means_clustering.dir/rule +.PHONY : machine_learning/CMakeFiles/k_means_clustering.dir/rule + +# Convenience name for target. +k_means_clustering: machine_learning/CMakeFiles/k_means_clustering.dir/rule +.PHONY : k_means_clustering + +# fast build rule for target. +k_means_clustering/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/build +.PHONY : k_means_clustering/fast + +# Convenience name for target. +machine_learning/CMakeFiles/kohonen_som_topology.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/kohonen_som_topology.dir/rule +.PHONY : machine_learning/CMakeFiles/kohonen_som_topology.dir/rule + +# Convenience name for target. +kohonen_som_topology: machine_learning/CMakeFiles/kohonen_som_topology.dir/rule +.PHONY : kohonen_som_topology + +# fast build rule for target. +kohonen_som_topology/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/build +.PHONY : kohonen_som_topology/fast + +# Convenience name for target. +machine_learning/CMakeFiles/kohonen_som_trace.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 machine_learning/CMakeFiles/kohonen_som_trace.dir/rule +.PHONY : machine_learning/CMakeFiles/kohonen_som_trace.dir/rule + +# Convenience name for target. +kohonen_som_trace: machine_learning/CMakeFiles/kohonen_som_trace.dir/rule +.PHONY : kohonen_som_trace + +# fast build rule for target. +kohonen_som_trace/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/build +.PHONY : kohonen_som_trace/fast + +adaline_learning.o: adaline_learning.c.o +.PHONY : adaline_learning.o + +# target to build an object file +adaline_learning.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.o +.PHONY : adaline_learning.c.o + +adaline_learning.i: adaline_learning.c.i +.PHONY : adaline_learning.i + +# target to preprocess a source file +adaline_learning.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.i +.PHONY : adaline_learning.c.i + +adaline_learning.s: adaline_learning.c.s +.PHONY : adaline_learning.s + +# target to generate assembly for a file +adaline_learning.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/adaline_learning.dir/build.make machine_learning/CMakeFiles/adaline_learning.dir/adaline_learning.c.s +.PHONY : adaline_learning.c.s + +k_means_clustering.o: k_means_clustering.c.o +.PHONY : k_means_clustering.o + +# target to build an object file +k_means_clustering.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.o +.PHONY : k_means_clustering.c.o + +k_means_clustering.i: k_means_clustering.c.i +.PHONY : k_means_clustering.i + +# target to preprocess a source file +k_means_clustering.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.i +.PHONY : k_means_clustering.c.i + +k_means_clustering.s: k_means_clustering.c.s +.PHONY : k_means_clustering.s + +# target to generate assembly for a file +k_means_clustering.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/k_means_clustering.dir/build.make machine_learning/CMakeFiles/k_means_clustering.dir/k_means_clustering.c.s +.PHONY : k_means_clustering.c.s + +kohonen_som_topology.o: kohonen_som_topology.c.o +.PHONY : kohonen_som_topology.o + +# target to build an object file +kohonen_som_topology.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.o +.PHONY : kohonen_som_topology.c.o + +kohonen_som_topology.i: kohonen_som_topology.c.i +.PHONY : kohonen_som_topology.i + +# target to preprocess a source file +kohonen_som_topology.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.i +.PHONY : kohonen_som_topology.c.i + +kohonen_som_topology.s: kohonen_som_topology.c.s +.PHONY : kohonen_som_topology.s + +# target to generate assembly for a file +kohonen_som_topology.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_topology.dir/build.make machine_learning/CMakeFiles/kohonen_som_topology.dir/kohonen_som_topology.c.s +.PHONY : kohonen_som_topology.c.s + +kohonen_som_trace.o: kohonen_som_trace.c.o +.PHONY : kohonen_som_trace.o + +# target to build an object file +kohonen_som_trace.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.o +.PHONY : kohonen_som_trace.c.o + +kohonen_som_trace.i: kohonen_som_trace.c.i +.PHONY : kohonen_som_trace.i + +# target to preprocess a source file +kohonen_som_trace.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.i +.PHONY : kohonen_som_trace.c.i + +kohonen_som_trace.s: kohonen_som_trace.c.s +.PHONY : kohonen_som_trace.s + +# target to generate assembly for a file +kohonen_som_trace.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f machine_learning/CMakeFiles/kohonen_som_trace.dir/build.make machine_learning/CMakeFiles/kohonen_som_trace.dir/kohonen_som_trace.c.s +.PHONY : kohonen_som_trace.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... adaline_learning" + @echo "... k_means_clustering" + @echo "... kohonen_som_topology" + @echo "... kohonen_som_trace" + @echo "... adaline_learning.o" + @echo "... adaline_learning.i" + @echo "... adaline_learning.s" + @echo "... k_means_clustering.o" + @echo "... k_means_clustering.i" + @echo "... k_means_clustering.s" + @echo "... kohonen_som_topology.o" + @echo "... kohonen_som_topology.i" + @echo "... kohonen_som_topology.s" + @echo "... kohonen_som_trace.o" + @echo "... kohonen_som_trace.i" + @echo "... kohonen_som_trace.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/machine_learning/adaline_learning b/machine_learning/adaline_learning new file mode 100755 index 0000000000..aa851977c2 Binary files /dev/null and b/machine_learning/adaline_learning differ diff --git a/machine_learning/cmake_install.cmake b/machine_learning/cmake_install.cmake new file mode 100644 index 0000000000..93f9be1152 --- /dev/null +++ b/machine_learning/cmake_install.cmake @@ -0,0 +1,101 @@ +# Install script for directory: /Users/jesperolsen/development/C/machine_learning + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/machine_learning" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/machine_learning/adaline_learning") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/adaline_learning" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/adaline_learning") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/adaline_learning") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/machine_learning/CMakeFiles/adaline_learning.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/machine_learning" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/machine_learning/k_means_clustering") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/k_means_clustering" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/k_means_clustering") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/k_means_clustering") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/machine_learning/CMakeFiles/k_means_clustering.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/machine_learning" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/machine_learning/kohonen_som_topology") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/kohonen_som_topology" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/kohonen_som_topology") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/kohonen_som_topology") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/machine_learning/CMakeFiles/kohonen_som_topology.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/machine_learning" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/machine_learning/kohonen_som_trace") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/kohonen_som_trace" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/kohonen_som_trace") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/machine_learning/kohonen_som_trace") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/machine_learning/CMakeFiles/kohonen_som_trace.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/machine_learning/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/machine_learning/k_means_clustering b/machine_learning/k_means_clustering new file mode 100755 index 0000000000..1badf1980e Binary files /dev/null and b/machine_learning/k_means_clustering differ diff --git a/machine_learning/kohonen_som_topology b/machine_learning/kohonen_som_topology new file mode 100755 index 0000000000..5fc97780fb Binary files /dev/null and b/machine_learning/kohonen_som_topology differ diff --git a/machine_learning/kohonen_som_trace b/machine_learning/kohonen_som_trace new file mode 100755 index 0000000000..88b09bc0fa Binary files /dev/null and b/machine_learning/kohonen_som_trace differ diff --git a/math/CMakeFiles/CMakeDirectoryInformation.cmake b/math/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/math/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/math/CMakeFiles/armstrong_number.dir/DependInfo.cmake b/math/CMakeFiles/armstrong_number.dir/DependInfo.cmake new file mode 100644 index 0000000000..132dd19938 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/armstrong_number.c" "math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o" "gcc" "math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o b/math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o new file mode 100644 index 0000000000..ccf09c975a Binary files /dev/null and b/math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o differ diff --git a/math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o.d b/math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o.d new file mode 100644 index 0000000000..3d1d893f4c --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o.d @@ -0,0 +1,41 @@ +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o: \ + /Users/jesperolsen/development/C/math/armstrong_number.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/armstrong_number.dir/build.make b/math/CMakeFiles/armstrong_number.dir/build.make new file mode 100644 index 0000000000..9920886902 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/armstrong_number.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/armstrong_number.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/armstrong_number.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/armstrong_number.dir/flags.make + +math/CMakeFiles/armstrong_number.dir/codegen: +.PHONY : math/CMakeFiles/armstrong_number.dir/codegen + +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o: math/CMakeFiles/armstrong_number.dir/flags.make +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o: math/armstrong_number.c +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o: math/CMakeFiles/armstrong_number.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o -MF CMakeFiles/armstrong_number.dir/armstrong_number.c.o.d -o CMakeFiles/armstrong_number.dir/armstrong_number.c.o -c /Users/jesperolsen/development/C/math/armstrong_number.c + +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/armstrong_number.dir/armstrong_number.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/armstrong_number.c > CMakeFiles/armstrong_number.dir/armstrong_number.c.i + +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/armstrong_number.dir/armstrong_number.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/armstrong_number.c -o CMakeFiles/armstrong_number.dir/armstrong_number.c.s + +# Object files for target armstrong_number +armstrong_number_OBJECTS = \ +"CMakeFiles/armstrong_number.dir/armstrong_number.c.o" + +# External object files for target armstrong_number +armstrong_number_EXTERNAL_OBJECTS = + +math/armstrong_number: math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o +math/armstrong_number: math/CMakeFiles/armstrong_number.dir/build.make +math/armstrong_number: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/armstrong_number: math/CMakeFiles/armstrong_number.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable armstrong_number" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/armstrong_number.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/armstrong_number.dir/build: math/armstrong_number +.PHONY : math/CMakeFiles/armstrong_number.dir/build + +math/CMakeFiles/armstrong_number.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/armstrong_number.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/armstrong_number.dir/clean + +math/CMakeFiles/armstrong_number.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/armstrong_number.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/armstrong_number.dir/depend + diff --git a/math/CMakeFiles/armstrong_number.dir/cmake_clean.cmake b/math/CMakeFiles/armstrong_number.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3c3c976c79 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/armstrong_number.dir/armstrong_number.c.o" + "CMakeFiles/armstrong_number.dir/armstrong_number.c.o.d" + "armstrong_number" + "armstrong_number.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/armstrong_number.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/armstrong_number.dir/compiler_depend.internal b/math/CMakeFiles/armstrong_number.dir/compiler_depend.internal new file mode 100644 index 0000000000..ff37bc9a21 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o + /Users/jesperolsen/development/C/math/armstrong_number.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/armstrong_number.dir/compiler_depend.make b/math/CMakeFiles/armstrong_number.dir/compiler_depend.make new file mode 100644 index 0000000000..cc0148bbc1 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o: math/armstrong_number.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +math/armstrong_number.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/math/CMakeFiles/armstrong_number.dir/compiler_depend.ts b/math/CMakeFiles/armstrong_number.dir/compiler_depend.ts new file mode 100644 index 0000000000..b6d1fe0ac8 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for armstrong_number. diff --git a/math/CMakeFiles/armstrong_number.dir/depend.make b/math/CMakeFiles/armstrong_number.dir/depend.make new file mode 100644 index 0000000000..4a12231a62 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for armstrong_number. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/armstrong_number.dir/flags.make b/math/CMakeFiles/armstrong_number.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/armstrong_number.dir/link.txt b/math/CMakeFiles/armstrong_number.dir/link.txt new file mode 100644 index 0000000000..2ac8ea1439 --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/armstrong_number.dir/armstrong_number.c.o -o armstrong_number /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/armstrong_number.dir/progress.make b/math/CMakeFiles/armstrong_number.dir/progress.make new file mode 100644 index 0000000000..7fbee5208e --- /dev/null +++ b/math/CMakeFiles/armstrong_number.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 2 + diff --git a/math/CMakeFiles/cantor_set.dir/DependInfo.cmake b/math/CMakeFiles/cantor_set.dir/DependInfo.cmake new file mode 100644 index 0000000000..18648dcec0 --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/cantor_set.c" "math/CMakeFiles/cantor_set.dir/cantor_set.c.o" "gcc" "math/CMakeFiles/cantor_set.dir/cantor_set.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/cantor_set.dir/build.make b/math/CMakeFiles/cantor_set.dir/build.make new file mode 100644 index 0000000000..cb741ad837 --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/cantor_set.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/cantor_set.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/cantor_set.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/cantor_set.dir/flags.make + +math/CMakeFiles/cantor_set.dir/codegen: +.PHONY : math/CMakeFiles/cantor_set.dir/codegen + +math/CMakeFiles/cantor_set.dir/cantor_set.c.o: math/CMakeFiles/cantor_set.dir/flags.make +math/CMakeFiles/cantor_set.dir/cantor_set.c.o: math/cantor_set.c +math/CMakeFiles/cantor_set.dir/cantor_set.c.o: math/CMakeFiles/cantor_set.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/cantor_set.dir/cantor_set.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/cantor_set.dir/cantor_set.c.o -MF CMakeFiles/cantor_set.dir/cantor_set.c.o.d -o CMakeFiles/cantor_set.dir/cantor_set.c.o -c /Users/jesperolsen/development/C/math/cantor_set.c + +math/CMakeFiles/cantor_set.dir/cantor_set.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/cantor_set.dir/cantor_set.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/cantor_set.c > CMakeFiles/cantor_set.dir/cantor_set.c.i + +math/CMakeFiles/cantor_set.dir/cantor_set.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/cantor_set.dir/cantor_set.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/cantor_set.c -o CMakeFiles/cantor_set.dir/cantor_set.c.s + +# Object files for target cantor_set +cantor_set_OBJECTS = \ +"CMakeFiles/cantor_set.dir/cantor_set.c.o" + +# External object files for target cantor_set +cantor_set_EXTERNAL_OBJECTS = + +math/cantor_set: math/CMakeFiles/cantor_set.dir/cantor_set.c.o +math/cantor_set: math/CMakeFiles/cantor_set.dir/build.make +math/cantor_set: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/cantor_set: math/CMakeFiles/cantor_set.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cantor_set" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cantor_set.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/cantor_set.dir/build: math/cantor_set +.PHONY : math/CMakeFiles/cantor_set.dir/build + +math/CMakeFiles/cantor_set.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/cantor_set.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/cantor_set.dir/clean + +math/CMakeFiles/cantor_set.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/cantor_set.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/cantor_set.dir/depend + diff --git a/math/CMakeFiles/cantor_set.dir/cantor_set.c.o b/math/CMakeFiles/cantor_set.dir/cantor_set.c.o new file mode 100644 index 0000000000..f484fad7d6 Binary files /dev/null and b/math/CMakeFiles/cantor_set.dir/cantor_set.c.o differ diff --git a/math/CMakeFiles/cantor_set.dir/cantor_set.c.o.d b/math/CMakeFiles/cantor_set.dir/cantor_set.c.o.d new file mode 100644 index 0000000000..cb29ead7ce --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/cantor_set.c.o.d @@ -0,0 +1,94 @@ +math/CMakeFiles/cantor_set.dir/cantor_set.c.o: \ + /Users/jesperolsen/development/C/math/cantor_set.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/math/CMakeFiles/cantor_set.dir/cmake_clean.cmake b/math/CMakeFiles/cantor_set.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1cc42d865e --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/cantor_set.dir/cantor_set.c.o" + "CMakeFiles/cantor_set.dir/cantor_set.c.o.d" + "cantor_set" + "cantor_set.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/cantor_set.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/cantor_set.dir/compiler_depend.internal b/math/CMakeFiles/cantor_set.dir/compiler_depend.internal new file mode 100644 index 0000000000..6207a9b5c7 --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/compiler_depend.internal @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/cantor_set.dir/cantor_set.c.o + /Users/jesperolsen/development/C/math/cantor_set.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/cantor_set.dir/compiler_depend.make b/math/CMakeFiles/cantor_set.dir/compiler_depend.make new file mode 100644 index 0000000000..c2be6bf77a --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/compiler_depend.make @@ -0,0 +1,283 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/cantor_set.dir/cantor_set.c.o: math/cantor_set.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +math/cantor_set.c: diff --git a/math/CMakeFiles/cantor_set.dir/compiler_depend.ts b/math/CMakeFiles/cantor_set.dir/compiler_depend.ts new file mode 100644 index 0000000000..4aab34296b --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cantor_set. diff --git a/math/CMakeFiles/cantor_set.dir/depend.make b/math/CMakeFiles/cantor_set.dir/depend.make new file mode 100644 index 0000000000..43e784b2df --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cantor_set. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/cantor_set.dir/flags.make b/math/CMakeFiles/cantor_set.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/cantor_set.dir/link.txt b/math/CMakeFiles/cantor_set.dir/link.txt new file mode 100644 index 0000000000..21aeeda7f4 --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cantor_set.dir/cantor_set.c.o -o cantor_set /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/cantor_set.dir/progress.make b/math/CMakeFiles/cantor_set.dir/progress.make new file mode 100644 index 0000000000..1166a43d23 --- /dev/null +++ b/math/CMakeFiles/cantor_set.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 9 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/cartesian_to_polar.dir/DependInfo.cmake b/math/CMakeFiles/cartesian_to_polar.dir/DependInfo.cmake new file mode 100644 index 0000000000..88795b10c2 --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/cartesian_to_polar.c" "math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o" "gcc" "math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/cartesian_to_polar.dir/build.make b/math/CMakeFiles/cartesian_to_polar.dir/build.make new file mode 100644 index 0000000000..6c20ebf8db --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/cartesian_to_polar.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/cartesian_to_polar.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/cartesian_to_polar.dir/flags.make + +math/CMakeFiles/cartesian_to_polar.dir/codegen: +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/codegen + +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o: math/CMakeFiles/cartesian_to_polar.dir/flags.make +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o: math/cartesian_to_polar.c +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o: math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o -MF CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o.d -o CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o -c /Users/jesperolsen/development/C/math/cartesian_to_polar.c + +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/cartesian_to_polar.c > CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.i + +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/cartesian_to_polar.c -o CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.s + +# Object files for target cartesian_to_polar +cartesian_to_polar_OBJECTS = \ +"CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o" + +# External object files for target cartesian_to_polar +cartesian_to_polar_EXTERNAL_OBJECTS = + +math/cartesian_to_polar: math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o +math/cartesian_to_polar: math/CMakeFiles/cartesian_to_polar.dir/build.make +math/cartesian_to_polar: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/cartesian_to_polar: math/CMakeFiles/cartesian_to_polar.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cartesian_to_polar" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cartesian_to_polar.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/cartesian_to_polar.dir/build: math/cartesian_to_polar +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/build + +math/CMakeFiles/cartesian_to_polar.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/cartesian_to_polar.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/clean + +math/CMakeFiles/cartesian_to_polar.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/cartesian_to_polar.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/depend + diff --git a/math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o b/math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o new file mode 100644 index 0000000000..3a90f256a6 Binary files /dev/null and b/math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o differ diff --git a/math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o.d b/math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o.d new file mode 100644 index 0000000000..97694698bb --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o.d @@ -0,0 +1,91 @@ +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o: \ + /Users/jesperolsen/development/C/math/cartesian_to_polar.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/math/CMakeFiles/cartesian_to_polar.dir/cmake_clean.cmake b/math/CMakeFiles/cartesian_to_polar.dir/cmake_clean.cmake new file mode 100644 index 0000000000..65a137b154 --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o" + "CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o.d" + "cartesian_to_polar" + "cartesian_to_polar.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/cartesian_to_polar.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.internal b/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.internal new file mode 100644 index 0000000000..2307e94f26 --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.internal @@ -0,0 +1,95 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o + /Users/jesperolsen/development/C/math/cartesian_to_polar.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.make b/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.make new file mode 100644 index 0000000000..2e50aaaa69 --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.make @@ -0,0 +1,274 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o: math/cartesian_to_polar.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +math/cartesian_to_polar.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: diff --git a/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.ts b/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.ts new file mode 100644 index 0000000000..2f63d1f79d --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cartesian_to_polar. diff --git a/math/CMakeFiles/cartesian_to_polar.dir/depend.make b/math/CMakeFiles/cartesian_to_polar.dir/depend.make new file mode 100644 index 0000000000..6f6efbbdb1 --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cartesian_to_polar. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/cartesian_to_polar.dir/flags.make b/math/CMakeFiles/cartesian_to_polar.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/cartesian_to_polar.dir/link.txt b/math/CMakeFiles/cartesian_to_polar.dir/link.txt new file mode 100644 index 0000000000..b5edb9292b --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o -o cartesian_to_polar /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/cartesian_to_polar.dir/progress.make b/math/CMakeFiles/cartesian_to_polar.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/cartesian_to_polar.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/catalan.dir/DependInfo.cmake b/math/CMakeFiles/catalan.dir/DependInfo.cmake new file mode 100644 index 0000000000..791ff428d2 --- /dev/null +++ b/math/CMakeFiles/catalan.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/catalan.c" "math/CMakeFiles/catalan.dir/catalan.c.o" "gcc" "math/CMakeFiles/catalan.dir/catalan.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/catalan.dir/build.make b/math/CMakeFiles/catalan.dir/build.make new file mode 100644 index 0000000000..187372e9b4 --- /dev/null +++ b/math/CMakeFiles/catalan.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/catalan.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/catalan.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/catalan.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/catalan.dir/flags.make + +math/CMakeFiles/catalan.dir/codegen: +.PHONY : math/CMakeFiles/catalan.dir/codegen + +math/CMakeFiles/catalan.dir/catalan.c.o: math/CMakeFiles/catalan.dir/flags.make +math/CMakeFiles/catalan.dir/catalan.c.o: math/catalan.c +math/CMakeFiles/catalan.dir/catalan.c.o: math/CMakeFiles/catalan.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/catalan.dir/catalan.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/catalan.dir/catalan.c.o -MF CMakeFiles/catalan.dir/catalan.c.o.d -o CMakeFiles/catalan.dir/catalan.c.o -c /Users/jesperolsen/development/C/math/catalan.c + +math/CMakeFiles/catalan.dir/catalan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/catalan.dir/catalan.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/catalan.c > CMakeFiles/catalan.dir/catalan.c.i + +math/CMakeFiles/catalan.dir/catalan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/catalan.dir/catalan.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/catalan.c -o CMakeFiles/catalan.dir/catalan.c.s + +# Object files for target catalan +catalan_OBJECTS = \ +"CMakeFiles/catalan.dir/catalan.c.o" + +# External object files for target catalan +catalan_EXTERNAL_OBJECTS = + +math/catalan: math/CMakeFiles/catalan.dir/catalan.c.o +math/catalan: math/CMakeFiles/catalan.dir/build.make +math/catalan: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/catalan: math/CMakeFiles/catalan.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable catalan" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/catalan.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/catalan.dir/build: math/catalan +.PHONY : math/CMakeFiles/catalan.dir/build + +math/CMakeFiles/catalan.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/catalan.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/catalan.dir/clean + +math/CMakeFiles/catalan.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/catalan.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/catalan.dir/depend + diff --git a/math/CMakeFiles/catalan.dir/catalan.c.o b/math/CMakeFiles/catalan.dir/catalan.c.o new file mode 100644 index 0000000000..ee8d4ba00e Binary files /dev/null and b/math/CMakeFiles/catalan.dir/catalan.c.o differ diff --git a/math/CMakeFiles/catalan.dir/catalan.c.o.d b/math/CMakeFiles/catalan.dir/catalan.c.o.d new file mode 100644 index 0000000000..c3da228a37 --- /dev/null +++ b/math/CMakeFiles/catalan.dir/catalan.c.o.d @@ -0,0 +1,41 @@ +math/CMakeFiles/catalan.dir/catalan.c.o: \ + /Users/jesperolsen/development/C/math/catalan.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/catalan.dir/cmake_clean.cmake b/math/CMakeFiles/catalan.dir/cmake_clean.cmake new file mode 100644 index 0000000000..fab498821d --- /dev/null +++ b/math/CMakeFiles/catalan.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/catalan.dir/catalan.c.o" + "CMakeFiles/catalan.dir/catalan.c.o.d" + "catalan" + "catalan.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/catalan.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/catalan.dir/compiler_depend.internal b/math/CMakeFiles/catalan.dir/compiler_depend.internal new file mode 100644 index 0000000000..de31b3286b --- /dev/null +++ b/math/CMakeFiles/catalan.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/catalan.dir/catalan.c.o + /Users/jesperolsen/development/C/math/catalan.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/catalan.dir/compiler_depend.make b/math/CMakeFiles/catalan.dir/compiler_depend.make new file mode 100644 index 0000000000..2e42079cbe --- /dev/null +++ b/math/CMakeFiles/catalan.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/catalan.dir/catalan.c.o: math/catalan.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +math/catalan.c: diff --git a/math/CMakeFiles/catalan.dir/compiler_depend.ts b/math/CMakeFiles/catalan.dir/compiler_depend.ts new file mode 100644 index 0000000000..5d4a2abf04 --- /dev/null +++ b/math/CMakeFiles/catalan.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for catalan. diff --git a/math/CMakeFiles/catalan.dir/depend.make b/math/CMakeFiles/catalan.dir/depend.make new file mode 100644 index 0000000000..e1f034abe2 --- /dev/null +++ b/math/CMakeFiles/catalan.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for catalan. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/catalan.dir/flags.make b/math/CMakeFiles/catalan.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/catalan.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/catalan.dir/link.txt b/math/CMakeFiles/catalan.dir/link.txt new file mode 100644 index 0000000000..0b05aebe03 --- /dev/null +++ b/math/CMakeFiles/catalan.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/catalan.dir/catalan.c.o -o catalan /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/catalan.dir/progress.make b/math/CMakeFiles/catalan.dir/progress.make new file mode 100644 index 0000000000..e7f7e99d12 --- /dev/null +++ b/math/CMakeFiles/catalan.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 10 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/collatz.dir/DependInfo.cmake b/math/CMakeFiles/collatz.dir/DependInfo.cmake new file mode 100644 index 0000000000..737e764d4e --- /dev/null +++ b/math/CMakeFiles/collatz.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/collatz.c" "math/CMakeFiles/collatz.dir/collatz.c.o" "gcc" "math/CMakeFiles/collatz.dir/collatz.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/collatz.dir/build.make b/math/CMakeFiles/collatz.dir/build.make new file mode 100644 index 0000000000..2128114a6b --- /dev/null +++ b/math/CMakeFiles/collatz.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/collatz.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/collatz.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/collatz.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/collatz.dir/flags.make + +math/CMakeFiles/collatz.dir/codegen: +.PHONY : math/CMakeFiles/collatz.dir/codegen + +math/CMakeFiles/collatz.dir/collatz.c.o: math/CMakeFiles/collatz.dir/flags.make +math/CMakeFiles/collatz.dir/collatz.c.o: math/collatz.c +math/CMakeFiles/collatz.dir/collatz.c.o: math/CMakeFiles/collatz.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/collatz.dir/collatz.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/collatz.dir/collatz.c.o -MF CMakeFiles/collatz.dir/collatz.c.o.d -o CMakeFiles/collatz.dir/collatz.c.o -c /Users/jesperolsen/development/C/math/collatz.c + +math/CMakeFiles/collatz.dir/collatz.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/collatz.dir/collatz.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/collatz.c > CMakeFiles/collatz.dir/collatz.c.i + +math/CMakeFiles/collatz.dir/collatz.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/collatz.dir/collatz.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/collatz.c -o CMakeFiles/collatz.dir/collatz.c.s + +# Object files for target collatz +collatz_OBJECTS = \ +"CMakeFiles/collatz.dir/collatz.c.o" + +# External object files for target collatz +collatz_EXTERNAL_OBJECTS = + +math/collatz: math/CMakeFiles/collatz.dir/collatz.c.o +math/collatz: math/CMakeFiles/collatz.dir/build.make +math/collatz: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/collatz: math/CMakeFiles/collatz.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable collatz" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/collatz.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/collatz.dir/build: math/collatz +.PHONY : math/CMakeFiles/collatz.dir/build + +math/CMakeFiles/collatz.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/collatz.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/collatz.dir/clean + +math/CMakeFiles/collatz.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/collatz.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/collatz.dir/depend + diff --git a/math/CMakeFiles/collatz.dir/cmake_clean.cmake b/math/CMakeFiles/collatz.dir/cmake_clean.cmake new file mode 100644 index 0000000000..eb8c40dfd4 --- /dev/null +++ b/math/CMakeFiles/collatz.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/collatz.dir/collatz.c.o" + "CMakeFiles/collatz.dir/collatz.c.o.d" + "collatz" + "collatz.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/collatz.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/collatz.dir/collatz.c.o b/math/CMakeFiles/collatz.dir/collatz.c.o new file mode 100644 index 0000000000..413ae28762 Binary files /dev/null and b/math/CMakeFiles/collatz.dir/collatz.c.o differ diff --git a/math/CMakeFiles/collatz.dir/collatz.c.o.d b/math/CMakeFiles/collatz.dir/collatz.c.o.d new file mode 100644 index 0000000000..dc491ec5a7 --- /dev/null +++ b/math/CMakeFiles/collatz.dir/collatz.c.o.d @@ -0,0 +1,87 @@ +math/CMakeFiles/collatz.dir/collatz.c.o: \ + /Users/jesperolsen/development/C/math/collatz.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/math/CMakeFiles/collatz.dir/compiler_depend.internal b/math/CMakeFiles/collatz.dir/compiler_depend.internal new file mode 100644 index 0000000000..31ece82579 --- /dev/null +++ b/math/CMakeFiles/collatz.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/collatz.dir/collatz.c.o + /Users/jesperolsen/development/C/math/collatz.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/collatz.dir/compiler_depend.make b/math/CMakeFiles/collatz.dir/compiler_depend.make new file mode 100644 index 0000000000..e454ec82c3 --- /dev/null +++ b/math/CMakeFiles/collatz.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/collatz.dir/collatz.c.o: math/collatz.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +math/collatz.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/math/CMakeFiles/collatz.dir/compiler_depend.ts b/math/CMakeFiles/collatz.dir/compiler_depend.ts new file mode 100644 index 0000000000..85f22bf020 --- /dev/null +++ b/math/CMakeFiles/collatz.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for collatz. diff --git a/math/CMakeFiles/collatz.dir/depend.make b/math/CMakeFiles/collatz.dir/depend.make new file mode 100644 index 0000000000..e1b3311919 --- /dev/null +++ b/math/CMakeFiles/collatz.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for collatz. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/collatz.dir/flags.make b/math/CMakeFiles/collatz.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/collatz.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/collatz.dir/link.txt b/math/CMakeFiles/collatz.dir/link.txt new file mode 100644 index 0000000000..1c8089d3ed --- /dev/null +++ b/math/CMakeFiles/collatz.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/collatz.dir/collatz.c.o -o collatz /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/collatz.dir/progress.make b/math/CMakeFiles/collatz.dir/progress.make new file mode 100644 index 0000000000..e9875e4bc1 --- /dev/null +++ b/math/CMakeFiles/collatz.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 12 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/DependInfo.cmake b/math/CMakeFiles/euclidean_algorithm_extended.dir/DependInfo.cmake new file mode 100644 index 0000000000..d1a18503f1 --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/euclidean_algorithm_extended.c" "math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o" "gcc" "math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/build.make b/math/CMakeFiles/euclidean_algorithm_extended.dir/build.make new file mode 100644 index 0000000000..fdd0b365de --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/euclidean_algorithm_extended.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/euclidean_algorithm_extended.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/euclidean_algorithm_extended.dir/flags.make + +math/CMakeFiles/euclidean_algorithm_extended.dir/codegen: +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/codegen + +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o: math/CMakeFiles/euclidean_algorithm_extended.dir/flags.make +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o: math/euclidean_algorithm_extended.c +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o: math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o -MF CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o.d -o CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o -c /Users/jesperolsen/development/C/math/euclidean_algorithm_extended.c + +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/euclidean_algorithm_extended.c > CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.i + +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/euclidean_algorithm_extended.c -o CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.s + +# Object files for target euclidean_algorithm_extended +euclidean_algorithm_extended_OBJECTS = \ +"CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o" + +# External object files for target euclidean_algorithm_extended +euclidean_algorithm_extended_EXTERNAL_OBJECTS = + +math/euclidean_algorithm_extended: math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o +math/euclidean_algorithm_extended: math/CMakeFiles/euclidean_algorithm_extended.dir/build.make +math/euclidean_algorithm_extended: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/euclidean_algorithm_extended: math/CMakeFiles/euclidean_algorithm_extended.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable euclidean_algorithm_extended" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/euclidean_algorithm_extended.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/euclidean_algorithm_extended.dir/build: math/euclidean_algorithm_extended +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/build + +math/CMakeFiles/euclidean_algorithm_extended.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/euclidean_algorithm_extended.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/clean + +math/CMakeFiles/euclidean_algorithm_extended.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/euclidean_algorithm_extended.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/depend + diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/cmake_clean.cmake b/math/CMakeFiles/euclidean_algorithm_extended.dir/cmake_clean.cmake new file mode 100644 index 0000000000..11c8513d9e --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o" + "CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o.d" + "euclidean_algorithm_extended" + "euclidean_algorithm_extended.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/euclidean_algorithm_extended.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.internal b/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.internal new file mode 100644 index 0000000000..c1b8c5b460 --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.internal @@ -0,0 +1,94 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o + /Users/jesperolsen/development/C/math/euclidean_algorithm_extended.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.make b/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.make new file mode 100644 index 0000000000..07308e32fe --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.make @@ -0,0 +1,271 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o: math/euclidean_algorithm_extended.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +math/euclidean_algorithm_extended.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.ts b/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.ts new file mode 100644 index 0000000000..99e15b24f2 --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for euclidean_algorithm_extended. diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/depend.make b/math/CMakeFiles/euclidean_algorithm_extended.dir/depend.make new file mode 100644 index 0000000000..9ffd75cf16 --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for euclidean_algorithm_extended. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o b/math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o new file mode 100644 index 0000000000..38f471b032 Binary files /dev/null and b/math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o differ diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o.d b/math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o.d new file mode 100644 index 0000000000..457c1faac6 --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o.d @@ -0,0 +1,90 @@ +math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o: \ + /Users/jesperolsen/development/C/math/euclidean_algorithm_extended.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/flags.make b/math/CMakeFiles/euclidean_algorithm_extended.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/link.txt b/math/CMakeFiles/euclidean_algorithm_extended.dir/link.txt new file mode 100644 index 0000000000..ab70d3ea93 --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o -o euclidean_algorithm_extended /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/euclidean_algorithm_extended.dir/progress.make b/math/CMakeFiles/euclidean_algorithm_extended.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/euclidean_algorithm_extended.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/factorial.dir/DependInfo.cmake b/math/CMakeFiles/factorial.dir/DependInfo.cmake new file mode 100644 index 0000000000..05175a7ac8 --- /dev/null +++ b/math/CMakeFiles/factorial.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/factorial.c" "math/CMakeFiles/factorial.dir/factorial.c.o" "gcc" "math/CMakeFiles/factorial.dir/factorial.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/factorial.dir/build.make b/math/CMakeFiles/factorial.dir/build.make new file mode 100644 index 0000000000..d81b101dee --- /dev/null +++ b/math/CMakeFiles/factorial.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/factorial.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/factorial.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/factorial.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/factorial.dir/flags.make + +math/CMakeFiles/factorial.dir/codegen: +.PHONY : math/CMakeFiles/factorial.dir/codegen + +math/CMakeFiles/factorial.dir/factorial.c.o: math/CMakeFiles/factorial.dir/flags.make +math/CMakeFiles/factorial.dir/factorial.c.o: math/factorial.c +math/CMakeFiles/factorial.dir/factorial.c.o: math/CMakeFiles/factorial.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/factorial.dir/factorial.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/factorial.dir/factorial.c.o -MF CMakeFiles/factorial.dir/factorial.c.o.d -o CMakeFiles/factorial.dir/factorial.c.o -c /Users/jesperolsen/development/C/math/factorial.c + +math/CMakeFiles/factorial.dir/factorial.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/factorial.dir/factorial.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/factorial.c > CMakeFiles/factorial.dir/factorial.c.i + +math/CMakeFiles/factorial.dir/factorial.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/factorial.dir/factorial.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/factorial.c -o CMakeFiles/factorial.dir/factorial.c.s + +# Object files for target factorial +factorial_OBJECTS = \ +"CMakeFiles/factorial.dir/factorial.c.o" + +# External object files for target factorial +factorial_EXTERNAL_OBJECTS = + +math/factorial: math/CMakeFiles/factorial.dir/factorial.c.o +math/factorial: math/CMakeFiles/factorial.dir/build.make +math/factorial: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/factorial: math/CMakeFiles/factorial.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable factorial" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/factorial.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/factorial.dir/build: math/factorial +.PHONY : math/CMakeFiles/factorial.dir/build + +math/CMakeFiles/factorial.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/factorial.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/factorial.dir/clean + +math/CMakeFiles/factorial.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/factorial.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/factorial.dir/depend + diff --git a/math/CMakeFiles/factorial.dir/cmake_clean.cmake b/math/CMakeFiles/factorial.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e6558d2f70 --- /dev/null +++ b/math/CMakeFiles/factorial.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/factorial.dir/factorial.c.o" + "CMakeFiles/factorial.dir/factorial.c.o.d" + "factorial" + "factorial.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/factorial.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/factorial.dir/compiler_depend.internal b/math/CMakeFiles/factorial.dir/compiler_depend.internal new file mode 100644 index 0000000000..5c72b4b0ae --- /dev/null +++ b/math/CMakeFiles/factorial.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/factorial.dir/factorial.c.o + /Users/jesperolsen/development/C/math/factorial.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/factorial.dir/compiler_depend.make b/math/CMakeFiles/factorial.dir/compiler_depend.make new file mode 100644 index 0000000000..5adfa0c4ef --- /dev/null +++ b/math/CMakeFiles/factorial.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/factorial.dir/factorial.c.o: math/factorial.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +math/factorial.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/math/CMakeFiles/factorial.dir/compiler_depend.ts b/math/CMakeFiles/factorial.dir/compiler_depend.ts new file mode 100644 index 0000000000..eb3f41198a --- /dev/null +++ b/math/CMakeFiles/factorial.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for factorial. diff --git a/math/CMakeFiles/factorial.dir/depend.make b/math/CMakeFiles/factorial.dir/depend.make new file mode 100644 index 0000000000..4b1ec9a554 --- /dev/null +++ b/math/CMakeFiles/factorial.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for factorial. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/factorial.dir/factorial.c.o b/math/CMakeFiles/factorial.dir/factorial.c.o new file mode 100644 index 0000000000..679c8ca295 Binary files /dev/null and b/math/CMakeFiles/factorial.dir/factorial.c.o differ diff --git a/math/CMakeFiles/factorial.dir/factorial.c.o.d b/math/CMakeFiles/factorial.dir/factorial.c.o.d new file mode 100644 index 0000000000..45c7819f4d --- /dev/null +++ b/math/CMakeFiles/factorial.dir/factorial.c.o.d @@ -0,0 +1,41 @@ +math/CMakeFiles/factorial.dir/factorial.c.o: \ + /Users/jesperolsen/development/C/math/factorial.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/factorial.dir/flags.make b/math/CMakeFiles/factorial.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/factorial.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/factorial.dir/link.txt b/math/CMakeFiles/factorial.dir/link.txt new file mode 100644 index 0000000000..c7c73f7fd7 --- /dev/null +++ b/math/CMakeFiles/factorial.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/factorial.dir/factorial.c.o -o factorial /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/factorial.dir/progress.make b/math/CMakeFiles/factorial.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/factorial.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/factorial_large_number.dir/DependInfo.cmake b/math/CMakeFiles/factorial_large_number.dir/DependInfo.cmake new file mode 100644 index 0000000000..4e59e53747 --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/factorial_large_number.c" "math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o" "gcc" "math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/factorial_large_number.dir/build.make b/math/CMakeFiles/factorial_large_number.dir/build.make new file mode 100644 index 0000000000..62feef51e1 --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/factorial_large_number.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/factorial_large_number.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/factorial_large_number.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/factorial_large_number.dir/flags.make + +math/CMakeFiles/factorial_large_number.dir/codegen: +.PHONY : math/CMakeFiles/factorial_large_number.dir/codegen + +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o: math/CMakeFiles/factorial_large_number.dir/flags.make +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o: math/factorial_large_number.c +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o: math/CMakeFiles/factorial_large_number.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o -MF CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o.d -o CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o -c /Users/jesperolsen/development/C/math/factorial_large_number.c + +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/factorial_large_number.dir/factorial_large_number.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/factorial_large_number.c > CMakeFiles/factorial_large_number.dir/factorial_large_number.c.i + +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/factorial_large_number.dir/factorial_large_number.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/factorial_large_number.c -o CMakeFiles/factorial_large_number.dir/factorial_large_number.c.s + +# Object files for target factorial_large_number +factorial_large_number_OBJECTS = \ +"CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o" + +# External object files for target factorial_large_number +factorial_large_number_EXTERNAL_OBJECTS = + +math/factorial_large_number: math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o +math/factorial_large_number: math/CMakeFiles/factorial_large_number.dir/build.make +math/factorial_large_number: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/factorial_large_number: math/CMakeFiles/factorial_large_number.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable factorial_large_number" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/factorial_large_number.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/factorial_large_number.dir/build: math/factorial_large_number +.PHONY : math/CMakeFiles/factorial_large_number.dir/build + +math/CMakeFiles/factorial_large_number.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/factorial_large_number.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/factorial_large_number.dir/clean + +math/CMakeFiles/factorial_large_number.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/factorial_large_number.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/factorial_large_number.dir/depend + diff --git a/math/CMakeFiles/factorial_large_number.dir/cmake_clean.cmake b/math/CMakeFiles/factorial_large_number.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e4e0a67fc4 --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o" + "CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o.d" + "factorial_large_number" + "factorial_large_number.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/factorial_large_number.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/factorial_large_number.dir/compiler_depend.internal b/math/CMakeFiles/factorial_large_number.dir/compiler_depend.internal new file mode 100644 index 0000000000..e1919dd6cf --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o + /Users/jesperolsen/development/C/math/factorial_large_number.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/math/CMakeFiles/factorial_large_number.dir/compiler_depend.make b/math/CMakeFiles/factorial_large_number.dir/compiler_depend.make new file mode 100644 index 0000000000..b524b677e3 --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o: math/factorial_large_number.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +math/factorial_large_number.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: diff --git a/math/CMakeFiles/factorial_large_number.dir/compiler_depend.ts b/math/CMakeFiles/factorial_large_number.dir/compiler_depend.ts new file mode 100644 index 0000000000..c1f996f811 --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for factorial_large_number. diff --git a/math/CMakeFiles/factorial_large_number.dir/depend.make b/math/CMakeFiles/factorial_large_number.dir/depend.make new file mode 100644 index 0000000000..223c8c5941 --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for factorial_large_number. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o b/math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o new file mode 100644 index 0000000000..960d4435e3 Binary files /dev/null and b/math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o differ diff --git a/math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o.d b/math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o.d new file mode 100644 index 0000000000..d46410705e --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o.d @@ -0,0 +1,92 @@ +math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o: \ + /Users/jesperolsen/development/C/math/factorial_large_number.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/math/CMakeFiles/factorial_large_number.dir/flags.make b/math/CMakeFiles/factorial_large_number.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/factorial_large_number.dir/link.txt b/math/CMakeFiles/factorial_large_number.dir/link.txt new file mode 100644 index 0000000000..9c5b10d222 --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o -o factorial_large_number /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/factorial_large_number.dir/progress.make b/math/CMakeFiles/factorial_large_number.dir/progress.make new file mode 100644 index 0000000000..c6e353fa6b --- /dev/null +++ b/math/CMakeFiles/factorial_large_number.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 20 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/DependInfo.cmake b/math/CMakeFiles/factorial_trailing_zeroes.dir/DependInfo.cmake new file mode 100644 index 0000000000..3c50d1e708 --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/factorial_trailing_zeroes.c" "math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o" "gcc" "math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/build.make b/math/CMakeFiles/factorial_trailing_zeroes.dir/build.make new file mode 100644 index 0000000000..466d156aa5 --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/factorial_trailing_zeroes.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/factorial_trailing_zeroes.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/factorial_trailing_zeroes.dir/flags.make + +math/CMakeFiles/factorial_trailing_zeroes.dir/codegen: +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/codegen + +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o: math/CMakeFiles/factorial_trailing_zeroes.dir/flags.make +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o: math/factorial_trailing_zeroes.c +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o: math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o -MF CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o.d -o CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o -c /Users/jesperolsen/development/C/math/factorial_trailing_zeroes.c + +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/factorial_trailing_zeroes.c > CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.i + +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/factorial_trailing_zeroes.c -o CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.s + +# Object files for target factorial_trailing_zeroes +factorial_trailing_zeroes_OBJECTS = \ +"CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o" + +# External object files for target factorial_trailing_zeroes +factorial_trailing_zeroes_EXTERNAL_OBJECTS = + +math/factorial_trailing_zeroes: math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o +math/factorial_trailing_zeroes: math/CMakeFiles/factorial_trailing_zeroes.dir/build.make +math/factorial_trailing_zeroes: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/factorial_trailing_zeroes: math/CMakeFiles/factorial_trailing_zeroes.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable factorial_trailing_zeroes" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/factorial_trailing_zeroes.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/factorial_trailing_zeroes.dir/build: math/factorial_trailing_zeroes +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/build + +math/CMakeFiles/factorial_trailing_zeroes.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/factorial_trailing_zeroes.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/clean + +math/CMakeFiles/factorial_trailing_zeroes.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/factorial_trailing_zeroes.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/depend + diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/cmake_clean.cmake b/math/CMakeFiles/factorial_trailing_zeroes.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b0e10f60bc --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o" + "CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o.d" + "factorial_trailing_zeroes" + "factorial_trailing_zeroes.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/factorial_trailing_zeroes.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.internal b/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.internal new file mode 100644 index 0000000000..66fe8f9480 --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o + /Users/jesperolsen/development/C/math/factorial_trailing_zeroes.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.make b/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.make new file mode 100644 index 0000000000..e8563438df --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o: math/factorial_trailing_zeroes.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +math/factorial_trailing_zeroes.c: diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.ts b/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.ts new file mode 100644 index 0000000000..9b78d6e7c3 --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for factorial_trailing_zeroes. diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/depend.make b/math/CMakeFiles/factorial_trailing_zeroes.dir/depend.make new file mode 100644 index 0000000000..e8ff96c3fc --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for factorial_trailing_zeroes. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o b/math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o new file mode 100644 index 0000000000..1f1df211e7 Binary files /dev/null and b/math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o differ diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o.d b/math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o.d new file mode 100644 index 0000000000..4d0a77c916 --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o.d @@ -0,0 +1,42 @@ +math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o: \ + /Users/jesperolsen/development/C/math/factorial_trailing_zeroes.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/flags.make b/math/CMakeFiles/factorial_trailing_zeroes.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/link.txt b/math/CMakeFiles/factorial_trailing_zeroes.dir/link.txt new file mode 100644 index 0000000000..da80fac74f --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o -o factorial_trailing_zeroes /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/factorial_trailing_zeroes.dir/progress.make b/math/CMakeFiles/factorial_trailing_zeroes.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/factorial_trailing_zeroes.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/fibonacci.dir/DependInfo.cmake b/math/CMakeFiles/fibonacci.dir/DependInfo.cmake new file mode 100644 index 0000000000..354f56ca24 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/fibonacci.c" "math/CMakeFiles/fibonacci.dir/fibonacci.c.o" "gcc" "math/CMakeFiles/fibonacci.dir/fibonacci.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/fibonacci.dir/build.make b/math/CMakeFiles/fibonacci.dir/build.make new file mode 100644 index 0000000000..b0173a5561 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/fibonacci.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/fibonacci.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/fibonacci.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/fibonacci.dir/flags.make + +math/CMakeFiles/fibonacci.dir/codegen: +.PHONY : math/CMakeFiles/fibonacci.dir/codegen + +math/CMakeFiles/fibonacci.dir/fibonacci.c.o: math/CMakeFiles/fibonacci.dir/flags.make +math/CMakeFiles/fibonacci.dir/fibonacci.c.o: math/fibonacci.c +math/CMakeFiles/fibonacci.dir/fibonacci.c.o: math/CMakeFiles/fibonacci.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/fibonacci.dir/fibonacci.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/fibonacci.dir/fibonacci.c.o -MF CMakeFiles/fibonacci.dir/fibonacci.c.o.d -o CMakeFiles/fibonacci.dir/fibonacci.c.o -c /Users/jesperolsen/development/C/math/fibonacci.c + +math/CMakeFiles/fibonacci.dir/fibonacci.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/fibonacci.dir/fibonacci.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/fibonacci.c > CMakeFiles/fibonacci.dir/fibonacci.c.i + +math/CMakeFiles/fibonacci.dir/fibonacci.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/fibonacci.dir/fibonacci.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/fibonacci.c -o CMakeFiles/fibonacci.dir/fibonacci.c.s + +# Object files for target fibonacci +fibonacci_OBJECTS = \ +"CMakeFiles/fibonacci.dir/fibonacci.c.o" + +# External object files for target fibonacci +fibonacci_EXTERNAL_OBJECTS = + +math/fibonacci: math/CMakeFiles/fibonacci.dir/fibonacci.c.o +math/fibonacci: math/CMakeFiles/fibonacci.dir/build.make +math/fibonacci: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/fibonacci: math/CMakeFiles/fibonacci.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable fibonacci" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fibonacci.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/fibonacci.dir/build: math/fibonacci +.PHONY : math/CMakeFiles/fibonacci.dir/build + +math/CMakeFiles/fibonacci.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/fibonacci.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/fibonacci.dir/clean + +math/CMakeFiles/fibonacci.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/fibonacci.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/fibonacci.dir/depend + diff --git a/math/CMakeFiles/fibonacci.dir/cmake_clean.cmake b/math/CMakeFiles/fibonacci.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1ef7d290d4 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/fibonacci.dir/fibonacci.c.o" + "CMakeFiles/fibonacci.dir/fibonacci.c.o.d" + "fibonacci" + "fibonacci.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/fibonacci.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/fibonacci.dir/compiler_depend.internal b/math/CMakeFiles/fibonacci.dir/compiler_depend.internal new file mode 100644 index 0000000000..608d292b82 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/compiler_depend.internal @@ -0,0 +1,102 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci.dir/fibonacci.c.o + /Users/jesperolsen/development/C/math/fibonacci.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/math/CMakeFiles/fibonacci.dir/compiler_depend.make b/math/CMakeFiles/fibonacci.dir/compiler_depend.make new file mode 100644 index 0000000000..2f48c7074a --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/compiler_depend.make @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci.dir/fibonacci.c.o: math/fibonacci.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +math/fibonacci.c: diff --git a/math/CMakeFiles/fibonacci.dir/compiler_depend.ts b/math/CMakeFiles/fibonacci.dir/compiler_depend.ts new file mode 100644 index 0000000000..acbbb44947 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for fibonacci. diff --git a/math/CMakeFiles/fibonacci.dir/depend.make b/math/CMakeFiles/fibonacci.dir/depend.make new file mode 100644 index 0000000000..4ffe293025 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for fibonacci. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/fibonacci.dir/fibonacci.c.o b/math/CMakeFiles/fibonacci.dir/fibonacci.c.o new file mode 100644 index 0000000000..99dd7de4e7 Binary files /dev/null and b/math/CMakeFiles/fibonacci.dir/fibonacci.c.o differ diff --git a/math/CMakeFiles/fibonacci.dir/fibonacci.c.o.d b/math/CMakeFiles/fibonacci.dir/fibonacci.c.o.d new file mode 100644 index 0000000000..40cca18922 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/fibonacci.c.o.d @@ -0,0 +1,98 @@ +math/CMakeFiles/fibonacci.dir/fibonacci.c.o: \ + /Users/jesperolsen/development/C/math/fibonacci.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/math/CMakeFiles/fibonacci.dir/flags.make b/math/CMakeFiles/fibonacci.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/fibonacci.dir/link.txt b/math/CMakeFiles/fibonacci.dir/link.txt new file mode 100644 index 0000000000..0cc2572f2d --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/fibonacci.dir/fibonacci.c.o -o fibonacci /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/fibonacci.dir/progress.make b/math/CMakeFiles/fibonacci.dir/progress.make new file mode 100644 index 0000000000..303065c945 --- /dev/null +++ b/math/CMakeFiles/fibonacci.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 21 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/fibonacci_dp.dir/DependInfo.cmake b/math/CMakeFiles/fibonacci_dp.dir/DependInfo.cmake new file mode 100644 index 0000000000..59aacaf21c --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/fibonacci_dp.c" "math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o" "gcc" "math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/fibonacci_dp.dir/build.make b/math/CMakeFiles/fibonacci_dp.dir/build.make new file mode 100644 index 0000000000..fc0e8fa30f --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/fibonacci_dp.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/fibonacci_dp.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/fibonacci_dp.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/fibonacci_dp.dir/flags.make + +math/CMakeFiles/fibonacci_dp.dir/codegen: +.PHONY : math/CMakeFiles/fibonacci_dp.dir/codegen + +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o: math/CMakeFiles/fibonacci_dp.dir/flags.make +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o: math/fibonacci_dp.c +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o: math/CMakeFiles/fibonacci_dp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o -MF CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o.d -o CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o -c /Users/jesperolsen/development/C/math/fibonacci_dp.c + +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/fibonacci_dp.c > CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.i + +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/fibonacci_dp.c -o CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.s + +# Object files for target fibonacci_dp +fibonacci_dp_OBJECTS = \ +"CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o" + +# External object files for target fibonacci_dp +fibonacci_dp_EXTERNAL_OBJECTS = + +math/fibonacci_dp: math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o +math/fibonacci_dp: math/CMakeFiles/fibonacci_dp.dir/build.make +math/fibonacci_dp: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/fibonacci_dp: math/CMakeFiles/fibonacci_dp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable fibonacci_dp" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fibonacci_dp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/fibonacci_dp.dir/build: math/fibonacci_dp +.PHONY : math/CMakeFiles/fibonacci_dp.dir/build + +math/CMakeFiles/fibonacci_dp.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/fibonacci_dp.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/fibonacci_dp.dir/clean + +math/CMakeFiles/fibonacci_dp.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_dp.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/fibonacci_dp.dir/depend + diff --git a/math/CMakeFiles/fibonacci_dp.dir/cmake_clean.cmake b/math/CMakeFiles/fibonacci_dp.dir/cmake_clean.cmake new file mode 100644 index 0000000000..881b985e5c --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o" + "CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o.d" + "fibonacci_dp" + "fibonacci_dp.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/fibonacci_dp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.internal b/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.internal new file mode 100644 index 0000000000..4473518aa3 --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o + /Users/jesperolsen/development/C/math/fibonacci_dp.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.make b/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.make new file mode 100644 index 0000000000..389a2bbda7 --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o: math/fibonacci_dp.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +math/fibonacci_dp.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.ts b/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.ts new file mode 100644 index 0000000000..b04b9afe2b --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for fibonacci_dp. diff --git a/math/CMakeFiles/fibonacci_dp.dir/depend.make b/math/CMakeFiles/fibonacci_dp.dir/depend.make new file mode 100644 index 0000000000..f2db57911e --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for fibonacci_dp. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o b/math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o new file mode 100644 index 0000000000..dad7207530 Binary files /dev/null and b/math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o differ diff --git a/math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o.d b/math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o.d new file mode 100644 index 0000000000..c6610694b7 --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o.d @@ -0,0 +1,87 @@ +math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o: \ + /Users/jesperolsen/development/C/math/fibonacci_dp.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/math/CMakeFiles/fibonacci_dp.dir/flags.make b/math/CMakeFiles/fibonacci_dp.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/fibonacci_dp.dir/link.txt b/math/CMakeFiles/fibonacci_dp.dir/link.txt new file mode 100644 index 0000000000..abc7002aa4 --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o -o fibonacci_dp /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/fibonacci_dp.dir/progress.make b/math/CMakeFiles/fibonacci_dp.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/fibonacci_dp.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/fibonacci_fast.dir/DependInfo.cmake b/math/CMakeFiles/fibonacci_fast.dir/DependInfo.cmake new file mode 100644 index 0000000000..5d47e19c50 --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/fibonacci_fast.c" "math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o" "gcc" "math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/fibonacci_fast.dir/build.make b/math/CMakeFiles/fibonacci_fast.dir/build.make new file mode 100644 index 0000000000..a291bd3aac --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/fibonacci_fast.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/fibonacci_fast.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/fibonacci_fast.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/fibonacci_fast.dir/flags.make + +math/CMakeFiles/fibonacci_fast.dir/codegen: +.PHONY : math/CMakeFiles/fibonacci_fast.dir/codegen + +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o: math/CMakeFiles/fibonacci_fast.dir/flags.make +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o: math/fibonacci_fast.c +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o: math/CMakeFiles/fibonacci_fast.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o -MF CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o.d -o CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o -c /Users/jesperolsen/development/C/math/fibonacci_fast.c + +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/fibonacci_fast.c > CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.i + +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/fibonacci_fast.c -o CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.s + +# Object files for target fibonacci_fast +fibonacci_fast_OBJECTS = \ +"CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o" + +# External object files for target fibonacci_fast +fibonacci_fast_EXTERNAL_OBJECTS = + +math/fibonacci_fast: math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o +math/fibonacci_fast: math/CMakeFiles/fibonacci_fast.dir/build.make +math/fibonacci_fast: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/fibonacci_fast: math/CMakeFiles/fibonacci_fast.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable fibonacci_fast" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fibonacci_fast.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/fibonacci_fast.dir/build: math/fibonacci_fast +.PHONY : math/CMakeFiles/fibonacci_fast.dir/build + +math/CMakeFiles/fibonacci_fast.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/fibonacci_fast.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/fibonacci_fast.dir/clean + +math/CMakeFiles/fibonacci_fast.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_fast.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/fibonacci_fast.dir/depend + diff --git a/math/CMakeFiles/fibonacci_fast.dir/cmake_clean.cmake b/math/CMakeFiles/fibonacci_fast.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6eed020c5f --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o" + "CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o.d" + "fibonacci_fast" + "fibonacci_fast.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/fibonacci_fast.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.internal b/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.internal new file mode 100644 index 0000000000..ec59e9e288 --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.internal @@ -0,0 +1,95 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o + /Users/jesperolsen/development/C/math/fibonacci_fast.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale_posix2008.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_locale_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/locale.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.make b/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.make new file mode 100644 index 0000000000..2b3af8caba --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.make @@ -0,0 +1,274 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o: math/fibonacci_fast.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale_posix2008.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_locale_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/locale.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/locale.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_locale_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale_posix2008.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +math/fibonacci_fast.c: diff --git a/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.ts b/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.ts new file mode 100644 index 0000000000..c0ce445b5a --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for fibonacci_fast. diff --git a/math/CMakeFiles/fibonacci_fast.dir/depend.make b/math/CMakeFiles/fibonacci_fast.dir/depend.make new file mode 100644 index 0000000000..e59fa83073 --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for fibonacci_fast. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o b/math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o new file mode 100644 index 0000000000..433bc76388 Binary files /dev/null and b/math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o differ diff --git a/math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o.d b/math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o.d new file mode 100644 index 0000000000..830bc49093 --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o.d @@ -0,0 +1,91 @@ +math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o: \ + /Users/jesperolsen/development/C/math/fibonacci_fast.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/locale.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_locale_posix2008.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_locale_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/math/CMakeFiles/fibonacci_fast.dir/flags.make b/math/CMakeFiles/fibonacci_fast.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/fibonacci_fast.dir/link.txt b/math/CMakeFiles/fibonacci_fast.dir/link.txt new file mode 100644 index 0000000000..bb02e1eebb --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o -o fibonacci_fast /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/fibonacci_fast.dir/progress.make b/math/CMakeFiles/fibonacci_fast.dir/progress.make new file mode 100644 index 0000000000..8217c4f0bf --- /dev/null +++ b/math/CMakeFiles/fibonacci_fast.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 22 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/fibonacci_formula.dir/DependInfo.cmake b/math/CMakeFiles/fibonacci_formula.dir/DependInfo.cmake new file mode 100644 index 0000000000..b7570b8895 --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/fibonacci_formula.c" "math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o" "gcc" "math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/fibonacci_formula.dir/build.make b/math/CMakeFiles/fibonacci_formula.dir/build.make new file mode 100644 index 0000000000..f65ecad699 --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/fibonacci_formula.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/fibonacci_formula.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/fibonacci_formula.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/fibonacci_formula.dir/flags.make + +math/CMakeFiles/fibonacci_formula.dir/codegen: +.PHONY : math/CMakeFiles/fibonacci_formula.dir/codegen + +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o: math/CMakeFiles/fibonacci_formula.dir/flags.make +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o: math/fibonacci_formula.c +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o: math/CMakeFiles/fibonacci_formula.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o -MF CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o.d -o CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o -c /Users/jesperolsen/development/C/math/fibonacci_formula.c + +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/fibonacci_formula.c > CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.i + +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/fibonacci_formula.c -o CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.s + +# Object files for target fibonacci_formula +fibonacci_formula_OBJECTS = \ +"CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o" + +# External object files for target fibonacci_formula +fibonacci_formula_EXTERNAL_OBJECTS = + +math/fibonacci_formula: math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o +math/fibonacci_formula: math/CMakeFiles/fibonacci_formula.dir/build.make +math/fibonacci_formula: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/fibonacci_formula: math/CMakeFiles/fibonacci_formula.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable fibonacci_formula" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fibonacci_formula.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/fibonacci_formula.dir/build: math/fibonacci_formula +.PHONY : math/CMakeFiles/fibonacci_formula.dir/build + +math/CMakeFiles/fibonacci_formula.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/fibonacci_formula.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/fibonacci_formula.dir/clean + +math/CMakeFiles/fibonacci_formula.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_formula.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/fibonacci_formula.dir/depend + diff --git a/math/CMakeFiles/fibonacci_formula.dir/cmake_clean.cmake b/math/CMakeFiles/fibonacci_formula.dir/cmake_clean.cmake new file mode 100644 index 0000000000..15c10f037b --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o" + "CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o.d" + "fibonacci_formula" + "fibonacci_formula.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/fibonacci_formula.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.internal b/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.internal new file mode 100644 index 0000000000..38f4e7f7bd --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.internal @@ -0,0 +1,49 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o + /Users/jesperolsen/development/C/math/fibonacci_formula.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.make b/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.make new file mode 100644 index 0000000000..93f590b8a1 --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o: math/fibonacci_formula.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +math/fibonacci_formula.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.ts b/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.ts new file mode 100644 index 0000000000..0d1f5c0dd8 --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for fibonacci_formula. diff --git a/math/CMakeFiles/fibonacci_formula.dir/depend.make b/math/CMakeFiles/fibonacci_formula.dir/depend.make new file mode 100644 index 0000000000..be5f10faee --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for fibonacci_formula. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o b/math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o new file mode 100644 index 0000000000..b70a31746c Binary files /dev/null and b/math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o differ diff --git a/math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o.d b/math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o.d new file mode 100644 index 0000000000..6319bf075d --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o.d @@ -0,0 +1,45 @@ +math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o: \ + /Users/jesperolsen/development/C/math/fibonacci_formula.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/math/CMakeFiles/fibonacci_formula.dir/flags.make b/math/CMakeFiles/fibonacci_formula.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/fibonacci_formula.dir/link.txt b/math/CMakeFiles/fibonacci_formula.dir/link.txt new file mode 100644 index 0000000000..f8f7c65326 --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o -o fibonacci_formula /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/fibonacci_formula.dir/progress.make b/math/CMakeFiles/fibonacci_formula.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/fibonacci_formula.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/gcd.dir/DependInfo.cmake b/math/CMakeFiles/gcd.dir/DependInfo.cmake new file mode 100644 index 0000000000..be28ff55ab --- /dev/null +++ b/math/CMakeFiles/gcd.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/gcd.c" "math/CMakeFiles/gcd.dir/gcd.c.o" "gcc" "math/CMakeFiles/gcd.dir/gcd.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/gcd.dir/build.make b/math/CMakeFiles/gcd.dir/build.make new file mode 100644 index 0000000000..5744aa948f --- /dev/null +++ b/math/CMakeFiles/gcd.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/gcd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/gcd.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/gcd.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/gcd.dir/flags.make + +math/CMakeFiles/gcd.dir/codegen: +.PHONY : math/CMakeFiles/gcd.dir/codegen + +math/CMakeFiles/gcd.dir/gcd.c.o: math/CMakeFiles/gcd.dir/flags.make +math/CMakeFiles/gcd.dir/gcd.c.o: math/gcd.c +math/CMakeFiles/gcd.dir/gcd.c.o: math/CMakeFiles/gcd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/gcd.dir/gcd.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/gcd.dir/gcd.c.o -MF CMakeFiles/gcd.dir/gcd.c.o.d -o CMakeFiles/gcd.dir/gcd.c.o -c /Users/jesperolsen/development/C/math/gcd.c + +math/CMakeFiles/gcd.dir/gcd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/gcd.dir/gcd.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/gcd.c > CMakeFiles/gcd.dir/gcd.c.i + +math/CMakeFiles/gcd.dir/gcd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/gcd.dir/gcd.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/gcd.c -o CMakeFiles/gcd.dir/gcd.c.s + +# Object files for target gcd +gcd_OBJECTS = \ +"CMakeFiles/gcd.dir/gcd.c.o" + +# External object files for target gcd +gcd_EXTERNAL_OBJECTS = + +math/gcd: math/CMakeFiles/gcd.dir/gcd.c.o +math/gcd: math/CMakeFiles/gcd.dir/build.make +math/gcd: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/gcd: math/CMakeFiles/gcd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable gcd" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gcd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/gcd.dir/build: math/gcd +.PHONY : math/CMakeFiles/gcd.dir/build + +math/CMakeFiles/gcd.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/gcd.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/gcd.dir/clean + +math/CMakeFiles/gcd.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/gcd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/gcd.dir/depend + diff --git a/math/CMakeFiles/gcd.dir/cmake_clean.cmake b/math/CMakeFiles/gcd.dir/cmake_clean.cmake new file mode 100644 index 0000000000..14ba61d70f --- /dev/null +++ b/math/CMakeFiles/gcd.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/gcd.dir/gcd.c.o" + "CMakeFiles/gcd.dir/gcd.c.o.d" + "gcd" + "gcd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/gcd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/gcd.dir/compiler_depend.internal b/math/CMakeFiles/gcd.dir/compiler_depend.internal new file mode 100644 index 0000000000..37384e2b40 --- /dev/null +++ b/math/CMakeFiles/gcd.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/gcd.dir/gcd.c.o + /Users/jesperolsen/development/C/math/gcd.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/gcd.dir/compiler_depend.make b/math/CMakeFiles/gcd.dir/compiler_depend.make new file mode 100644 index 0000000000..c25e88f502 --- /dev/null +++ b/math/CMakeFiles/gcd.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/gcd.dir/gcd.c.o: math/gcd.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +math/gcd.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/math/CMakeFiles/gcd.dir/compiler_depend.ts b/math/CMakeFiles/gcd.dir/compiler_depend.ts new file mode 100644 index 0000000000..a63677481e --- /dev/null +++ b/math/CMakeFiles/gcd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for gcd. diff --git a/math/CMakeFiles/gcd.dir/depend.make b/math/CMakeFiles/gcd.dir/depend.make new file mode 100644 index 0000000000..c063390496 --- /dev/null +++ b/math/CMakeFiles/gcd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gcd. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/gcd.dir/flags.make b/math/CMakeFiles/gcd.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/gcd.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/gcd.dir/gcd.c.o b/math/CMakeFiles/gcd.dir/gcd.c.o new file mode 100644 index 0000000000..f0547856e6 Binary files /dev/null and b/math/CMakeFiles/gcd.dir/gcd.c.o differ diff --git a/math/CMakeFiles/gcd.dir/gcd.c.o.d b/math/CMakeFiles/gcd.dir/gcd.c.o.d new file mode 100644 index 0000000000..3cb3931f4c --- /dev/null +++ b/math/CMakeFiles/gcd.dir/gcd.c.o.d @@ -0,0 +1,41 @@ +math/CMakeFiles/gcd.dir/gcd.c.o: \ + /Users/jesperolsen/development/C/math/gcd.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/gcd.dir/link.txt b/math/CMakeFiles/gcd.dir/link.txt new file mode 100644 index 0000000000..ec578fe70e --- /dev/null +++ b/math/CMakeFiles/gcd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gcd.dir/gcd.c.o -o gcd /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/gcd.dir/progress.make b/math/CMakeFiles/gcd.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/gcd.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/is_armstrong.dir/DependInfo.cmake b/math/CMakeFiles/is_armstrong.dir/DependInfo.cmake new file mode 100644 index 0000000000..56a1e6da81 --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/is_armstrong.c" "math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o" "gcc" "math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/is_armstrong.dir/build.make b/math/CMakeFiles/is_armstrong.dir/build.make new file mode 100644 index 0000000000..900686df00 --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/is_armstrong.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/is_armstrong.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/is_armstrong.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/is_armstrong.dir/flags.make + +math/CMakeFiles/is_armstrong.dir/codegen: +.PHONY : math/CMakeFiles/is_armstrong.dir/codegen + +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o: math/CMakeFiles/is_armstrong.dir/flags.make +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o: math/is_armstrong.c +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o: math/CMakeFiles/is_armstrong.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o -MF CMakeFiles/is_armstrong.dir/is_armstrong.c.o.d -o CMakeFiles/is_armstrong.dir/is_armstrong.c.o -c /Users/jesperolsen/development/C/math/is_armstrong.c + +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/is_armstrong.dir/is_armstrong.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/is_armstrong.c > CMakeFiles/is_armstrong.dir/is_armstrong.c.i + +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/is_armstrong.dir/is_armstrong.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/is_armstrong.c -o CMakeFiles/is_armstrong.dir/is_armstrong.c.s + +# Object files for target is_armstrong +is_armstrong_OBJECTS = \ +"CMakeFiles/is_armstrong.dir/is_armstrong.c.o" + +# External object files for target is_armstrong +is_armstrong_EXTERNAL_OBJECTS = + +math/is_armstrong: math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o +math/is_armstrong: math/CMakeFiles/is_armstrong.dir/build.make +math/is_armstrong: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/is_armstrong: math/CMakeFiles/is_armstrong.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable is_armstrong" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/is_armstrong.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/is_armstrong.dir/build: math/is_armstrong +.PHONY : math/CMakeFiles/is_armstrong.dir/build + +math/CMakeFiles/is_armstrong.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/is_armstrong.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/is_armstrong.dir/clean + +math/CMakeFiles/is_armstrong.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/is_armstrong.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/is_armstrong.dir/depend + diff --git a/math/CMakeFiles/is_armstrong.dir/cmake_clean.cmake b/math/CMakeFiles/is_armstrong.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c22e031bac --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/is_armstrong.dir/is_armstrong.c.o" + "CMakeFiles/is_armstrong.dir/is_armstrong.c.o.d" + "is_armstrong" + "is_armstrong.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/is_armstrong.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/is_armstrong.dir/compiler_depend.internal b/math/CMakeFiles/is_armstrong.dir/compiler_depend.internal new file mode 100644 index 0000000000..524fb5b219 --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o + /Users/jesperolsen/development/C/math/is_armstrong.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/is_armstrong.dir/compiler_depend.make b/math/CMakeFiles/is_armstrong.dir/compiler_depend.make new file mode 100644 index 0000000000..96ab6ecce5 --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o: math/is_armstrong.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +math/is_armstrong.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/math/CMakeFiles/is_armstrong.dir/compiler_depend.ts b/math/CMakeFiles/is_armstrong.dir/compiler_depend.ts new file mode 100644 index 0000000000..248692a76e --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for is_armstrong. diff --git a/math/CMakeFiles/is_armstrong.dir/depend.make b/math/CMakeFiles/is_armstrong.dir/depend.make new file mode 100644 index 0000000000..1e273217fa --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for is_armstrong. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/is_armstrong.dir/flags.make b/math/CMakeFiles/is_armstrong.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o b/math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o new file mode 100644 index 0000000000..2f6810826e Binary files /dev/null and b/math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o differ diff --git a/math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o.d b/math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o.d new file mode 100644 index 0000000000..117aa9b888 --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o.d @@ -0,0 +1,41 @@ +math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o: \ + /Users/jesperolsen/development/C/math/is_armstrong.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/is_armstrong.dir/link.txt b/math/CMakeFiles/is_armstrong.dir/link.txt new file mode 100644 index 0000000000..1588fab733 --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/is_armstrong.dir/is_armstrong.c.o -o is_armstrong /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/is_armstrong.dir/progress.make b/math/CMakeFiles/is_armstrong.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/is_armstrong.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/large_factorials.dir/DependInfo.cmake b/math/CMakeFiles/large_factorials.dir/DependInfo.cmake new file mode 100644 index 0000000000..8edc51ffdd --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/large_factorials.c" "math/CMakeFiles/large_factorials.dir/large_factorials.c.o" "gcc" "math/CMakeFiles/large_factorials.dir/large_factorials.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/large_factorials.dir/build.make b/math/CMakeFiles/large_factorials.dir/build.make new file mode 100644 index 0000000000..19cc0501e3 --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/large_factorials.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/large_factorials.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/large_factorials.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/large_factorials.dir/flags.make + +math/CMakeFiles/large_factorials.dir/codegen: +.PHONY : math/CMakeFiles/large_factorials.dir/codegen + +math/CMakeFiles/large_factorials.dir/large_factorials.c.o: math/CMakeFiles/large_factorials.dir/flags.make +math/CMakeFiles/large_factorials.dir/large_factorials.c.o: math/large_factorials.c +math/CMakeFiles/large_factorials.dir/large_factorials.c.o: math/CMakeFiles/large_factorials.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/large_factorials.dir/large_factorials.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/large_factorials.dir/large_factorials.c.o -MF CMakeFiles/large_factorials.dir/large_factorials.c.o.d -o CMakeFiles/large_factorials.dir/large_factorials.c.o -c /Users/jesperolsen/development/C/math/large_factorials.c + +math/CMakeFiles/large_factorials.dir/large_factorials.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/large_factorials.dir/large_factorials.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/large_factorials.c > CMakeFiles/large_factorials.dir/large_factorials.c.i + +math/CMakeFiles/large_factorials.dir/large_factorials.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/large_factorials.dir/large_factorials.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/large_factorials.c -o CMakeFiles/large_factorials.dir/large_factorials.c.s + +# Object files for target large_factorials +large_factorials_OBJECTS = \ +"CMakeFiles/large_factorials.dir/large_factorials.c.o" + +# External object files for target large_factorials +large_factorials_EXTERNAL_OBJECTS = + +math/large_factorials: math/CMakeFiles/large_factorials.dir/large_factorials.c.o +math/large_factorials: math/CMakeFiles/large_factorials.dir/build.make +math/large_factorials: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/large_factorials: math/CMakeFiles/large_factorials.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable large_factorials" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/large_factorials.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/large_factorials.dir/build: math/large_factorials +.PHONY : math/CMakeFiles/large_factorials.dir/build + +math/CMakeFiles/large_factorials.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/large_factorials.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/large_factorials.dir/clean + +math/CMakeFiles/large_factorials.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/large_factorials.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/large_factorials.dir/depend + diff --git a/math/CMakeFiles/large_factorials.dir/cmake_clean.cmake b/math/CMakeFiles/large_factorials.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b8331e59a6 --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/large_factorials.dir/large_factorials.c.o" + "CMakeFiles/large_factorials.dir/large_factorials.c.o.d" + "large_factorials" + "large_factorials.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/large_factorials.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/large_factorials.dir/compiler_depend.internal b/math/CMakeFiles/large_factorials.dir/compiler_depend.internal new file mode 100644 index 0000000000..b80a34ae82 --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/large_factorials.dir/large_factorials.c.o + /Users/jesperolsen/development/C/math/large_factorials.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/large_factorials.dir/compiler_depend.make b/math/CMakeFiles/large_factorials.dir/compiler_depend.make new file mode 100644 index 0000000000..96d086060e --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/large_factorials.dir/large_factorials.c.o: math/large_factorials.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +math/large_factorials.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/math/CMakeFiles/large_factorials.dir/compiler_depend.ts b/math/CMakeFiles/large_factorials.dir/compiler_depend.ts new file mode 100644 index 0000000000..fca93d2864 --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for large_factorials. diff --git a/math/CMakeFiles/large_factorials.dir/depend.make b/math/CMakeFiles/large_factorials.dir/depend.make new file mode 100644 index 0000000000..437df3a995 --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for large_factorials. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/large_factorials.dir/flags.make b/math/CMakeFiles/large_factorials.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/large_factorials.dir/large_factorials.c.o b/math/CMakeFiles/large_factorials.dir/large_factorials.c.o new file mode 100644 index 0000000000..61f09df121 Binary files /dev/null and b/math/CMakeFiles/large_factorials.dir/large_factorials.c.o differ diff --git a/math/CMakeFiles/large_factorials.dir/large_factorials.c.o.d b/math/CMakeFiles/large_factorials.dir/large_factorials.c.o.d new file mode 100644 index 0000000000..5e55f66f58 --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/large_factorials.c.o.d @@ -0,0 +1,41 @@ +math/CMakeFiles/large_factorials.dir/large_factorials.c.o: \ + /Users/jesperolsen/development/C/math/large_factorials.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/large_factorials.dir/link.txt b/math/CMakeFiles/large_factorials.dir/link.txt new file mode 100644 index 0000000000..28e4dff55b --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/large_factorials.dir/large_factorials.c.o -o large_factorials /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/large_factorials.dir/progress.make b/math/CMakeFiles/large_factorials.dir/progress.make new file mode 100644 index 0000000000..6ef9ffe7ac --- /dev/null +++ b/math/CMakeFiles/large_factorials.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 39 + diff --git a/math/CMakeFiles/lcm.dir/DependInfo.cmake b/math/CMakeFiles/lcm.dir/DependInfo.cmake new file mode 100644 index 0000000000..6702153c3f --- /dev/null +++ b/math/CMakeFiles/lcm.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/lcm.c" "math/CMakeFiles/lcm.dir/lcm.c.o" "gcc" "math/CMakeFiles/lcm.dir/lcm.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/lcm.dir/build.make b/math/CMakeFiles/lcm.dir/build.make new file mode 100644 index 0000000000..df9faa8d4d --- /dev/null +++ b/math/CMakeFiles/lcm.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/lcm.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/lcm.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/lcm.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/lcm.dir/flags.make + +math/CMakeFiles/lcm.dir/codegen: +.PHONY : math/CMakeFiles/lcm.dir/codegen + +math/CMakeFiles/lcm.dir/lcm.c.o: math/CMakeFiles/lcm.dir/flags.make +math/CMakeFiles/lcm.dir/lcm.c.o: math/lcm.c +math/CMakeFiles/lcm.dir/lcm.c.o: math/CMakeFiles/lcm.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/lcm.dir/lcm.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/lcm.dir/lcm.c.o -MF CMakeFiles/lcm.dir/lcm.c.o.d -o CMakeFiles/lcm.dir/lcm.c.o -c /Users/jesperolsen/development/C/math/lcm.c + +math/CMakeFiles/lcm.dir/lcm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lcm.dir/lcm.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/lcm.c > CMakeFiles/lcm.dir/lcm.c.i + +math/CMakeFiles/lcm.dir/lcm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lcm.dir/lcm.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/lcm.c -o CMakeFiles/lcm.dir/lcm.c.s + +# Object files for target lcm +lcm_OBJECTS = \ +"CMakeFiles/lcm.dir/lcm.c.o" + +# External object files for target lcm +lcm_EXTERNAL_OBJECTS = + +math/lcm: math/CMakeFiles/lcm.dir/lcm.c.o +math/lcm: math/CMakeFiles/lcm.dir/build.make +math/lcm: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/lcm: math/CMakeFiles/lcm.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable lcm" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lcm.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/lcm.dir/build: math/lcm +.PHONY : math/CMakeFiles/lcm.dir/build + +math/CMakeFiles/lcm.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/lcm.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/lcm.dir/clean + +math/CMakeFiles/lcm.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/lcm.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/lcm.dir/depend + diff --git a/math/CMakeFiles/lcm.dir/cmake_clean.cmake b/math/CMakeFiles/lcm.dir/cmake_clean.cmake new file mode 100644 index 0000000000..39186bd71c --- /dev/null +++ b/math/CMakeFiles/lcm.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/lcm.dir/lcm.c.o" + "CMakeFiles/lcm.dir/lcm.c.o.d" + "lcm" + "lcm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lcm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/lcm.dir/compiler_depend.internal b/math/CMakeFiles/lcm.dir/compiler_depend.internal new file mode 100644 index 0000000000..142b4725dc --- /dev/null +++ b/math/CMakeFiles/lcm.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/lcm.dir/lcm.c.o + /Users/jesperolsen/development/C/math/lcm.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/lcm.dir/compiler_depend.make b/math/CMakeFiles/lcm.dir/compiler_depend.make new file mode 100644 index 0000000000..2898d76d2f --- /dev/null +++ b/math/CMakeFiles/lcm.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/lcm.dir/lcm.c.o: math/lcm.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +math/lcm.c: diff --git a/math/CMakeFiles/lcm.dir/compiler_depend.ts b/math/CMakeFiles/lcm.dir/compiler_depend.ts new file mode 100644 index 0000000000..9da43ebf9e --- /dev/null +++ b/math/CMakeFiles/lcm.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lcm. diff --git a/math/CMakeFiles/lcm.dir/depend.make b/math/CMakeFiles/lcm.dir/depend.make new file mode 100644 index 0000000000..77dabf6afc --- /dev/null +++ b/math/CMakeFiles/lcm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lcm. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/lcm.dir/flags.make b/math/CMakeFiles/lcm.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/lcm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/lcm.dir/lcm.c.o b/math/CMakeFiles/lcm.dir/lcm.c.o new file mode 100644 index 0000000000..8e4cabe7f1 Binary files /dev/null and b/math/CMakeFiles/lcm.dir/lcm.c.o differ diff --git a/math/CMakeFiles/lcm.dir/lcm.c.o.d b/math/CMakeFiles/lcm.dir/lcm.c.o.d new file mode 100644 index 0000000000..89799797fb --- /dev/null +++ b/math/CMakeFiles/lcm.dir/lcm.c.o.d @@ -0,0 +1,41 @@ +math/CMakeFiles/lcm.dir/lcm.c.o: \ + /Users/jesperolsen/development/C/math/lcm.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/lcm.dir/link.txt b/math/CMakeFiles/lcm.dir/link.txt new file mode 100644 index 0000000000..aa0ed9a8a0 --- /dev/null +++ b/math/CMakeFiles/lcm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lcm.dir/lcm.c.o -o lcm /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/lcm.dir/progress.make b/math/CMakeFiles/lcm.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/lcm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/lerp.dir/DependInfo.cmake b/math/CMakeFiles/lerp.dir/DependInfo.cmake new file mode 100644 index 0000000000..b31968618e --- /dev/null +++ b/math/CMakeFiles/lerp.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/lerp.c" "math/CMakeFiles/lerp.dir/lerp.c.o" "gcc" "math/CMakeFiles/lerp.dir/lerp.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/lerp.dir/build.make b/math/CMakeFiles/lerp.dir/build.make new file mode 100644 index 0000000000..19ae678135 --- /dev/null +++ b/math/CMakeFiles/lerp.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/lerp.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/lerp.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/lerp.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/lerp.dir/flags.make + +math/CMakeFiles/lerp.dir/codegen: +.PHONY : math/CMakeFiles/lerp.dir/codegen + +math/CMakeFiles/lerp.dir/lerp.c.o: math/CMakeFiles/lerp.dir/flags.make +math/CMakeFiles/lerp.dir/lerp.c.o: math/lerp.c +math/CMakeFiles/lerp.dir/lerp.c.o: math/CMakeFiles/lerp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/lerp.dir/lerp.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/lerp.dir/lerp.c.o -MF CMakeFiles/lerp.dir/lerp.c.o.d -o CMakeFiles/lerp.dir/lerp.c.o -c /Users/jesperolsen/development/C/math/lerp.c + +math/CMakeFiles/lerp.dir/lerp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lerp.dir/lerp.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/lerp.c > CMakeFiles/lerp.dir/lerp.c.i + +math/CMakeFiles/lerp.dir/lerp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lerp.dir/lerp.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/lerp.c -o CMakeFiles/lerp.dir/lerp.c.s + +# Object files for target lerp +lerp_OBJECTS = \ +"CMakeFiles/lerp.dir/lerp.c.o" + +# External object files for target lerp +lerp_EXTERNAL_OBJECTS = + +math/lerp: math/CMakeFiles/lerp.dir/lerp.c.o +math/lerp: math/CMakeFiles/lerp.dir/build.make +math/lerp: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/lerp: math/CMakeFiles/lerp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable lerp" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lerp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/lerp.dir/build: math/lerp +.PHONY : math/CMakeFiles/lerp.dir/build + +math/CMakeFiles/lerp.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/lerp.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/lerp.dir/clean + +math/CMakeFiles/lerp.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/lerp.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/lerp.dir/depend + diff --git a/math/CMakeFiles/lerp.dir/cmake_clean.cmake b/math/CMakeFiles/lerp.dir/cmake_clean.cmake new file mode 100644 index 0000000000..39fb4a14fa --- /dev/null +++ b/math/CMakeFiles/lerp.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/lerp.dir/lerp.c.o" + "CMakeFiles/lerp.dir/lerp.c.o.d" + "lerp" + "lerp.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lerp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/lerp.dir/compiler_depend.internal b/math/CMakeFiles/lerp.dir/compiler_depend.internal new file mode 100644 index 0000000000..287d340e38 --- /dev/null +++ b/math/CMakeFiles/lerp.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/lerp.dir/lerp.c.o + /Users/jesperolsen/development/C/math/lerp.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/lerp.dir/compiler_depend.make b/math/CMakeFiles/lerp.dir/compiler_depend.make new file mode 100644 index 0000000000..5e9247b0d7 --- /dev/null +++ b/math/CMakeFiles/lerp.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/lerp.dir/lerp.c.o: math/lerp.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +math/lerp.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/math/CMakeFiles/lerp.dir/compiler_depend.ts b/math/CMakeFiles/lerp.dir/compiler_depend.ts new file mode 100644 index 0000000000..5bfde8dfaa --- /dev/null +++ b/math/CMakeFiles/lerp.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lerp. diff --git a/math/CMakeFiles/lerp.dir/depend.make b/math/CMakeFiles/lerp.dir/depend.make new file mode 100644 index 0000000000..a73f4a1728 --- /dev/null +++ b/math/CMakeFiles/lerp.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lerp. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/lerp.dir/flags.make b/math/CMakeFiles/lerp.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/lerp.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/lerp.dir/lerp.c.o b/math/CMakeFiles/lerp.dir/lerp.c.o new file mode 100644 index 0000000000..c368584b82 Binary files /dev/null and b/math/CMakeFiles/lerp.dir/lerp.c.o differ diff --git a/math/CMakeFiles/lerp.dir/lerp.c.o.d b/math/CMakeFiles/lerp.dir/lerp.c.o.d new file mode 100644 index 0000000000..e4eb0b195b --- /dev/null +++ b/math/CMakeFiles/lerp.dir/lerp.c.o.d @@ -0,0 +1,42 @@ +math/CMakeFiles/lerp.dir/lerp.c.o: \ + /Users/jesperolsen/development/C/math/lerp.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/lerp.dir/link.txt b/math/CMakeFiles/lerp.dir/link.txt new file mode 100644 index 0000000000..00ccc85ede --- /dev/null +++ b/math/CMakeFiles/lerp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lerp.dir/lerp.c.o -o lerp /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/lerp.dir/progress.make b/math/CMakeFiles/lerp.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/lerp.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/palindrome.dir/DependInfo.cmake b/math/CMakeFiles/palindrome.dir/DependInfo.cmake new file mode 100644 index 0000000000..d6b27a87eb --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/palindrome.c" "math/CMakeFiles/palindrome.dir/palindrome.c.o" "gcc" "math/CMakeFiles/palindrome.dir/palindrome.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/palindrome.dir/build.make b/math/CMakeFiles/palindrome.dir/build.make new file mode 100644 index 0000000000..42e5e22d5e --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/palindrome.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/palindrome.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/palindrome.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/palindrome.dir/flags.make + +math/CMakeFiles/palindrome.dir/codegen: +.PHONY : math/CMakeFiles/palindrome.dir/codegen + +math/CMakeFiles/palindrome.dir/palindrome.c.o: math/CMakeFiles/palindrome.dir/flags.make +math/CMakeFiles/palindrome.dir/palindrome.c.o: math/palindrome.c +math/CMakeFiles/palindrome.dir/palindrome.c.o: math/CMakeFiles/palindrome.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/palindrome.dir/palindrome.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/palindrome.dir/palindrome.c.o -MF CMakeFiles/palindrome.dir/palindrome.c.o.d -o CMakeFiles/palindrome.dir/palindrome.c.o -c /Users/jesperolsen/development/C/math/palindrome.c + +math/CMakeFiles/palindrome.dir/palindrome.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/palindrome.dir/palindrome.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/palindrome.c > CMakeFiles/palindrome.dir/palindrome.c.i + +math/CMakeFiles/palindrome.dir/palindrome.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/palindrome.dir/palindrome.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/palindrome.c -o CMakeFiles/palindrome.dir/palindrome.c.s + +# Object files for target palindrome +palindrome_OBJECTS = \ +"CMakeFiles/palindrome.dir/palindrome.c.o" + +# External object files for target palindrome +palindrome_EXTERNAL_OBJECTS = + +math/palindrome: math/CMakeFiles/palindrome.dir/palindrome.c.o +math/palindrome: math/CMakeFiles/palindrome.dir/build.make +math/palindrome: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/palindrome: math/CMakeFiles/palindrome.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable palindrome" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/palindrome.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/palindrome.dir/build: math/palindrome +.PHONY : math/CMakeFiles/palindrome.dir/build + +math/CMakeFiles/palindrome.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/palindrome.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/palindrome.dir/clean + +math/CMakeFiles/palindrome.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/palindrome.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/palindrome.dir/depend + diff --git a/math/CMakeFiles/palindrome.dir/cmake_clean.cmake b/math/CMakeFiles/palindrome.dir/cmake_clean.cmake new file mode 100644 index 0000000000..00ab4620b2 --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/palindrome.dir/palindrome.c.o" + "CMakeFiles/palindrome.dir/palindrome.c.o.d" + "palindrome" + "palindrome.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/palindrome.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/palindrome.dir/compiler_depend.internal b/math/CMakeFiles/palindrome.dir/compiler_depend.internal new file mode 100644 index 0000000000..8be39999db --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/compiler_depend.internal @@ -0,0 +1,49 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/palindrome.dir/palindrome.c.o + /Users/jesperolsen/development/C/math/palindrome.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/palindrome.dir/compiler_depend.make b/math/CMakeFiles/palindrome.dir/compiler_depend.make new file mode 100644 index 0000000000..d279cad659 --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/compiler_depend.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/palindrome.dir/palindrome.c.o: math/palindrome.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +math/palindrome.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/math/CMakeFiles/palindrome.dir/compiler_depend.ts b/math/CMakeFiles/palindrome.dir/compiler_depend.ts new file mode 100644 index 0000000000..0a7f513f2c --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for palindrome. diff --git a/math/CMakeFiles/palindrome.dir/depend.make b/math/CMakeFiles/palindrome.dir/depend.make new file mode 100644 index 0000000000..4f7284c670 --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for palindrome. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/palindrome.dir/flags.make b/math/CMakeFiles/palindrome.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/palindrome.dir/link.txt b/math/CMakeFiles/palindrome.dir/link.txt new file mode 100644 index 0000000000..401c90cfc6 --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/palindrome.dir/palindrome.c.o -o palindrome /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/palindrome.dir/palindrome.c.o b/math/CMakeFiles/palindrome.dir/palindrome.c.o new file mode 100644 index 0000000000..404b35a019 Binary files /dev/null and b/math/CMakeFiles/palindrome.dir/palindrome.c.o differ diff --git a/math/CMakeFiles/palindrome.dir/palindrome.c.o.d b/math/CMakeFiles/palindrome.dir/palindrome.c.o.d new file mode 100644 index 0000000000..14b4e5a1cf --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/palindrome.c.o.d @@ -0,0 +1,45 @@ +math/CMakeFiles/palindrome.dir/palindrome.c.o: \ + /Users/jesperolsen/development/C/math/palindrome.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/palindrome.dir/progress.make b/math/CMakeFiles/palindrome.dir/progress.make new file mode 100644 index 0000000000..3ac26efee8 --- /dev/null +++ b/math/CMakeFiles/palindrome.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 54 + diff --git a/math/CMakeFiles/prime.dir/DependInfo.cmake b/math/CMakeFiles/prime.dir/DependInfo.cmake new file mode 100644 index 0000000000..b1f756fd8c --- /dev/null +++ b/math/CMakeFiles/prime.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/prime.c" "math/CMakeFiles/prime.dir/prime.c.o" "gcc" "math/CMakeFiles/prime.dir/prime.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/prime.dir/build.make b/math/CMakeFiles/prime.dir/build.make new file mode 100644 index 0000000000..f622bab761 --- /dev/null +++ b/math/CMakeFiles/prime.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/prime.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/prime.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/prime.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/prime.dir/flags.make + +math/CMakeFiles/prime.dir/codegen: +.PHONY : math/CMakeFiles/prime.dir/codegen + +math/CMakeFiles/prime.dir/prime.c.o: math/CMakeFiles/prime.dir/flags.make +math/CMakeFiles/prime.dir/prime.c.o: math/prime.c +math/CMakeFiles/prime.dir/prime.c.o: math/CMakeFiles/prime.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/prime.dir/prime.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/prime.dir/prime.c.o -MF CMakeFiles/prime.dir/prime.c.o.d -o CMakeFiles/prime.dir/prime.c.o -c /Users/jesperolsen/development/C/math/prime.c + +math/CMakeFiles/prime.dir/prime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/prime.dir/prime.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/prime.c > CMakeFiles/prime.dir/prime.c.i + +math/CMakeFiles/prime.dir/prime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/prime.dir/prime.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/prime.c -o CMakeFiles/prime.dir/prime.c.s + +# Object files for target prime +prime_OBJECTS = \ +"CMakeFiles/prime.dir/prime.c.o" + +# External object files for target prime +prime_EXTERNAL_OBJECTS = + +math/prime: math/CMakeFiles/prime.dir/prime.c.o +math/prime: math/CMakeFiles/prime.dir/build.make +math/prime: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/prime: math/CMakeFiles/prime.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable prime" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/prime.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/prime.dir/build: math/prime +.PHONY : math/CMakeFiles/prime.dir/build + +math/CMakeFiles/prime.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/prime.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/prime.dir/clean + +math/CMakeFiles/prime.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/prime.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/prime.dir/depend + diff --git a/math/CMakeFiles/prime.dir/cmake_clean.cmake b/math/CMakeFiles/prime.dir/cmake_clean.cmake new file mode 100644 index 0000000000..5fced57fc3 --- /dev/null +++ b/math/CMakeFiles/prime.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/prime.dir/prime.c.o" + "CMakeFiles/prime.dir/prime.c.o.d" + "prime" + "prime.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/prime.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/prime.dir/compiler_depend.internal b/math/CMakeFiles/prime.dir/compiler_depend.internal new file mode 100644 index 0000000000..9484770c39 --- /dev/null +++ b/math/CMakeFiles/prime.dir/compiler_depend.internal @@ -0,0 +1,50 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/prime.dir/prime.c.o + /Users/jesperolsen/development/C/math/prime.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/prime.dir/compiler_depend.make b/math/CMakeFiles/prime.dir/compiler_depend.make new file mode 100644 index 0000000000..884ffbf256 --- /dev/null +++ b/math/CMakeFiles/prime.dir/compiler_depend.make @@ -0,0 +1,139 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/prime.dir/prime.c.o: math/prime.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +math/prime.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/math/CMakeFiles/prime.dir/compiler_depend.ts b/math/CMakeFiles/prime.dir/compiler_depend.ts new file mode 100644 index 0000000000..029e6c64c8 --- /dev/null +++ b/math/CMakeFiles/prime.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for prime. diff --git a/math/CMakeFiles/prime.dir/depend.make b/math/CMakeFiles/prime.dir/depend.make new file mode 100644 index 0000000000..633a6a3b8b --- /dev/null +++ b/math/CMakeFiles/prime.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for prime. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/prime.dir/flags.make b/math/CMakeFiles/prime.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/prime.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/prime.dir/link.txt b/math/CMakeFiles/prime.dir/link.txt new file mode 100644 index 0000000000..bc964c65e2 --- /dev/null +++ b/math/CMakeFiles/prime.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/prime.dir/prime.c.o -o prime /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/prime.dir/prime.c.o b/math/CMakeFiles/prime.dir/prime.c.o new file mode 100644 index 0000000000..3e4aa374c4 Binary files /dev/null and b/math/CMakeFiles/prime.dir/prime.c.o differ diff --git a/math/CMakeFiles/prime.dir/prime.c.o.d b/math/CMakeFiles/prime.dir/prime.c.o.d new file mode 100644 index 0000000000..c5cf7b7999 --- /dev/null +++ b/math/CMakeFiles/prime.dir/prime.c.o.d @@ -0,0 +1,46 @@ +math/CMakeFiles/prime.dir/prime.c.o: \ + /Users/jesperolsen/development/C/math/prime.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/CMakeFiles/prime.dir/progress.make b/math/CMakeFiles/prime.dir/progress.make new file mode 100644 index 0000000000..b46bf58129 --- /dev/null +++ b/math/CMakeFiles/prime.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 58 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/prime_factoriziation.dir/DependInfo.cmake b/math/CMakeFiles/prime_factoriziation.dir/DependInfo.cmake new file mode 100644 index 0000000000..fb9ebd9986 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/prime_factoriziation.c" "math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o" "gcc" "math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/prime_factoriziation.dir/build.make b/math/CMakeFiles/prime_factoriziation.dir/build.make new file mode 100644 index 0000000000..00ecd6bc74 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/prime_factoriziation.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/prime_factoriziation.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/prime_factoriziation.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/prime_factoriziation.dir/flags.make + +math/CMakeFiles/prime_factoriziation.dir/codegen: +.PHONY : math/CMakeFiles/prime_factoriziation.dir/codegen + +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o: math/CMakeFiles/prime_factoriziation.dir/flags.make +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o: math/prime_factoriziation.c +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o: math/CMakeFiles/prime_factoriziation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o -MF CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o.d -o CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o -c /Users/jesperolsen/development/C/math/prime_factoriziation.c + +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/prime_factoriziation.c > CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.i + +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/prime_factoriziation.c -o CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.s + +# Object files for target prime_factoriziation +prime_factoriziation_OBJECTS = \ +"CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o" + +# External object files for target prime_factoriziation +prime_factoriziation_EXTERNAL_OBJECTS = + +math/prime_factoriziation: math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o +math/prime_factoriziation: math/CMakeFiles/prime_factoriziation.dir/build.make +math/prime_factoriziation: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/prime_factoriziation: math/CMakeFiles/prime_factoriziation.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable prime_factoriziation" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/prime_factoriziation.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/prime_factoriziation.dir/build: math/prime_factoriziation +.PHONY : math/CMakeFiles/prime_factoriziation.dir/build + +math/CMakeFiles/prime_factoriziation.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/prime_factoriziation.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/prime_factoriziation.dir/clean + +math/CMakeFiles/prime_factoriziation.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/prime_factoriziation.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/prime_factoriziation.dir/depend + diff --git a/math/CMakeFiles/prime_factoriziation.dir/cmake_clean.cmake b/math/CMakeFiles/prime_factoriziation.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c98b5bcc02 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o" + "CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o.d" + "prime_factoriziation" + "prime_factoriziation.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/prime_factoriziation.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.internal b/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.internal new file mode 100644 index 0000000000..0ce7675be2 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.internal @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o + /Users/jesperolsen/development/C/math/prime_factoriziation.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.make b/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.make new file mode 100644 index 0000000000..98135d88b4 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o: math/prime_factoriziation.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +math/prime_factoriziation.c: diff --git a/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.ts b/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.ts new file mode 100644 index 0000000000..3795ccab7b --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for prime_factoriziation. diff --git a/math/CMakeFiles/prime_factoriziation.dir/depend.make b/math/CMakeFiles/prime_factoriziation.dir/depend.make new file mode 100644 index 0000000000..59eb71a318 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for prime_factoriziation. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/prime_factoriziation.dir/flags.make b/math/CMakeFiles/prime_factoriziation.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/prime_factoriziation.dir/link.txt b/math/CMakeFiles/prime_factoriziation.dir/link.txt new file mode 100644 index 0000000000..2f637b333f --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o -o prime_factoriziation /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o b/math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o new file mode 100644 index 0000000000..4c54847b96 Binary files /dev/null and b/math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o differ diff --git a/math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o.d b/math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o.d new file mode 100644 index 0000000000..1bfffb80b6 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o.d @@ -0,0 +1,97 @@ +math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o: \ + /Users/jesperolsen/development/C/math/prime_factoriziation.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/math/CMakeFiles/prime_factoriziation.dir/progress.make b/math/CMakeFiles/prime_factoriziation.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/prime_factoriziation.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/prime_sieve.dir/DependInfo.cmake b/math/CMakeFiles/prime_sieve.dir/DependInfo.cmake new file mode 100644 index 0000000000..b365c8290c --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/prime_sieve.c" "math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o" "gcc" "math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/prime_sieve.dir/build.make b/math/CMakeFiles/prime_sieve.dir/build.make new file mode 100644 index 0000000000..d8bbe1d18b --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/prime_sieve.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/prime_sieve.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/prime_sieve.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/prime_sieve.dir/flags.make + +math/CMakeFiles/prime_sieve.dir/codegen: +.PHONY : math/CMakeFiles/prime_sieve.dir/codegen + +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o: math/CMakeFiles/prime_sieve.dir/flags.make +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o: math/prime_sieve.c +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o: math/CMakeFiles/prime_sieve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o -MF CMakeFiles/prime_sieve.dir/prime_sieve.c.o.d -o CMakeFiles/prime_sieve.dir/prime_sieve.c.o -c /Users/jesperolsen/development/C/math/prime_sieve.c + +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/prime_sieve.dir/prime_sieve.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/prime_sieve.c > CMakeFiles/prime_sieve.dir/prime_sieve.c.i + +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/prime_sieve.dir/prime_sieve.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/prime_sieve.c -o CMakeFiles/prime_sieve.dir/prime_sieve.c.s + +# Object files for target prime_sieve +prime_sieve_OBJECTS = \ +"CMakeFiles/prime_sieve.dir/prime_sieve.c.o" + +# External object files for target prime_sieve +prime_sieve_EXTERNAL_OBJECTS = + +math/prime_sieve: math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o +math/prime_sieve: math/CMakeFiles/prime_sieve.dir/build.make +math/prime_sieve: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/prime_sieve: math/CMakeFiles/prime_sieve.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable prime_sieve" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/prime_sieve.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/prime_sieve.dir/build: math/prime_sieve +.PHONY : math/CMakeFiles/prime_sieve.dir/build + +math/CMakeFiles/prime_sieve.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/prime_sieve.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/prime_sieve.dir/clean + +math/CMakeFiles/prime_sieve.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/prime_sieve.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/prime_sieve.dir/depend + diff --git a/math/CMakeFiles/prime_sieve.dir/cmake_clean.cmake b/math/CMakeFiles/prime_sieve.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3000d25012 --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/prime_sieve.dir/prime_sieve.c.o" + "CMakeFiles/prime_sieve.dir/prime_sieve.c.o.d" + "prime_sieve" + "prime_sieve.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/prime_sieve.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/prime_sieve.dir/compiler_depend.internal b/math/CMakeFiles/prime_sieve.dir/compiler_depend.internal new file mode 100644 index 0000000000..c942a1ff53 --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/compiler_depend.internal @@ -0,0 +1,94 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o + /Users/jesperolsen/development/C/math/prime_sieve.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/math/CMakeFiles/prime_sieve.dir/compiler_depend.make b/math/CMakeFiles/prime_sieve.dir/compiler_depend.make new file mode 100644 index 0000000000..429df1cf4f --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/compiler_depend.make @@ -0,0 +1,271 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o: math/prime_sieve.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +math/prime_sieve.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/math/CMakeFiles/prime_sieve.dir/compiler_depend.ts b/math/CMakeFiles/prime_sieve.dir/compiler_depend.ts new file mode 100644 index 0000000000..3dc939b89b --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for prime_sieve. diff --git a/math/CMakeFiles/prime_sieve.dir/depend.make b/math/CMakeFiles/prime_sieve.dir/depend.make new file mode 100644 index 0000000000..b9fa1ffe8c --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for prime_sieve. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/prime_sieve.dir/flags.make b/math/CMakeFiles/prime_sieve.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/prime_sieve.dir/link.txt b/math/CMakeFiles/prime_sieve.dir/link.txt new file mode 100644 index 0000000000..f1b8edc95c --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/prime_sieve.dir/prime_sieve.c.o -o prime_sieve /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o b/math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o new file mode 100644 index 0000000000..c163765aa7 Binary files /dev/null and b/math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o differ diff --git a/math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o.d b/math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o.d new file mode 100644 index 0000000000..bd68bb2d8b --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o.d @@ -0,0 +1,90 @@ +math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o: \ + /Users/jesperolsen/development/C/math/prime_sieve.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/math/CMakeFiles/prime_sieve.dir/progress.make b/math/CMakeFiles/prime_sieve.dir/progress.make new file mode 100644 index 0000000000..c4d787ca56 --- /dev/null +++ b/math/CMakeFiles/prime_sieve.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 59 +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/progress.marks b/math/CMakeFiles/progress.marks new file mode 100644 index 0000000000..b4de394767 --- /dev/null +++ b/math/CMakeFiles/progress.marks @@ -0,0 +1 @@ +11 diff --git a/math/CMakeFiles/strong_number.dir/DependInfo.cmake b/math/CMakeFiles/strong_number.dir/DependInfo.cmake new file mode 100644 index 0000000000..4c945b9c93 --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/math/strong_number.c" "math/CMakeFiles/strong_number.dir/strong_number.c.o" "gcc" "math/CMakeFiles/strong_number.dir/strong_number.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/math/CMakeFiles/strong_number.dir/build.make b/math/CMakeFiles/strong_number.dir/build.make new file mode 100644 index 0000000000..03bb575df0 --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include math/CMakeFiles/strong_number.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include math/CMakeFiles/strong_number.dir/compiler_depend.make + +# Include the progress variables for this target. +include math/CMakeFiles/strong_number.dir/progress.make + +# Include the compile flags for this target's objects. +include math/CMakeFiles/strong_number.dir/flags.make + +math/CMakeFiles/strong_number.dir/codegen: +.PHONY : math/CMakeFiles/strong_number.dir/codegen + +math/CMakeFiles/strong_number.dir/strong_number.c.o: math/CMakeFiles/strong_number.dir/flags.make +math/CMakeFiles/strong_number.dir/strong_number.c.o: math/strong_number.c +math/CMakeFiles/strong_number.dir/strong_number.c.o: math/CMakeFiles/strong_number.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object math/CMakeFiles/strong_number.dir/strong_number.c.o" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT math/CMakeFiles/strong_number.dir/strong_number.c.o -MF CMakeFiles/strong_number.dir/strong_number.c.o.d -o CMakeFiles/strong_number.dir/strong_number.c.o -c /Users/jesperolsen/development/C/math/strong_number.c + +math/CMakeFiles/strong_number.dir/strong_number.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/strong_number.dir/strong_number.c.i" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/math/strong_number.c > CMakeFiles/strong_number.dir/strong_number.c.i + +math/CMakeFiles/strong_number.dir/strong_number.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/strong_number.dir/strong_number.c.s" + cd /Users/jesperolsen/development/C/math && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/math/strong_number.c -o CMakeFiles/strong_number.dir/strong_number.c.s + +# Object files for target strong_number +strong_number_OBJECTS = \ +"CMakeFiles/strong_number.dir/strong_number.c.o" + +# External object files for target strong_number +strong_number_EXTERNAL_OBJECTS = + +math/strong_number: math/CMakeFiles/strong_number.dir/strong_number.c.o +math/strong_number: math/CMakeFiles/strong_number.dir/build.make +math/strong_number: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +math/strong_number: math/CMakeFiles/strong_number.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable strong_number" + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/strong_number.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +math/CMakeFiles/strong_number.dir/build: math/strong_number +.PHONY : math/CMakeFiles/strong_number.dir/build + +math/CMakeFiles/strong_number.dir/clean: + cd /Users/jesperolsen/development/C/math && $(CMAKE_COMMAND) -P CMakeFiles/strong_number.dir/cmake_clean.cmake +.PHONY : math/CMakeFiles/strong_number.dir/clean + +math/CMakeFiles/strong_number.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C /Users/jesperolsen/development/C/math /Users/jesperolsen/development/C/math/CMakeFiles/strong_number.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : math/CMakeFiles/strong_number.dir/depend + diff --git a/math/CMakeFiles/strong_number.dir/cmake_clean.cmake b/math/CMakeFiles/strong_number.dir/cmake_clean.cmake new file mode 100644 index 0000000000..049a74e1b9 --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/strong_number.dir/strong_number.c.o" + "CMakeFiles/strong_number.dir/strong_number.c.o.d" + "strong_number" + "strong_number.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/strong_number.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/math/CMakeFiles/strong_number.dir/compiler_depend.internal b/math/CMakeFiles/strong_number.dir/compiler_depend.internal new file mode 100644 index 0000000000..77af447918 --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/compiler_depend.internal @@ -0,0 +1,49 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/strong_number.dir/strong_number.c.o + /Users/jesperolsen/development/C/math/strong_number.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/math/CMakeFiles/strong_number.dir/compiler_depend.make b/math/CMakeFiles/strong_number.dir/compiler_depend.make new file mode 100644 index 0000000000..060a39219c --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/compiler_depend.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +math/CMakeFiles/strong_number.dir/strong_number.c.o: math/strong_number.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +math/strong_number.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/math/CMakeFiles/strong_number.dir/compiler_depend.ts b/math/CMakeFiles/strong_number.dir/compiler_depend.ts new file mode 100644 index 0000000000..76f5778215 --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for strong_number. diff --git a/math/CMakeFiles/strong_number.dir/depend.make b/math/CMakeFiles/strong_number.dir/depend.make new file mode 100644 index 0000000000..da037eae2c --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for strong_number. +# This may be replaced when dependencies are built. diff --git a/math/CMakeFiles/strong_number.dir/flags.make b/math/CMakeFiles/strong_number.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/math/CMakeFiles/strong_number.dir/link.txt b/math/CMakeFiles/strong_number.dir/link.txt new file mode 100644 index 0000000000..a10346387a --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/strong_number.dir/strong_number.c.o -o strong_number /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/math/CMakeFiles/strong_number.dir/progress.make b/math/CMakeFiles/strong_number.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/math/CMakeFiles/strong_number.dir/strong_number.c.o b/math/CMakeFiles/strong_number.dir/strong_number.c.o new file mode 100644 index 0000000000..5bc6168fa9 Binary files /dev/null and b/math/CMakeFiles/strong_number.dir/strong_number.c.o differ diff --git a/math/CMakeFiles/strong_number.dir/strong_number.c.o.d b/math/CMakeFiles/strong_number.dir/strong_number.c.o.d new file mode 100644 index 0000000000..b7955be378 --- /dev/null +++ b/math/CMakeFiles/strong_number.dir/strong_number.c.o.d @@ -0,0 +1,45 @@ +math/CMakeFiles/strong_number.dir/strong_number.c.o: \ + /Users/jesperolsen/development/C/math/strong_number.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/math/Makefile b/math/Makefile new file mode 100644 index 0000000000..b3566d72fa --- /dev/null +++ b/math/Makefile @@ -0,0 +1,1177 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/math//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +math/CMakeFiles/armstrong_number.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/armstrong_number.dir/rule +.PHONY : math/CMakeFiles/armstrong_number.dir/rule + +# Convenience name for target. +armstrong_number: math/CMakeFiles/armstrong_number.dir/rule +.PHONY : armstrong_number + +# fast build rule for target. +armstrong_number/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/build +.PHONY : armstrong_number/fast + +# Convenience name for target. +math/CMakeFiles/cantor_set.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/cantor_set.dir/rule +.PHONY : math/CMakeFiles/cantor_set.dir/rule + +# Convenience name for target. +cantor_set: math/CMakeFiles/cantor_set.dir/rule +.PHONY : cantor_set + +# fast build rule for target. +cantor_set/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/build +.PHONY : cantor_set/fast + +# Convenience name for target. +math/CMakeFiles/cartesian_to_polar.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/cartesian_to_polar.dir/rule +.PHONY : math/CMakeFiles/cartesian_to_polar.dir/rule + +# Convenience name for target. +cartesian_to_polar: math/CMakeFiles/cartesian_to_polar.dir/rule +.PHONY : cartesian_to_polar + +# fast build rule for target. +cartesian_to_polar/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/build +.PHONY : cartesian_to_polar/fast + +# Convenience name for target. +math/CMakeFiles/catalan.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/catalan.dir/rule +.PHONY : math/CMakeFiles/catalan.dir/rule + +# Convenience name for target. +catalan: math/CMakeFiles/catalan.dir/rule +.PHONY : catalan + +# fast build rule for target. +catalan/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/build +.PHONY : catalan/fast + +# Convenience name for target. +math/CMakeFiles/collatz.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/collatz.dir/rule +.PHONY : math/CMakeFiles/collatz.dir/rule + +# Convenience name for target. +collatz: math/CMakeFiles/collatz.dir/rule +.PHONY : collatz + +# fast build rule for target. +collatz/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/build +.PHONY : collatz/fast + +# Convenience name for target. +math/CMakeFiles/euclidean_algorithm_extended.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/euclidean_algorithm_extended.dir/rule +.PHONY : math/CMakeFiles/euclidean_algorithm_extended.dir/rule + +# Convenience name for target. +euclidean_algorithm_extended: math/CMakeFiles/euclidean_algorithm_extended.dir/rule +.PHONY : euclidean_algorithm_extended + +# fast build rule for target. +euclidean_algorithm_extended/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/build +.PHONY : euclidean_algorithm_extended/fast + +# Convenience name for target. +math/CMakeFiles/factorial.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/factorial.dir/rule +.PHONY : math/CMakeFiles/factorial.dir/rule + +# Convenience name for target. +factorial: math/CMakeFiles/factorial.dir/rule +.PHONY : factorial + +# fast build rule for target. +factorial/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/build +.PHONY : factorial/fast + +# Convenience name for target. +math/CMakeFiles/factorial_large_number.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/factorial_large_number.dir/rule +.PHONY : math/CMakeFiles/factorial_large_number.dir/rule + +# Convenience name for target. +factorial_large_number: math/CMakeFiles/factorial_large_number.dir/rule +.PHONY : factorial_large_number + +# fast build rule for target. +factorial_large_number/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/build +.PHONY : factorial_large_number/fast + +# Convenience name for target. +math/CMakeFiles/factorial_trailing_zeroes.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/factorial_trailing_zeroes.dir/rule +.PHONY : math/CMakeFiles/factorial_trailing_zeroes.dir/rule + +# Convenience name for target. +factorial_trailing_zeroes: math/CMakeFiles/factorial_trailing_zeroes.dir/rule +.PHONY : factorial_trailing_zeroes + +# fast build rule for target. +factorial_trailing_zeroes/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/build +.PHONY : factorial_trailing_zeroes/fast + +# Convenience name for target. +math/CMakeFiles/fibonacci.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci.dir/rule +.PHONY : math/CMakeFiles/fibonacci.dir/rule + +# Convenience name for target. +fibonacci: math/CMakeFiles/fibonacci.dir/rule +.PHONY : fibonacci + +# fast build rule for target. +fibonacci/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/build +.PHONY : fibonacci/fast + +# Convenience name for target. +math/CMakeFiles/fibonacci_dp.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci_dp.dir/rule +.PHONY : math/CMakeFiles/fibonacci_dp.dir/rule + +# Convenience name for target. +fibonacci_dp: math/CMakeFiles/fibonacci_dp.dir/rule +.PHONY : fibonacci_dp + +# fast build rule for target. +fibonacci_dp/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/build +.PHONY : fibonacci_dp/fast + +# Convenience name for target. +math/CMakeFiles/fibonacci_fast.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci_fast.dir/rule +.PHONY : math/CMakeFiles/fibonacci_fast.dir/rule + +# Convenience name for target. +fibonacci_fast: math/CMakeFiles/fibonacci_fast.dir/rule +.PHONY : fibonacci_fast + +# fast build rule for target. +fibonacci_fast/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/build +.PHONY : fibonacci_fast/fast + +# Convenience name for target. +math/CMakeFiles/fibonacci_formula.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/fibonacci_formula.dir/rule +.PHONY : math/CMakeFiles/fibonacci_formula.dir/rule + +# Convenience name for target. +fibonacci_formula: math/CMakeFiles/fibonacci_formula.dir/rule +.PHONY : fibonacci_formula + +# fast build rule for target. +fibonacci_formula/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/build +.PHONY : fibonacci_formula/fast + +# Convenience name for target. +math/CMakeFiles/gcd.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/gcd.dir/rule +.PHONY : math/CMakeFiles/gcd.dir/rule + +# Convenience name for target. +gcd: math/CMakeFiles/gcd.dir/rule +.PHONY : gcd + +# fast build rule for target. +gcd/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/build +.PHONY : gcd/fast + +# Convenience name for target. +math/CMakeFiles/is_armstrong.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/is_armstrong.dir/rule +.PHONY : math/CMakeFiles/is_armstrong.dir/rule + +# Convenience name for target. +is_armstrong: math/CMakeFiles/is_armstrong.dir/rule +.PHONY : is_armstrong + +# fast build rule for target. +is_armstrong/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/build +.PHONY : is_armstrong/fast + +# Convenience name for target. +math/CMakeFiles/large_factorials.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/large_factorials.dir/rule +.PHONY : math/CMakeFiles/large_factorials.dir/rule + +# Convenience name for target. +large_factorials: math/CMakeFiles/large_factorials.dir/rule +.PHONY : large_factorials + +# fast build rule for target. +large_factorials/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/build +.PHONY : large_factorials/fast + +# Convenience name for target. +math/CMakeFiles/lcm.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/lcm.dir/rule +.PHONY : math/CMakeFiles/lcm.dir/rule + +# Convenience name for target. +lcm: math/CMakeFiles/lcm.dir/rule +.PHONY : lcm + +# fast build rule for target. +lcm/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/build +.PHONY : lcm/fast + +# Convenience name for target. +math/CMakeFiles/lerp.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/lerp.dir/rule +.PHONY : math/CMakeFiles/lerp.dir/rule + +# Convenience name for target. +lerp: math/CMakeFiles/lerp.dir/rule +.PHONY : lerp + +# fast build rule for target. +lerp/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/build +.PHONY : lerp/fast + +# Convenience name for target. +math/CMakeFiles/palindrome.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/palindrome.dir/rule +.PHONY : math/CMakeFiles/palindrome.dir/rule + +# Convenience name for target. +palindrome: math/CMakeFiles/palindrome.dir/rule +.PHONY : palindrome + +# fast build rule for target. +palindrome/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/build +.PHONY : palindrome/fast + +# Convenience name for target. +math/CMakeFiles/prime.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/prime.dir/rule +.PHONY : math/CMakeFiles/prime.dir/rule + +# Convenience name for target. +prime: math/CMakeFiles/prime.dir/rule +.PHONY : prime + +# fast build rule for target. +prime/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/build +.PHONY : prime/fast + +# Convenience name for target. +math/CMakeFiles/prime_factoriziation.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/prime_factoriziation.dir/rule +.PHONY : math/CMakeFiles/prime_factoriziation.dir/rule + +# Convenience name for target. +prime_factoriziation: math/CMakeFiles/prime_factoriziation.dir/rule +.PHONY : prime_factoriziation + +# fast build rule for target. +prime_factoriziation/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/build +.PHONY : prime_factoriziation/fast + +# Convenience name for target. +math/CMakeFiles/prime_sieve.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/prime_sieve.dir/rule +.PHONY : math/CMakeFiles/prime_sieve.dir/rule + +# Convenience name for target. +prime_sieve: math/CMakeFiles/prime_sieve.dir/rule +.PHONY : prime_sieve + +# fast build rule for target. +prime_sieve/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/build +.PHONY : prime_sieve/fast + +# Convenience name for target. +math/CMakeFiles/strong_number.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 math/CMakeFiles/strong_number.dir/rule +.PHONY : math/CMakeFiles/strong_number.dir/rule + +# Convenience name for target. +strong_number: math/CMakeFiles/strong_number.dir/rule +.PHONY : strong_number + +# fast build rule for target. +strong_number/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/build +.PHONY : strong_number/fast + +armstrong_number.o: armstrong_number.c.o +.PHONY : armstrong_number.o + +# target to build an object file +armstrong_number.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/armstrong_number.c.o +.PHONY : armstrong_number.c.o + +armstrong_number.i: armstrong_number.c.i +.PHONY : armstrong_number.i + +# target to preprocess a source file +armstrong_number.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/armstrong_number.c.i +.PHONY : armstrong_number.c.i + +armstrong_number.s: armstrong_number.c.s +.PHONY : armstrong_number.s + +# target to generate assembly for a file +armstrong_number.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/armstrong_number.dir/build.make math/CMakeFiles/armstrong_number.dir/armstrong_number.c.s +.PHONY : armstrong_number.c.s + +cantor_set.o: cantor_set.c.o +.PHONY : cantor_set.o + +# target to build an object file +cantor_set.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/cantor_set.c.o +.PHONY : cantor_set.c.o + +cantor_set.i: cantor_set.c.i +.PHONY : cantor_set.i + +# target to preprocess a source file +cantor_set.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/cantor_set.c.i +.PHONY : cantor_set.c.i + +cantor_set.s: cantor_set.c.s +.PHONY : cantor_set.s + +# target to generate assembly for a file +cantor_set.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cantor_set.dir/build.make math/CMakeFiles/cantor_set.dir/cantor_set.c.s +.PHONY : cantor_set.c.s + +cartesian_to_polar.o: cartesian_to_polar.c.o +.PHONY : cartesian_to_polar.o + +# target to build an object file +cartesian_to_polar.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.o +.PHONY : cartesian_to_polar.c.o + +cartesian_to_polar.i: cartesian_to_polar.c.i +.PHONY : cartesian_to_polar.i + +# target to preprocess a source file +cartesian_to_polar.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.i +.PHONY : cartesian_to_polar.c.i + +cartesian_to_polar.s: cartesian_to_polar.c.s +.PHONY : cartesian_to_polar.s + +# target to generate assembly for a file +cartesian_to_polar.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/cartesian_to_polar.dir/build.make math/CMakeFiles/cartesian_to_polar.dir/cartesian_to_polar.c.s +.PHONY : cartesian_to_polar.c.s + +catalan.o: catalan.c.o +.PHONY : catalan.o + +# target to build an object file +catalan.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/catalan.c.o +.PHONY : catalan.c.o + +catalan.i: catalan.c.i +.PHONY : catalan.i + +# target to preprocess a source file +catalan.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/catalan.c.i +.PHONY : catalan.c.i + +catalan.s: catalan.c.s +.PHONY : catalan.s + +# target to generate assembly for a file +catalan.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/catalan.dir/build.make math/CMakeFiles/catalan.dir/catalan.c.s +.PHONY : catalan.c.s + +collatz.o: collatz.c.o +.PHONY : collatz.o + +# target to build an object file +collatz.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/collatz.c.o +.PHONY : collatz.c.o + +collatz.i: collatz.c.i +.PHONY : collatz.i + +# target to preprocess a source file +collatz.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/collatz.c.i +.PHONY : collatz.c.i + +collatz.s: collatz.c.s +.PHONY : collatz.s + +# target to generate assembly for a file +collatz.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/collatz.dir/build.make math/CMakeFiles/collatz.dir/collatz.c.s +.PHONY : collatz.c.s + +euclidean_algorithm_extended.o: euclidean_algorithm_extended.c.o +.PHONY : euclidean_algorithm_extended.o + +# target to build an object file +euclidean_algorithm_extended.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.o +.PHONY : euclidean_algorithm_extended.c.o + +euclidean_algorithm_extended.i: euclidean_algorithm_extended.c.i +.PHONY : euclidean_algorithm_extended.i + +# target to preprocess a source file +euclidean_algorithm_extended.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.i +.PHONY : euclidean_algorithm_extended.c.i + +euclidean_algorithm_extended.s: euclidean_algorithm_extended.c.s +.PHONY : euclidean_algorithm_extended.s + +# target to generate assembly for a file +euclidean_algorithm_extended.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/euclidean_algorithm_extended.dir/build.make math/CMakeFiles/euclidean_algorithm_extended.dir/euclidean_algorithm_extended.c.s +.PHONY : euclidean_algorithm_extended.c.s + +factorial.o: factorial.c.o +.PHONY : factorial.o + +# target to build an object file +factorial.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/factorial.c.o +.PHONY : factorial.c.o + +factorial.i: factorial.c.i +.PHONY : factorial.i + +# target to preprocess a source file +factorial.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/factorial.c.i +.PHONY : factorial.c.i + +factorial.s: factorial.c.s +.PHONY : factorial.s + +# target to generate assembly for a file +factorial.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial.dir/build.make math/CMakeFiles/factorial.dir/factorial.c.s +.PHONY : factorial.c.s + +factorial_large_number.o: factorial_large_number.c.o +.PHONY : factorial_large_number.o + +# target to build an object file +factorial_large_number.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.o +.PHONY : factorial_large_number.c.o + +factorial_large_number.i: factorial_large_number.c.i +.PHONY : factorial_large_number.i + +# target to preprocess a source file +factorial_large_number.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.i +.PHONY : factorial_large_number.c.i + +factorial_large_number.s: factorial_large_number.c.s +.PHONY : factorial_large_number.s + +# target to generate assembly for a file +factorial_large_number.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_large_number.dir/build.make math/CMakeFiles/factorial_large_number.dir/factorial_large_number.c.s +.PHONY : factorial_large_number.c.s + +factorial_trailing_zeroes.o: factorial_trailing_zeroes.c.o +.PHONY : factorial_trailing_zeroes.o + +# target to build an object file +factorial_trailing_zeroes.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.o +.PHONY : factorial_trailing_zeroes.c.o + +factorial_trailing_zeroes.i: factorial_trailing_zeroes.c.i +.PHONY : factorial_trailing_zeroes.i + +# target to preprocess a source file +factorial_trailing_zeroes.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.i +.PHONY : factorial_trailing_zeroes.c.i + +factorial_trailing_zeroes.s: factorial_trailing_zeroes.c.s +.PHONY : factorial_trailing_zeroes.s + +# target to generate assembly for a file +factorial_trailing_zeroes.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/factorial_trailing_zeroes.dir/build.make math/CMakeFiles/factorial_trailing_zeroes.dir/factorial_trailing_zeroes.c.s +.PHONY : factorial_trailing_zeroes.c.s + +fibonacci.o: fibonacci.c.o +.PHONY : fibonacci.o + +# target to build an object file +fibonacci.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/fibonacci.c.o +.PHONY : fibonacci.c.o + +fibonacci.i: fibonacci.c.i +.PHONY : fibonacci.i + +# target to preprocess a source file +fibonacci.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/fibonacci.c.i +.PHONY : fibonacci.c.i + +fibonacci.s: fibonacci.c.s +.PHONY : fibonacci.s + +# target to generate assembly for a file +fibonacci.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci.dir/build.make math/CMakeFiles/fibonacci.dir/fibonacci.c.s +.PHONY : fibonacci.c.s + +fibonacci_dp.o: fibonacci_dp.c.o +.PHONY : fibonacci_dp.o + +# target to build an object file +fibonacci_dp.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.o +.PHONY : fibonacci_dp.c.o + +fibonacci_dp.i: fibonacci_dp.c.i +.PHONY : fibonacci_dp.i + +# target to preprocess a source file +fibonacci_dp.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.i +.PHONY : fibonacci_dp.c.i + +fibonacci_dp.s: fibonacci_dp.c.s +.PHONY : fibonacci_dp.s + +# target to generate assembly for a file +fibonacci_dp.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_dp.dir/build.make math/CMakeFiles/fibonacci_dp.dir/fibonacci_dp.c.s +.PHONY : fibonacci_dp.c.s + +fibonacci_fast.o: fibonacci_fast.c.o +.PHONY : fibonacci_fast.o + +# target to build an object file +fibonacci_fast.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.o +.PHONY : fibonacci_fast.c.o + +fibonacci_fast.i: fibonacci_fast.c.i +.PHONY : fibonacci_fast.i + +# target to preprocess a source file +fibonacci_fast.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.i +.PHONY : fibonacci_fast.c.i + +fibonacci_fast.s: fibonacci_fast.c.s +.PHONY : fibonacci_fast.s + +# target to generate assembly for a file +fibonacci_fast.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_fast.dir/build.make math/CMakeFiles/fibonacci_fast.dir/fibonacci_fast.c.s +.PHONY : fibonacci_fast.c.s + +fibonacci_formula.o: fibonacci_formula.c.o +.PHONY : fibonacci_formula.o + +# target to build an object file +fibonacci_formula.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.o +.PHONY : fibonacci_formula.c.o + +fibonacci_formula.i: fibonacci_formula.c.i +.PHONY : fibonacci_formula.i + +# target to preprocess a source file +fibonacci_formula.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.i +.PHONY : fibonacci_formula.c.i + +fibonacci_formula.s: fibonacci_formula.c.s +.PHONY : fibonacci_formula.s + +# target to generate assembly for a file +fibonacci_formula.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/fibonacci_formula.dir/build.make math/CMakeFiles/fibonacci_formula.dir/fibonacci_formula.c.s +.PHONY : fibonacci_formula.c.s + +gcd.o: gcd.c.o +.PHONY : gcd.o + +# target to build an object file +gcd.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/gcd.c.o +.PHONY : gcd.c.o + +gcd.i: gcd.c.i +.PHONY : gcd.i + +# target to preprocess a source file +gcd.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/gcd.c.i +.PHONY : gcd.c.i + +gcd.s: gcd.c.s +.PHONY : gcd.s + +# target to generate assembly for a file +gcd.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/gcd.dir/build.make math/CMakeFiles/gcd.dir/gcd.c.s +.PHONY : gcd.c.s + +is_armstrong.o: is_armstrong.c.o +.PHONY : is_armstrong.o + +# target to build an object file +is_armstrong.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/is_armstrong.c.o +.PHONY : is_armstrong.c.o + +is_armstrong.i: is_armstrong.c.i +.PHONY : is_armstrong.i + +# target to preprocess a source file +is_armstrong.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/is_armstrong.c.i +.PHONY : is_armstrong.c.i + +is_armstrong.s: is_armstrong.c.s +.PHONY : is_armstrong.s + +# target to generate assembly for a file +is_armstrong.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/is_armstrong.dir/build.make math/CMakeFiles/is_armstrong.dir/is_armstrong.c.s +.PHONY : is_armstrong.c.s + +large_factorials.o: large_factorials.c.o +.PHONY : large_factorials.o + +# target to build an object file +large_factorials.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/large_factorials.c.o +.PHONY : large_factorials.c.o + +large_factorials.i: large_factorials.c.i +.PHONY : large_factorials.i + +# target to preprocess a source file +large_factorials.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/large_factorials.c.i +.PHONY : large_factorials.c.i + +large_factorials.s: large_factorials.c.s +.PHONY : large_factorials.s + +# target to generate assembly for a file +large_factorials.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/large_factorials.dir/build.make math/CMakeFiles/large_factorials.dir/large_factorials.c.s +.PHONY : large_factorials.c.s + +lcm.o: lcm.c.o +.PHONY : lcm.o + +# target to build an object file +lcm.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/lcm.c.o +.PHONY : lcm.c.o + +lcm.i: lcm.c.i +.PHONY : lcm.i + +# target to preprocess a source file +lcm.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/lcm.c.i +.PHONY : lcm.c.i + +lcm.s: lcm.c.s +.PHONY : lcm.s + +# target to generate assembly for a file +lcm.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lcm.dir/build.make math/CMakeFiles/lcm.dir/lcm.c.s +.PHONY : lcm.c.s + +lerp.o: lerp.c.o +.PHONY : lerp.o + +# target to build an object file +lerp.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/lerp.c.o +.PHONY : lerp.c.o + +lerp.i: lerp.c.i +.PHONY : lerp.i + +# target to preprocess a source file +lerp.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/lerp.c.i +.PHONY : lerp.c.i + +lerp.s: lerp.c.s +.PHONY : lerp.s + +# target to generate assembly for a file +lerp.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/lerp.dir/build.make math/CMakeFiles/lerp.dir/lerp.c.s +.PHONY : lerp.c.s + +palindrome.o: palindrome.c.o +.PHONY : palindrome.o + +# target to build an object file +palindrome.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/palindrome.c.o +.PHONY : palindrome.c.o + +palindrome.i: palindrome.c.i +.PHONY : palindrome.i + +# target to preprocess a source file +palindrome.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/palindrome.c.i +.PHONY : palindrome.c.i + +palindrome.s: palindrome.c.s +.PHONY : palindrome.s + +# target to generate assembly for a file +palindrome.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/palindrome.dir/build.make math/CMakeFiles/palindrome.dir/palindrome.c.s +.PHONY : palindrome.c.s + +prime.o: prime.c.o +.PHONY : prime.o + +# target to build an object file +prime.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/prime.c.o +.PHONY : prime.c.o + +prime.i: prime.c.i +.PHONY : prime.i + +# target to preprocess a source file +prime.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/prime.c.i +.PHONY : prime.c.i + +prime.s: prime.c.s +.PHONY : prime.s + +# target to generate assembly for a file +prime.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime.dir/build.make math/CMakeFiles/prime.dir/prime.c.s +.PHONY : prime.c.s + +prime_factoriziation.o: prime_factoriziation.c.o +.PHONY : prime_factoriziation.o + +# target to build an object file +prime_factoriziation.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.o +.PHONY : prime_factoriziation.c.o + +prime_factoriziation.i: prime_factoriziation.c.i +.PHONY : prime_factoriziation.i + +# target to preprocess a source file +prime_factoriziation.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.i +.PHONY : prime_factoriziation.c.i + +prime_factoriziation.s: prime_factoriziation.c.s +.PHONY : prime_factoriziation.s + +# target to generate assembly for a file +prime_factoriziation.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_factoriziation.dir/build.make math/CMakeFiles/prime_factoriziation.dir/prime_factoriziation.c.s +.PHONY : prime_factoriziation.c.s + +prime_sieve.o: prime_sieve.c.o +.PHONY : prime_sieve.o + +# target to build an object file +prime_sieve.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/prime_sieve.c.o +.PHONY : prime_sieve.c.o + +prime_sieve.i: prime_sieve.c.i +.PHONY : prime_sieve.i + +# target to preprocess a source file +prime_sieve.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/prime_sieve.c.i +.PHONY : prime_sieve.c.i + +prime_sieve.s: prime_sieve.c.s +.PHONY : prime_sieve.s + +# target to generate assembly for a file +prime_sieve.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/prime_sieve.dir/build.make math/CMakeFiles/prime_sieve.dir/prime_sieve.c.s +.PHONY : prime_sieve.c.s + +strong_number.o: strong_number.c.o +.PHONY : strong_number.o + +# target to build an object file +strong_number.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/strong_number.c.o +.PHONY : strong_number.c.o + +strong_number.i: strong_number.c.i +.PHONY : strong_number.i + +# target to preprocess a source file +strong_number.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/strong_number.c.i +.PHONY : strong_number.c.i + +strong_number.s: strong_number.c.s +.PHONY : strong_number.s + +# target to generate assembly for a file +strong_number.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f math/CMakeFiles/strong_number.dir/build.make math/CMakeFiles/strong_number.dir/strong_number.c.s +.PHONY : strong_number.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... armstrong_number" + @echo "... cantor_set" + @echo "... cartesian_to_polar" + @echo "... catalan" + @echo "... collatz" + @echo "... euclidean_algorithm_extended" + @echo "... factorial" + @echo "... factorial_large_number" + @echo "... factorial_trailing_zeroes" + @echo "... fibonacci" + @echo "... fibonacci_dp" + @echo "... fibonacci_fast" + @echo "... fibonacci_formula" + @echo "... gcd" + @echo "... is_armstrong" + @echo "... large_factorials" + @echo "... lcm" + @echo "... lerp" + @echo "... palindrome" + @echo "... prime" + @echo "... prime_factoriziation" + @echo "... prime_sieve" + @echo "... strong_number" + @echo "... armstrong_number.o" + @echo "... armstrong_number.i" + @echo "... armstrong_number.s" + @echo "... cantor_set.o" + @echo "... cantor_set.i" + @echo "... cantor_set.s" + @echo "... cartesian_to_polar.o" + @echo "... cartesian_to_polar.i" + @echo "... cartesian_to_polar.s" + @echo "... catalan.o" + @echo "... catalan.i" + @echo "... catalan.s" + @echo "... collatz.o" + @echo "... collatz.i" + @echo "... collatz.s" + @echo "... euclidean_algorithm_extended.o" + @echo "... euclidean_algorithm_extended.i" + @echo "... euclidean_algorithm_extended.s" + @echo "... factorial.o" + @echo "... factorial.i" + @echo "... factorial.s" + @echo "... factorial_large_number.o" + @echo "... factorial_large_number.i" + @echo "... factorial_large_number.s" + @echo "... factorial_trailing_zeroes.o" + @echo "... factorial_trailing_zeroes.i" + @echo "... factorial_trailing_zeroes.s" + @echo "... fibonacci.o" + @echo "... fibonacci.i" + @echo "... fibonacci.s" + @echo "... fibonacci_dp.o" + @echo "... fibonacci_dp.i" + @echo "... fibonacci_dp.s" + @echo "... fibonacci_fast.o" + @echo "... fibonacci_fast.i" + @echo "... fibonacci_fast.s" + @echo "... fibonacci_formula.o" + @echo "... fibonacci_formula.i" + @echo "... fibonacci_formula.s" + @echo "... gcd.o" + @echo "... gcd.i" + @echo "... gcd.s" + @echo "... is_armstrong.o" + @echo "... is_armstrong.i" + @echo "... is_armstrong.s" + @echo "... large_factorials.o" + @echo "... large_factorials.i" + @echo "... large_factorials.s" + @echo "... lcm.o" + @echo "... lcm.i" + @echo "... lcm.s" + @echo "... lerp.o" + @echo "... lerp.i" + @echo "... lerp.s" + @echo "... palindrome.o" + @echo "... palindrome.i" + @echo "... palindrome.s" + @echo "... prime.o" + @echo "... prime.i" + @echo "... prime.s" + @echo "... prime_factoriziation.o" + @echo "... prime_factoriziation.i" + @echo "... prime_factoriziation.s" + @echo "... prime_sieve.o" + @echo "... prime_sieve.i" + @echo "... prime_sieve.s" + @echo "... strong_number.o" + @echo "... strong_number.i" + @echo "... strong_number.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/math/armstrong_number b/math/armstrong_number new file mode 100755 index 0000000000..e308dc4b63 Binary files /dev/null and b/math/armstrong_number differ diff --git a/math/cantor_set b/math/cantor_set new file mode 100755 index 0000000000..423cb95197 Binary files /dev/null and b/math/cantor_set differ diff --git a/math/cartesian_to_polar b/math/cartesian_to_polar new file mode 100755 index 0000000000..d97f3d0465 Binary files /dev/null and b/math/cartesian_to_polar differ diff --git a/math/catalan b/math/catalan new file mode 100755 index 0000000000..4f65ff924c Binary files /dev/null and b/math/catalan differ diff --git a/math/cmake_install.cmake b/math/cmake_install.cmake new file mode 100644 index 0000000000..e51331f79d --- /dev/null +++ b/math/cmake_install.cmake @@ -0,0 +1,367 @@ +# Install script for directory: /Users/jesperolsen/development/C/math + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/armstrong_number") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/armstrong_number" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/armstrong_number") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/armstrong_number") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/armstrong_number.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/cantor_set") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/cantor_set" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/cantor_set") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/cantor_set") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/cantor_set.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/cartesian_to_polar") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/cartesian_to_polar" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/cartesian_to_polar") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/cartesian_to_polar") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/cartesian_to_polar.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/catalan") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/catalan" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/catalan") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/catalan") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/catalan.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/collatz") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/collatz" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/collatz") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/collatz") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/collatz.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/euclidean_algorithm_extended") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/euclidean_algorithm_extended" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/euclidean_algorithm_extended") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/euclidean_algorithm_extended") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/euclidean_algorithm_extended.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/factorial") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/factorial.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/factorial_large_number") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial_large_number" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial_large_number") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial_large_number") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/factorial_large_number.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/factorial_trailing_zeroes") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial_trailing_zeroes" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial_trailing_zeroes") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/factorial_trailing_zeroes") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/factorial_trailing_zeroes.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/fibonacci") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/fibonacci_dp") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_dp" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_dp") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_dp") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_dp.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/fibonacci_fast") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_fast" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_fast") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_fast") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_fast.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/fibonacci_formula") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_formula" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_formula") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/fibonacci_formula") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/fibonacci_formula.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/gcd") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/gcd" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/gcd") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/gcd") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/gcd.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/is_armstrong") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/is_armstrong" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/is_armstrong") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/is_armstrong") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/is_armstrong.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/large_factorials") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/large_factorials" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/large_factorials") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/large_factorials") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/large_factorials.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/lcm") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/lcm" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/lcm") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/lcm") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/lcm.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/lerp") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/lerp" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/lerp") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/lerp") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/lerp.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/palindrome") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/palindrome" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/palindrome") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/palindrome") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/palindrome.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/prime") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/prime.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/prime_factoriziation") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime_factoriziation" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime_factoriziation") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime_factoriziation") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/prime_factoriziation.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/prime_sieve") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime_sieve" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime_sieve") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/prime_sieve") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/prime_sieve.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/math" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/math/strong_number") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/strong_number" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/strong_number") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/math/strong_number") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/math/CMakeFiles/strong_number.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/math/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/math/collatz b/math/collatz new file mode 100755 index 0000000000..d1f393fef0 Binary files /dev/null and b/math/collatz differ diff --git a/math/collatz.c b/math/collatz.c index 3725929b39..b1857a46ef 100644 --- a/math/collatz.c +++ b/math/collatz.c @@ -21,7 +21,7 @@ int main(int argc, char *argv[]) else { printf("Enter starting number: "); - scanf("%lu", &n); // input number + scanf("%llu", &n); // input number } curr_no = n; // curr_no stores input number n diff --git a/math/euclidean_algorithm_extended b/math/euclidean_algorithm_extended new file mode 100755 index 0000000000..74109f17e9 Binary files /dev/null and b/math/euclidean_algorithm_extended differ diff --git a/math/factorial b/math/factorial new file mode 100755 index 0000000000..ee86b07a12 Binary files /dev/null and b/math/factorial differ diff --git a/math/factorial_large_number b/math/factorial_large_number new file mode 100755 index 0000000000..1eb2a309dc Binary files /dev/null and b/math/factorial_large_number differ diff --git a/math/factorial_trailing_zeroes b/math/factorial_trailing_zeroes new file mode 100755 index 0000000000..58cd5beea4 Binary files /dev/null and b/math/factorial_trailing_zeroes differ diff --git a/math/fibonacci b/math/fibonacci new file mode 100755 index 0000000000..4c3419c5cf Binary files /dev/null and b/math/fibonacci differ diff --git a/math/fibonacci_dp b/math/fibonacci_dp new file mode 100755 index 0000000000..c5b0fcbb2b Binary files /dev/null and b/math/fibonacci_dp differ diff --git a/math/fibonacci_fast b/math/fibonacci_fast new file mode 100755 index 0000000000..913cbf53f0 Binary files /dev/null and b/math/fibonacci_fast differ diff --git a/math/fibonacci_formula b/math/fibonacci_formula new file mode 100755 index 0000000000..33ad8255b1 Binary files /dev/null and b/math/fibonacci_formula differ diff --git a/math/gcd b/math/gcd new file mode 100755 index 0000000000..6f33cfc26a Binary files /dev/null and b/math/gcd differ diff --git a/math/is_armstrong b/math/is_armstrong new file mode 100755 index 0000000000..553032dd17 Binary files /dev/null and b/math/is_armstrong differ diff --git a/math/large_factorials b/math/large_factorials new file mode 100755 index 0000000000..4736a8a128 Binary files /dev/null and b/math/large_factorials differ diff --git a/math/lcm b/math/lcm new file mode 100755 index 0000000000..8407443575 Binary files /dev/null and b/math/lcm differ diff --git a/math/lerp b/math/lerp new file mode 100755 index 0000000000..eea5bf056c Binary files /dev/null and b/math/lerp differ diff --git a/math/palindrome b/math/palindrome new file mode 100755 index 0000000000..ee0ec525a2 Binary files /dev/null and b/math/palindrome differ diff --git a/math/prime b/math/prime new file mode 100755 index 0000000000..d88cedc20e Binary files /dev/null and b/math/prime differ diff --git a/math/prime_factoriziation b/math/prime_factoriziation new file mode 100755 index 0000000000..ba83bf50cc Binary files /dev/null and b/math/prime_factoriziation differ diff --git a/math/prime_factoriziation.c b/math/prime_factoriziation.c index 7e466923be..97d280701a 100644 --- a/math/prime_factoriziation.c +++ b/math/prime_factoriziation.c @@ -136,9 +136,8 @@ Range int_fact(int n) void print_arr(Range pStr) { assert(pStr); /* checks whether pStr is a null-pointer */ - int i = 0; printf("\n"); - for (i; i < pStr->length; i++) + for (int i = 0; i < pStr->length; i++) { if (i == 0) printf("%d", pStr->range[0]); diff --git a/math/prime_sieve b/math/prime_sieve new file mode 100755 index 0000000000..fb254c533e Binary files /dev/null and b/math/prime_sieve differ diff --git a/math/strong_number b/math/strong_number new file mode 100755 index 0000000000..21f1dd515b Binary files /dev/null and b/math/strong_number differ diff --git a/misc/CMakeFiles/CMakeDirectoryInformation.cmake b/misc/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/misc/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/misc/CMakeFiles/demonetization.dir/DependInfo.cmake b/misc/CMakeFiles/demonetization.dir/DependInfo.cmake new file mode 100644 index 0000000000..0f0b3bb31a --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/demonetization.c" "misc/CMakeFiles/demonetization.dir/demonetization.c.o" "gcc" "misc/CMakeFiles/demonetization.dir/demonetization.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/demonetization.dir/build.make b/misc/CMakeFiles/demonetization.dir/build.make new file mode 100644 index 0000000000..6941464f5d --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/demonetization.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/demonetization.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/demonetization.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/demonetization.dir/flags.make + +misc/CMakeFiles/demonetization.dir/codegen: +.PHONY : misc/CMakeFiles/demonetization.dir/codegen + +misc/CMakeFiles/demonetization.dir/demonetization.c.o: misc/CMakeFiles/demonetization.dir/flags.make +misc/CMakeFiles/demonetization.dir/demonetization.c.o: misc/demonetization.c +misc/CMakeFiles/demonetization.dir/demonetization.c.o: misc/CMakeFiles/demonetization.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/demonetization.dir/demonetization.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/demonetization.dir/demonetization.c.o -MF CMakeFiles/demonetization.dir/demonetization.c.o.d -o CMakeFiles/demonetization.dir/demonetization.c.o -c /Users/jesperolsen/development/C/misc/demonetization.c + +misc/CMakeFiles/demonetization.dir/demonetization.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/demonetization.dir/demonetization.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/demonetization.c > CMakeFiles/demonetization.dir/demonetization.c.i + +misc/CMakeFiles/demonetization.dir/demonetization.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/demonetization.dir/demonetization.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/demonetization.c -o CMakeFiles/demonetization.dir/demonetization.c.s + +# Object files for target demonetization +demonetization_OBJECTS = \ +"CMakeFiles/demonetization.dir/demonetization.c.o" + +# External object files for target demonetization +demonetization_EXTERNAL_OBJECTS = + +misc/demonetization: misc/CMakeFiles/demonetization.dir/demonetization.c.o +misc/demonetization: misc/CMakeFiles/demonetization.dir/build.make +misc/demonetization: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/demonetization: misc/CMakeFiles/demonetization.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable demonetization" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/demonetization.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/demonetization.dir/build: misc/demonetization +.PHONY : misc/CMakeFiles/demonetization.dir/build + +misc/CMakeFiles/demonetization.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/demonetization.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/demonetization.dir/clean + +misc/CMakeFiles/demonetization.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/demonetization.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/demonetization.dir/depend + diff --git a/misc/CMakeFiles/demonetization.dir/cmake_clean.cmake b/misc/CMakeFiles/demonetization.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3e992fa0e6 --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/demonetization.dir/demonetization.c.o" + "CMakeFiles/demonetization.dir/demonetization.c.o.d" + "demonetization" + "demonetization.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/demonetization.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/demonetization.dir/compiler_depend.internal b/misc/CMakeFiles/demonetization.dir/compiler_depend.internal new file mode 100644 index 0000000000..7139d42a91 --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/demonetization.dir/demonetization.c.o + /Users/jesperolsen/development/C/misc/demonetization.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/demonetization.dir/compiler_depend.make b/misc/CMakeFiles/demonetization.dir/compiler_depend.make new file mode 100644 index 0000000000..6cbce48651 --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/demonetization.dir/demonetization.c.o: misc/demonetization.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +misc/demonetization.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/misc/CMakeFiles/demonetization.dir/compiler_depend.ts b/misc/CMakeFiles/demonetization.dir/compiler_depend.ts new file mode 100644 index 0000000000..3da025f860 --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for demonetization. diff --git a/misc/CMakeFiles/demonetization.dir/demonetization.c.o b/misc/CMakeFiles/demonetization.dir/demonetization.c.o new file mode 100644 index 0000000000..19a2b3dd54 Binary files /dev/null and b/misc/CMakeFiles/demonetization.dir/demonetization.c.o differ diff --git a/misc/CMakeFiles/demonetization.dir/demonetization.c.o.d b/misc/CMakeFiles/demonetization.dir/demonetization.c.o.d new file mode 100644 index 0000000000..0480812137 --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/demonetization.c.o.d @@ -0,0 +1,87 @@ +misc/CMakeFiles/demonetization.dir/demonetization.c.o: \ + /Users/jesperolsen/development/C/misc/demonetization.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/misc/CMakeFiles/demonetization.dir/depend.make b/misc/CMakeFiles/demonetization.dir/depend.make new file mode 100644 index 0000000000..5c311bb9da --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for demonetization. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/demonetization.dir/flags.make b/misc/CMakeFiles/demonetization.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/demonetization.dir/link.txt b/misc/CMakeFiles/demonetization.dir/link.txt new file mode 100644 index 0000000000..03e29ccedb --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/demonetization.dir/demonetization.c.o -o demonetization /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/demonetization.dir/progress.make b/misc/CMakeFiles/demonetization.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/demonetization.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/hamming_distance.dir/DependInfo.cmake b/misc/CMakeFiles/hamming_distance.dir/DependInfo.cmake new file mode 100644 index 0000000000..ee6effee9b --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/hamming_distance.c" "misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o" "gcc" "misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/hamming_distance.dir/build.make b/misc/CMakeFiles/hamming_distance.dir/build.make new file mode 100644 index 0000000000..3d8c77f774 --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/hamming_distance.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/hamming_distance.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/hamming_distance.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/hamming_distance.dir/flags.make + +misc/CMakeFiles/hamming_distance.dir/codegen: +.PHONY : misc/CMakeFiles/hamming_distance.dir/codegen + +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o: misc/CMakeFiles/hamming_distance.dir/flags.make +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o: misc/hamming_distance.c +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o: misc/CMakeFiles/hamming_distance.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o -MF CMakeFiles/hamming_distance.dir/hamming_distance.c.o.d -o CMakeFiles/hamming_distance.dir/hamming_distance.c.o -c /Users/jesperolsen/development/C/misc/hamming_distance.c + +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/hamming_distance.dir/hamming_distance.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/hamming_distance.c > CMakeFiles/hamming_distance.dir/hamming_distance.c.i + +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/hamming_distance.dir/hamming_distance.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/hamming_distance.c -o CMakeFiles/hamming_distance.dir/hamming_distance.c.s + +# Object files for target hamming_distance +hamming_distance_OBJECTS = \ +"CMakeFiles/hamming_distance.dir/hamming_distance.c.o" + +# External object files for target hamming_distance +hamming_distance_EXTERNAL_OBJECTS = + +misc/hamming_distance: misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o +misc/hamming_distance: misc/CMakeFiles/hamming_distance.dir/build.make +misc/hamming_distance: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/hamming_distance: misc/CMakeFiles/hamming_distance.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hamming_distance" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hamming_distance.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/hamming_distance.dir/build: misc/hamming_distance +.PHONY : misc/CMakeFiles/hamming_distance.dir/build + +misc/CMakeFiles/hamming_distance.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/hamming_distance.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/hamming_distance.dir/clean + +misc/CMakeFiles/hamming_distance.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/hamming_distance.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/hamming_distance.dir/depend + diff --git a/misc/CMakeFiles/hamming_distance.dir/cmake_clean.cmake b/misc/CMakeFiles/hamming_distance.dir/cmake_clean.cmake new file mode 100644 index 0000000000..0664868557 --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/hamming_distance.dir/hamming_distance.c.o" + "CMakeFiles/hamming_distance.dir/hamming_distance.c.o.d" + "hamming_distance" + "hamming_distance.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/hamming_distance.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/hamming_distance.dir/compiler_depend.internal b/misc/CMakeFiles/hamming_distance.dir/compiler_depend.internal new file mode 100644 index 0000000000..c30cf21d80 --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/compiler_depend.internal @@ -0,0 +1,48 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o + /Users/jesperolsen/development/C/misc/hamming_distance.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/misc/CMakeFiles/hamming_distance.dir/compiler_depend.make b/misc/CMakeFiles/hamming_distance.dir/compiler_depend.make new file mode 100644 index 0000000000..eb247a209c --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/compiler_depend.make @@ -0,0 +1,133 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o: misc/hamming_distance.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +misc/hamming_distance.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/misc/CMakeFiles/hamming_distance.dir/compiler_depend.ts b/misc/CMakeFiles/hamming_distance.dir/compiler_depend.ts new file mode 100644 index 0000000000..13e68daac1 --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for hamming_distance. diff --git a/misc/CMakeFiles/hamming_distance.dir/depend.make b/misc/CMakeFiles/hamming_distance.dir/depend.make new file mode 100644 index 0000000000..45167e4c4f --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hamming_distance. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/hamming_distance.dir/flags.make b/misc/CMakeFiles/hamming_distance.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o b/misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o new file mode 100644 index 0000000000..227d61d985 Binary files /dev/null and b/misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o differ diff --git a/misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o.d b/misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o.d new file mode 100644 index 0000000000..5c294d607b --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o.d @@ -0,0 +1,44 @@ +misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o: \ + /Users/jesperolsen/development/C/misc/hamming_distance.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/misc/CMakeFiles/hamming_distance.dir/link.txt b/misc/CMakeFiles/hamming_distance.dir/link.txt new file mode 100644 index 0000000000..3ce829f3b0 --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hamming_distance.dir/hamming_distance.c.o -o hamming_distance /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/hamming_distance.dir/progress.make b/misc/CMakeFiles/hamming_distance.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/hamming_distance.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/DependInfo.cmake b/misc/CMakeFiles/lexicographic_permutations.dir/DependInfo.cmake new file mode 100644 index 0000000000..7090c92476 --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/lexicographic_permutations.c" "misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o" "gcc" "misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/build.make b/misc/CMakeFiles/lexicographic_permutations.dir/build.make new file mode 100644 index 0000000000..9d4c974d7a --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/lexicographic_permutations.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/lexicographic_permutations.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/lexicographic_permutations.dir/flags.make + +misc/CMakeFiles/lexicographic_permutations.dir/codegen: +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/codegen + +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o: misc/CMakeFiles/lexicographic_permutations.dir/flags.make +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o: misc/lexicographic_permutations.c +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o: misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o -MF CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o.d -o CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o -c /Users/jesperolsen/development/C/misc/lexicographic_permutations.c + +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/lexicographic_permutations.c > CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.i + +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/lexicographic_permutations.c -o CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.s + +# Object files for target lexicographic_permutations +lexicographic_permutations_OBJECTS = \ +"CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o" + +# External object files for target lexicographic_permutations +lexicographic_permutations_EXTERNAL_OBJECTS = + +misc/lexicographic_permutations: misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o +misc/lexicographic_permutations: misc/CMakeFiles/lexicographic_permutations.dir/build.make +misc/lexicographic_permutations: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/lexicographic_permutations: misc/CMakeFiles/lexicographic_permutations.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable lexicographic_permutations" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lexicographic_permutations.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/lexicographic_permutations.dir/build: misc/lexicographic_permutations +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/build + +misc/CMakeFiles/lexicographic_permutations.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/lexicographic_permutations.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/clean + +misc/CMakeFiles/lexicographic_permutations.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/lexicographic_permutations.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/depend + diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/cmake_clean.cmake b/misc/CMakeFiles/lexicographic_permutations.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6505f66c51 --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o" + "CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o.d" + "lexicographic_permutations" + "lexicographic_permutations.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lexicographic_permutations.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.internal b/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.internal new file mode 100644 index 0000000000..d8ed547127 --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.internal @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o + /Users/jesperolsen/development/C/misc/lexicographic_permutations.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.make b/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.make new file mode 100644 index 0000000000..a7c3b22aec --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.make @@ -0,0 +1,283 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o: misc/lexicographic_permutations.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +misc/lexicographic_permutations.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.ts b/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.ts new file mode 100644 index 0000000000..998d879526 --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lexicographic_permutations. diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/depend.make b/misc/CMakeFiles/lexicographic_permutations.dir/depend.make new file mode 100644 index 0000000000..8e04a10a73 --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lexicographic_permutations. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/flags.make b/misc/CMakeFiles/lexicographic_permutations.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o b/misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o new file mode 100644 index 0000000000..ecf9f457ab Binary files /dev/null and b/misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o differ diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o.d b/misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o.d new file mode 100644 index 0000000000..2a40569618 --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o.d @@ -0,0 +1,94 @@ +misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o: \ + /Users/jesperolsen/development/C/misc/lexicographic_permutations.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/link.txt b/misc/CMakeFiles/lexicographic_permutations.dir/link.txt new file mode 100644 index 0000000000..eff9a75b2c --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o -o lexicographic_permutations /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/lexicographic_permutations.dir/progress.make b/misc/CMakeFiles/lexicographic_permutations.dir/progress.make new file mode 100644 index 0000000000..b1f50d925d --- /dev/null +++ b/misc/CMakeFiles/lexicographic_permutations.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 41 + diff --git a/misc/CMakeFiles/longest_subsequence.dir/DependInfo.cmake b/misc/CMakeFiles/longest_subsequence.dir/DependInfo.cmake new file mode 100644 index 0000000000..4a2ecba001 --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/longest_subsequence.c" "misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o" "gcc" "misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/longest_subsequence.dir/build.make b/misc/CMakeFiles/longest_subsequence.dir/build.make new file mode 100644 index 0000000000..a08d4501f0 --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/longest_subsequence.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/longest_subsequence.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/longest_subsequence.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/longest_subsequence.dir/flags.make + +misc/CMakeFiles/longest_subsequence.dir/codegen: +.PHONY : misc/CMakeFiles/longest_subsequence.dir/codegen + +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o: misc/CMakeFiles/longest_subsequence.dir/flags.make +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o: misc/longest_subsequence.c +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o: misc/CMakeFiles/longest_subsequence.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o -MF CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o.d -o CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o -c /Users/jesperolsen/development/C/misc/longest_subsequence.c + +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/longest_subsequence.dir/longest_subsequence.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/longest_subsequence.c > CMakeFiles/longest_subsequence.dir/longest_subsequence.c.i + +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/longest_subsequence.dir/longest_subsequence.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/longest_subsequence.c -o CMakeFiles/longest_subsequence.dir/longest_subsequence.c.s + +# Object files for target longest_subsequence +longest_subsequence_OBJECTS = \ +"CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o" + +# External object files for target longest_subsequence +longest_subsequence_EXTERNAL_OBJECTS = + +misc/longest_subsequence: misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o +misc/longest_subsequence: misc/CMakeFiles/longest_subsequence.dir/build.make +misc/longest_subsequence: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/longest_subsequence: misc/CMakeFiles/longest_subsequence.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable longest_subsequence" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/longest_subsequence.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/longest_subsequence.dir/build: misc/longest_subsequence +.PHONY : misc/CMakeFiles/longest_subsequence.dir/build + +misc/CMakeFiles/longest_subsequence.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/longest_subsequence.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/longest_subsequence.dir/clean + +misc/CMakeFiles/longest_subsequence.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/longest_subsequence.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/longest_subsequence.dir/depend + diff --git a/misc/CMakeFiles/longest_subsequence.dir/cmake_clean.cmake b/misc/CMakeFiles/longest_subsequence.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c10ead384b --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o" + "CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o.d" + "longest_subsequence" + "longest_subsequence.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/longest_subsequence.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.internal b/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.internal new file mode 100644 index 0000000000..9c7bc62d4d --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o + /Users/jesperolsen/development/C/misc/longest_subsequence.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.make b/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.make new file mode 100644 index 0000000000..5685ea60c5 --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o: misc/longest_subsequence.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +misc/longest_subsequence.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.ts b/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.ts new file mode 100644 index 0000000000..5d09455522 --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for longest_subsequence. diff --git a/misc/CMakeFiles/longest_subsequence.dir/depend.make b/misc/CMakeFiles/longest_subsequence.dir/depend.make new file mode 100644 index 0000000000..9025411837 --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for longest_subsequence. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/longest_subsequence.dir/flags.make b/misc/CMakeFiles/longest_subsequence.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/longest_subsequence.dir/link.txt b/misc/CMakeFiles/longest_subsequence.dir/link.txt new file mode 100644 index 0000000000..e2150c733e --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o -o longest_subsequence /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o b/misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o new file mode 100644 index 0000000000..35a871f6fc Binary files /dev/null and b/misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o differ diff --git a/misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o.d b/misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o.d new file mode 100644 index 0000000000..3e8574a248 --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o.d @@ -0,0 +1,87 @@ +misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o: \ + /Users/jesperolsen/development/C/misc/longest_subsequence.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/misc/CMakeFiles/longest_subsequence.dir/progress.make b/misc/CMakeFiles/longest_subsequence.dir/progress.make new file mode 100644 index 0000000000..1c6716bb65 --- /dev/null +++ b/misc/CMakeFiles/longest_subsequence.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 42 + diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/DependInfo.cmake b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/DependInfo.cmake new file mode 100644 index 0000000000..9be0a8d0f9 --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/mcnaughton_yamada_thompson.c" "misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o" "gcc" "misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make new file mode 100644 index 0000000000..4a686b91d1 --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/mcnaughton_yamada_thompson.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/mcnaughton_yamada_thompson.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/mcnaughton_yamada_thompson.dir/flags.make + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/codegen: +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/codegen + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/flags.make +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o: misc/mcnaughton_yamada_thompson.c +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o -MF CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o.d -o CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o -c /Users/jesperolsen/development/C/misc/mcnaughton_yamada_thompson.c + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/mcnaughton_yamada_thompson.c > CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.i + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/mcnaughton_yamada_thompson.c -o CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.s + +# Object files for target mcnaughton_yamada_thompson +mcnaughton_yamada_thompson_OBJECTS = \ +"CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o" + +# External object files for target mcnaughton_yamada_thompson +mcnaughton_yamada_thompson_EXTERNAL_OBJECTS = + +misc/mcnaughton_yamada_thompson: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o +misc/mcnaughton_yamada_thompson: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make +misc/mcnaughton_yamada_thompson: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/mcnaughton_yamada_thompson: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable mcnaughton_yamada_thompson" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mcnaughton_yamada_thompson.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build: misc/mcnaughton_yamada_thompson +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/mcnaughton_yamada_thompson.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/clean + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/depend + diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/cmake_clean.cmake b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/cmake_clean.cmake new file mode 100644 index 0000000000..0a49b57aca --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o" + "CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o.d" + "mcnaughton_yamada_thompson" + "mcnaughton_yamada_thompson.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/mcnaughton_yamada_thompson.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.internal b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.internal new file mode 100644 index 0000000000..651d77e3d5 --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.internal @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o + /Users/jesperolsen/development/C/misc/mcnaughton_yamada_thompson.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.make b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.make new file mode 100644 index 0000000000..e24cc9848f --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o: misc/mcnaughton_yamada_thompson.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +misc/mcnaughton_yamada_thompson.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.ts b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.ts new file mode 100644 index 0000000000..90a76b40cc --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for mcnaughton_yamada_thompson. diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/depend.make b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/depend.make new file mode 100644 index 0000000000..6ca89fdd73 --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for mcnaughton_yamada_thompson. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/flags.make b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/link.txt b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/link.txt new file mode 100644 index 0000000000..597c34850e --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o -o mcnaughton_yamada_thompson /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o new file mode 100644 index 0000000000..52698a4230 Binary files /dev/null and b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o differ diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o.d b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o.d new file mode 100644 index 0000000000..e0f8c2a4b3 --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o.d @@ -0,0 +1,97 @@ +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o: \ + /Users/jesperolsen/development/C/misc/mcnaughton_yamada_thompson.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/progress.make b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/progress.make new file mode 100644 index 0000000000..8ee98145e7 --- /dev/null +++ b/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 44 +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/mirror.dir/DependInfo.cmake b/misc/CMakeFiles/mirror.dir/DependInfo.cmake new file mode 100644 index 0000000000..af75c93fe0 --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/mirror.c" "misc/CMakeFiles/mirror.dir/mirror.c.o" "gcc" "misc/CMakeFiles/mirror.dir/mirror.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/mirror.dir/build.make b/misc/CMakeFiles/mirror.dir/build.make new file mode 100644 index 0000000000..5fbe8531a3 --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/mirror.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/mirror.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/mirror.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/mirror.dir/flags.make + +misc/CMakeFiles/mirror.dir/codegen: +.PHONY : misc/CMakeFiles/mirror.dir/codegen + +misc/CMakeFiles/mirror.dir/mirror.c.o: misc/CMakeFiles/mirror.dir/flags.make +misc/CMakeFiles/mirror.dir/mirror.c.o: misc/mirror.c +misc/CMakeFiles/mirror.dir/mirror.c.o: misc/CMakeFiles/mirror.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/mirror.dir/mirror.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/mirror.dir/mirror.c.o -MF CMakeFiles/mirror.dir/mirror.c.o.d -o CMakeFiles/mirror.dir/mirror.c.o -c /Users/jesperolsen/development/C/misc/mirror.c + +misc/CMakeFiles/mirror.dir/mirror.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mirror.dir/mirror.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/mirror.c > CMakeFiles/mirror.dir/mirror.c.i + +misc/CMakeFiles/mirror.dir/mirror.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mirror.dir/mirror.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/mirror.c -o CMakeFiles/mirror.dir/mirror.c.s + +# Object files for target mirror +mirror_OBJECTS = \ +"CMakeFiles/mirror.dir/mirror.c.o" + +# External object files for target mirror +mirror_EXTERNAL_OBJECTS = + +misc/mirror: misc/CMakeFiles/mirror.dir/mirror.c.o +misc/mirror: misc/CMakeFiles/mirror.dir/build.make +misc/mirror: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/mirror: misc/CMakeFiles/mirror.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable mirror" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mirror.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/mirror.dir/build: misc/mirror +.PHONY : misc/CMakeFiles/mirror.dir/build + +misc/CMakeFiles/mirror.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/mirror.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/mirror.dir/clean + +misc/CMakeFiles/mirror.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/mirror.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/mirror.dir/depend + diff --git a/misc/CMakeFiles/mirror.dir/cmake_clean.cmake b/misc/CMakeFiles/mirror.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1882ac67aa --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/mirror.dir/mirror.c.o" + "CMakeFiles/mirror.dir/mirror.c.o.d" + "mirror" + "mirror.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/mirror.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/mirror.dir/compiler_depend.internal b/misc/CMakeFiles/mirror.dir/compiler_depend.internal new file mode 100644 index 0000000000..fe1a17624f --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/compiler_depend.internal @@ -0,0 +1,52 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/mirror.dir/mirror.c.o + /Users/jesperolsen/development/C/misc/mirror.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/misc/CMakeFiles/mirror.dir/compiler_depend.make b/misc/CMakeFiles/mirror.dir/compiler_depend.make new file mode 100644 index 0000000000..294412499b --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/compiler_depend.make @@ -0,0 +1,145 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/mirror.dir/mirror.c.o: misc/mirror.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +misc/mirror.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/misc/CMakeFiles/mirror.dir/compiler_depend.ts b/misc/CMakeFiles/mirror.dir/compiler_depend.ts new file mode 100644 index 0000000000..63e2ad5dcf --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for mirror. diff --git a/misc/CMakeFiles/mirror.dir/depend.make b/misc/CMakeFiles/mirror.dir/depend.make new file mode 100644 index 0000000000..88e9b545e1 --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for mirror. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/mirror.dir/flags.make b/misc/CMakeFiles/mirror.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/mirror.dir/link.txt b/misc/CMakeFiles/mirror.dir/link.txt new file mode 100644 index 0000000000..e00c16aa44 --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/mirror.dir/mirror.c.o -o mirror /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/mirror.dir/mirror.c.o b/misc/CMakeFiles/mirror.dir/mirror.c.o new file mode 100644 index 0000000000..5881f68f9e Binary files /dev/null and b/misc/CMakeFiles/mirror.dir/mirror.c.o differ diff --git a/misc/CMakeFiles/mirror.dir/mirror.c.o.d b/misc/CMakeFiles/mirror.dir/mirror.c.o.d new file mode 100644 index 0000000000..53ba42be81 --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/mirror.c.o.d @@ -0,0 +1,48 @@ +misc/CMakeFiles/mirror.dir/mirror.c.o: \ + /Users/jesperolsen/development/C/misc/mirror.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/misc/CMakeFiles/mirror.dir/progress.make b/misc/CMakeFiles/mirror.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/mirror.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/pid.dir/DependInfo.cmake b/misc/CMakeFiles/pid.dir/DependInfo.cmake new file mode 100644 index 0000000000..c9232b1384 --- /dev/null +++ b/misc/CMakeFiles/pid.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/pid.c" "misc/CMakeFiles/pid.dir/pid.c.o" "gcc" "misc/CMakeFiles/pid.dir/pid.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/pid.dir/build.make b/misc/CMakeFiles/pid.dir/build.make new file mode 100644 index 0000000000..057e817aa5 --- /dev/null +++ b/misc/CMakeFiles/pid.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/pid.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/pid.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/pid.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/pid.dir/flags.make + +misc/CMakeFiles/pid.dir/codegen: +.PHONY : misc/CMakeFiles/pid.dir/codegen + +misc/CMakeFiles/pid.dir/pid.c.o: misc/CMakeFiles/pid.dir/flags.make +misc/CMakeFiles/pid.dir/pid.c.o: misc/pid.c +misc/CMakeFiles/pid.dir/pid.c.o: misc/CMakeFiles/pid.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/pid.dir/pid.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/pid.dir/pid.c.o -MF CMakeFiles/pid.dir/pid.c.o.d -o CMakeFiles/pid.dir/pid.c.o -c /Users/jesperolsen/development/C/misc/pid.c + +misc/CMakeFiles/pid.dir/pid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/pid.dir/pid.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/pid.c > CMakeFiles/pid.dir/pid.c.i + +misc/CMakeFiles/pid.dir/pid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/pid.dir/pid.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/pid.c -o CMakeFiles/pid.dir/pid.c.s + +# Object files for target pid +pid_OBJECTS = \ +"CMakeFiles/pid.dir/pid.c.o" + +# External object files for target pid +pid_EXTERNAL_OBJECTS = + +misc/pid: misc/CMakeFiles/pid.dir/pid.c.o +misc/pid: misc/CMakeFiles/pid.dir/build.make +misc/pid: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/pid: misc/CMakeFiles/pid.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pid" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pid.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/pid.dir/build: misc/pid +.PHONY : misc/CMakeFiles/pid.dir/build + +misc/CMakeFiles/pid.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/pid.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/pid.dir/clean + +misc/CMakeFiles/pid.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/pid.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/pid.dir/depend + diff --git a/misc/CMakeFiles/pid.dir/cmake_clean.cmake b/misc/CMakeFiles/pid.dir/cmake_clean.cmake new file mode 100644 index 0000000000..7d17ef8dec --- /dev/null +++ b/misc/CMakeFiles/pid.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/pid.dir/pid.c.o" + "CMakeFiles/pid.dir/pid.c.o.d" + "pid" + "pid.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/pid.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/pid.dir/compiler_depend.internal b/misc/CMakeFiles/pid.dir/compiler_depend.internal new file mode 100644 index 0000000000..da10b83b2f --- /dev/null +++ b/misc/CMakeFiles/pid.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/pid.dir/pid.c.o + /Users/jesperolsen/development/C/misc/pid.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/misc/CMakeFiles/pid.dir/compiler_depend.make b/misc/CMakeFiles/pid.dir/compiler_depend.make new file mode 100644 index 0000000000..f9522b4f0b --- /dev/null +++ b/misc/CMakeFiles/pid.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/pid.dir/pid.c.o: misc/pid.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +misc/pid.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/misc/CMakeFiles/pid.dir/compiler_depend.ts b/misc/CMakeFiles/pid.dir/compiler_depend.ts new file mode 100644 index 0000000000..a8dc4729d8 --- /dev/null +++ b/misc/CMakeFiles/pid.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for pid. diff --git a/misc/CMakeFiles/pid.dir/depend.make b/misc/CMakeFiles/pid.dir/depend.make new file mode 100644 index 0000000000..a3c663ad41 --- /dev/null +++ b/misc/CMakeFiles/pid.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for pid. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/pid.dir/flags.make b/misc/CMakeFiles/pid.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/pid.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/pid.dir/link.txt b/misc/CMakeFiles/pid.dir/link.txt new file mode 100644 index 0000000000..a92add9e50 --- /dev/null +++ b/misc/CMakeFiles/pid.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/pid.dir/pid.c.o -o pid /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/pid.dir/pid.c.o b/misc/CMakeFiles/pid.dir/pid.c.o new file mode 100644 index 0000000000..05cff5a170 Binary files /dev/null and b/misc/CMakeFiles/pid.dir/pid.c.o differ diff --git a/misc/CMakeFiles/pid.dir/pid.c.o.d b/misc/CMakeFiles/pid.dir/pid.c.o.d new file mode 100644 index 0000000000..8819705b7a --- /dev/null +++ b/misc/CMakeFiles/pid.dir/pid.c.o.d @@ -0,0 +1,41 @@ +misc/CMakeFiles/pid.dir/pid.c.o: \ + /Users/jesperolsen/development/C/misc/pid.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/misc/CMakeFiles/pid.dir/progress.make b/misc/CMakeFiles/pid.dir/progress.make new file mode 100644 index 0000000000..d20be7da30 --- /dev/null +++ b/misc/CMakeFiles/pid.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 56 + diff --git a/misc/CMakeFiles/poly_add.dir/DependInfo.cmake b/misc/CMakeFiles/poly_add.dir/DependInfo.cmake new file mode 100644 index 0000000000..90925c038d --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/poly_add.c" "misc/CMakeFiles/poly_add.dir/poly_add.c.o" "gcc" "misc/CMakeFiles/poly_add.dir/poly_add.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/poly_add.dir/build.make b/misc/CMakeFiles/poly_add.dir/build.make new file mode 100644 index 0000000000..b3d29c4c6e --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/poly_add.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/poly_add.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/poly_add.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/poly_add.dir/flags.make + +misc/CMakeFiles/poly_add.dir/codegen: +.PHONY : misc/CMakeFiles/poly_add.dir/codegen + +misc/CMakeFiles/poly_add.dir/poly_add.c.o: misc/CMakeFiles/poly_add.dir/flags.make +misc/CMakeFiles/poly_add.dir/poly_add.c.o: misc/poly_add.c +misc/CMakeFiles/poly_add.dir/poly_add.c.o: misc/CMakeFiles/poly_add.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/poly_add.dir/poly_add.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/poly_add.dir/poly_add.c.o -MF CMakeFiles/poly_add.dir/poly_add.c.o.d -o CMakeFiles/poly_add.dir/poly_add.c.o -c /Users/jesperolsen/development/C/misc/poly_add.c + +misc/CMakeFiles/poly_add.dir/poly_add.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/poly_add.dir/poly_add.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/poly_add.c > CMakeFiles/poly_add.dir/poly_add.c.i + +misc/CMakeFiles/poly_add.dir/poly_add.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/poly_add.dir/poly_add.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/poly_add.c -o CMakeFiles/poly_add.dir/poly_add.c.s + +# Object files for target poly_add +poly_add_OBJECTS = \ +"CMakeFiles/poly_add.dir/poly_add.c.o" + +# External object files for target poly_add +poly_add_EXTERNAL_OBJECTS = + +misc/poly_add: misc/CMakeFiles/poly_add.dir/poly_add.c.o +misc/poly_add: misc/CMakeFiles/poly_add.dir/build.make +misc/poly_add: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/poly_add: misc/CMakeFiles/poly_add.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable poly_add" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/poly_add.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/poly_add.dir/build: misc/poly_add +.PHONY : misc/CMakeFiles/poly_add.dir/build + +misc/CMakeFiles/poly_add.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/poly_add.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/poly_add.dir/clean + +misc/CMakeFiles/poly_add.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/poly_add.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/poly_add.dir/depend + diff --git a/misc/CMakeFiles/poly_add.dir/cmake_clean.cmake b/misc/CMakeFiles/poly_add.dir/cmake_clean.cmake new file mode 100644 index 0000000000..4ebb7e4e2a --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/poly_add.dir/poly_add.c.o" + "CMakeFiles/poly_add.dir/poly_add.c.o.d" + "poly_add" + "poly_add.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/poly_add.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/poly_add.dir/compiler_depend.internal b/misc/CMakeFiles/poly_add.dir/compiler_depend.internal new file mode 100644 index 0000000000..20707655e6 --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/poly_add.dir/poly_add.c.o + /Users/jesperolsen/development/C/misc/poly_add.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/poly_add.dir/compiler_depend.make b/misc/CMakeFiles/poly_add.dir/compiler_depend.make new file mode 100644 index 0000000000..4170801b0e --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/poly_add.dir/poly_add.c.o: misc/poly_add.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +misc/poly_add.c: diff --git a/misc/CMakeFiles/poly_add.dir/compiler_depend.ts b/misc/CMakeFiles/poly_add.dir/compiler_depend.ts new file mode 100644 index 0000000000..41671ea8c7 --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for poly_add. diff --git a/misc/CMakeFiles/poly_add.dir/depend.make b/misc/CMakeFiles/poly_add.dir/depend.make new file mode 100644 index 0000000000..51243dac6e --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for poly_add. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/poly_add.dir/flags.make b/misc/CMakeFiles/poly_add.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/poly_add.dir/link.txt b/misc/CMakeFiles/poly_add.dir/link.txt new file mode 100644 index 0000000000..2fcd896c4f --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/poly_add.dir/poly_add.c.o -o poly_add /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/poly_add.dir/poly_add.c.o b/misc/CMakeFiles/poly_add.dir/poly_add.c.o new file mode 100644 index 0000000000..750055644c Binary files /dev/null and b/misc/CMakeFiles/poly_add.dir/poly_add.c.o differ diff --git a/misc/CMakeFiles/poly_add.dir/poly_add.c.o.d b/misc/CMakeFiles/poly_add.dir/poly_add.c.o.d new file mode 100644 index 0000000000..17d08818e8 --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/poly_add.c.o.d @@ -0,0 +1,87 @@ +misc/CMakeFiles/poly_add.dir/poly_add.c.o: \ + /Users/jesperolsen/development/C/misc/poly_add.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/misc/CMakeFiles/poly_add.dir/progress.make b/misc/CMakeFiles/poly_add.dir/progress.make new file mode 100644 index 0000000000..d2a6ead867 --- /dev/null +++ b/misc/CMakeFiles/poly_add.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 57 +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/postfix_evaluation.dir/DependInfo.cmake b/misc/CMakeFiles/postfix_evaluation.dir/DependInfo.cmake new file mode 100644 index 0000000000..d979dc73bc --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/postfix_evaluation.c" "misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o" "gcc" "misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/postfix_evaluation.dir/build.make b/misc/CMakeFiles/postfix_evaluation.dir/build.make new file mode 100644 index 0000000000..a97e478091 --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/postfix_evaluation.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/postfix_evaluation.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/postfix_evaluation.dir/flags.make + +misc/CMakeFiles/postfix_evaluation.dir/codegen: +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/codegen + +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o: misc/CMakeFiles/postfix_evaluation.dir/flags.make +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o: misc/postfix_evaluation.c +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o: misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o -MF CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o.d -o CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o -c /Users/jesperolsen/development/C/misc/postfix_evaluation.c + +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/postfix_evaluation.c > CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.i + +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/postfix_evaluation.c -o CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.s + +# Object files for target postfix_evaluation +postfix_evaluation_OBJECTS = \ +"CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o" + +# External object files for target postfix_evaluation +postfix_evaluation_EXTERNAL_OBJECTS = + +misc/postfix_evaluation: misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o +misc/postfix_evaluation: misc/CMakeFiles/postfix_evaluation.dir/build.make +misc/postfix_evaluation: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/postfix_evaluation: misc/CMakeFiles/postfix_evaluation.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable postfix_evaluation" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/postfix_evaluation.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/postfix_evaluation.dir/build: misc/postfix_evaluation +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/build + +misc/CMakeFiles/postfix_evaluation.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/postfix_evaluation.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/clean + +misc/CMakeFiles/postfix_evaluation.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/postfix_evaluation.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/depend + diff --git a/misc/CMakeFiles/postfix_evaluation.dir/cmake_clean.cmake b/misc/CMakeFiles/postfix_evaluation.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a475620577 --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o" + "CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o.d" + "postfix_evaluation" + "postfix_evaluation.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/postfix_evaluation.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.internal b/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.internal new file mode 100644 index 0000000000..13274b626b --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.internal @@ -0,0 +1,105 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o + /Users/jesperolsen/development/C/misc/postfix_evaluation.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.make b/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.make new file mode 100644 index 0000000000..87daa13e93 --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.make @@ -0,0 +1,304 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o: misc/postfix_evaluation.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +misc/postfix_evaluation.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: diff --git a/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.ts b/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.ts new file mode 100644 index 0000000000..9170f9e850 --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for postfix_evaluation. diff --git a/misc/CMakeFiles/postfix_evaluation.dir/depend.make b/misc/CMakeFiles/postfix_evaluation.dir/depend.make new file mode 100644 index 0000000000..ad22eb7b6f --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for postfix_evaluation. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/postfix_evaluation.dir/flags.make b/misc/CMakeFiles/postfix_evaluation.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/postfix_evaluation.dir/link.txt b/misc/CMakeFiles/postfix_evaluation.dir/link.txt new file mode 100644 index 0000000000..48b25b9653 --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o -o postfix_evaluation /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o b/misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o new file mode 100644 index 0000000000..a2fc4ddd88 Binary files /dev/null and b/misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o differ diff --git a/misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o.d b/misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o.d new file mode 100644 index 0000000000..67fefc3719 --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o.d @@ -0,0 +1,101 @@ +misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o: \ + /Users/jesperolsen/development/C/misc/postfix_evaluation.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/misc/CMakeFiles/postfix_evaluation.dir/progress.make b/misc/CMakeFiles/postfix_evaluation.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/postfix_evaluation.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/progress.marks b/misc/CMakeFiles/progress.marks new file mode 100644 index 0000000000..45a4fb75db --- /dev/null +++ b/misc/CMakeFiles/progress.marks @@ -0,0 +1 @@ +8 diff --git a/misc/CMakeFiles/quartile.dir/DependInfo.cmake b/misc/CMakeFiles/quartile.dir/DependInfo.cmake new file mode 100644 index 0000000000..44254e90e8 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/quartile.c" "misc/CMakeFiles/quartile.dir/quartile.c.o" "gcc" "misc/CMakeFiles/quartile.dir/quartile.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/quartile.dir/build.make b/misc/CMakeFiles/quartile.dir/build.make new file mode 100644 index 0000000000..5e8daebae2 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/quartile.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/quartile.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/quartile.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/quartile.dir/flags.make + +misc/CMakeFiles/quartile.dir/codegen: +.PHONY : misc/CMakeFiles/quartile.dir/codegen + +misc/CMakeFiles/quartile.dir/quartile.c.o: misc/CMakeFiles/quartile.dir/flags.make +misc/CMakeFiles/quartile.dir/quartile.c.o: misc/quartile.c +misc/CMakeFiles/quartile.dir/quartile.c.o: misc/CMakeFiles/quartile.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/quartile.dir/quartile.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/quartile.dir/quartile.c.o -MF CMakeFiles/quartile.dir/quartile.c.o.d -o CMakeFiles/quartile.dir/quartile.c.o -c /Users/jesperolsen/development/C/misc/quartile.c + +misc/CMakeFiles/quartile.dir/quartile.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/quartile.dir/quartile.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/quartile.c > CMakeFiles/quartile.dir/quartile.c.i + +misc/CMakeFiles/quartile.dir/quartile.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/quartile.dir/quartile.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/quartile.c -o CMakeFiles/quartile.dir/quartile.c.s + +# Object files for target quartile +quartile_OBJECTS = \ +"CMakeFiles/quartile.dir/quartile.c.o" + +# External object files for target quartile +quartile_EXTERNAL_OBJECTS = + +misc/quartile: misc/CMakeFiles/quartile.dir/quartile.c.o +misc/quartile: misc/CMakeFiles/quartile.dir/build.make +misc/quartile: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/quartile: misc/CMakeFiles/quartile.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable quartile" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/quartile.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/quartile.dir/build: misc/quartile +.PHONY : misc/CMakeFiles/quartile.dir/build + +misc/CMakeFiles/quartile.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/quartile.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/quartile.dir/clean + +misc/CMakeFiles/quartile.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/quartile.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/quartile.dir/depend + diff --git a/misc/CMakeFiles/quartile.dir/cmake_clean.cmake b/misc/CMakeFiles/quartile.dir/cmake_clean.cmake new file mode 100644 index 0000000000..bbb5766a73 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/quartile.dir/quartile.c.o" + "CMakeFiles/quartile.dir/quartile.c.o.d" + "quartile" + "quartile.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/quartile.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/quartile.dir/compiler_depend.internal b/misc/CMakeFiles/quartile.dir/compiler_depend.internal new file mode 100644 index 0000000000..37c8216b9e --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/quartile.dir/quartile.c.o + /Users/jesperolsen/development/C/misc/quartile.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/quartile.dir/compiler_depend.make b/misc/CMakeFiles/quartile.dir/compiler_depend.make new file mode 100644 index 0000000000..4d03277610 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/quartile.dir/quartile.c.o: misc/quartile.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +misc/quartile.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/misc/CMakeFiles/quartile.dir/compiler_depend.ts b/misc/CMakeFiles/quartile.dir/compiler_depend.ts new file mode 100644 index 0000000000..76e4d59c46 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for quartile. diff --git a/misc/CMakeFiles/quartile.dir/depend.make b/misc/CMakeFiles/quartile.dir/depend.make new file mode 100644 index 0000000000..01a09a6285 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for quartile. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/quartile.dir/flags.make b/misc/CMakeFiles/quartile.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/quartile.dir/link.txt b/misc/CMakeFiles/quartile.dir/link.txt new file mode 100644 index 0000000000..e337d09ac9 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/quartile.dir/quartile.c.o -o quartile /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/quartile.dir/progress.make b/misc/CMakeFiles/quartile.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/quartile.dir/quartile.c.o b/misc/CMakeFiles/quartile.dir/quartile.c.o new file mode 100644 index 0000000000..7cf7df5dd1 Binary files /dev/null and b/misc/CMakeFiles/quartile.dir/quartile.c.o differ diff --git a/misc/CMakeFiles/quartile.dir/quartile.c.o.d b/misc/CMakeFiles/quartile.dir/quartile.c.o.d new file mode 100644 index 0000000000..9022810509 --- /dev/null +++ b/misc/CMakeFiles/quartile.dir/quartile.c.o.d @@ -0,0 +1,88 @@ +misc/CMakeFiles/quartile.dir/quartile.c.o: \ + /Users/jesperolsen/development/C/misc/quartile.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/misc/CMakeFiles/rselect.dir/DependInfo.cmake b/misc/CMakeFiles/rselect.dir/DependInfo.cmake new file mode 100644 index 0000000000..f3a0a03ade --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/rselect.c" "misc/CMakeFiles/rselect.dir/rselect.c.o" "gcc" "misc/CMakeFiles/rselect.dir/rselect.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/rselect.dir/build.make b/misc/CMakeFiles/rselect.dir/build.make new file mode 100644 index 0000000000..fb0ab1a0d2 --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/rselect.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/rselect.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/rselect.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/rselect.dir/flags.make + +misc/CMakeFiles/rselect.dir/codegen: +.PHONY : misc/CMakeFiles/rselect.dir/codegen + +misc/CMakeFiles/rselect.dir/rselect.c.o: misc/CMakeFiles/rselect.dir/flags.make +misc/CMakeFiles/rselect.dir/rselect.c.o: misc/rselect.c +misc/CMakeFiles/rselect.dir/rselect.c.o: misc/CMakeFiles/rselect.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/rselect.dir/rselect.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/rselect.dir/rselect.c.o -MF CMakeFiles/rselect.dir/rselect.c.o.d -o CMakeFiles/rselect.dir/rselect.c.o -c /Users/jesperolsen/development/C/misc/rselect.c + +misc/CMakeFiles/rselect.dir/rselect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rselect.dir/rselect.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/rselect.c > CMakeFiles/rselect.dir/rselect.c.i + +misc/CMakeFiles/rselect.dir/rselect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rselect.dir/rselect.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/rselect.c -o CMakeFiles/rselect.dir/rselect.c.s + +# Object files for target rselect +rselect_OBJECTS = \ +"CMakeFiles/rselect.dir/rselect.c.o" + +# External object files for target rselect +rselect_EXTERNAL_OBJECTS = + +misc/rselect: misc/CMakeFiles/rselect.dir/rselect.c.o +misc/rselect: misc/CMakeFiles/rselect.dir/build.make +misc/rselect: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/rselect: misc/CMakeFiles/rselect.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable rselect" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/rselect.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/rselect.dir/build: misc/rselect +.PHONY : misc/CMakeFiles/rselect.dir/build + +misc/CMakeFiles/rselect.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/rselect.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/rselect.dir/clean + +misc/CMakeFiles/rselect.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/rselect.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/rselect.dir/depend + diff --git a/misc/CMakeFiles/rselect.dir/cmake_clean.cmake b/misc/CMakeFiles/rselect.dir/cmake_clean.cmake new file mode 100644 index 0000000000..4885f89d2c --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/rselect.dir/rselect.c.o" + "CMakeFiles/rselect.dir/rselect.c.o.d" + "rselect" + "rselect.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/rselect.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/rselect.dir/compiler_depend.internal b/misc/CMakeFiles/rselect.dir/compiler_depend.internal new file mode 100644 index 0000000000..aa7d44ca8d --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/rselect.dir/rselect.c.o + /Users/jesperolsen/development/C/misc/rselect.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/misc/CMakeFiles/rselect.dir/compiler_depend.make b/misc/CMakeFiles/rselect.dir/compiler_depend.make new file mode 100644 index 0000000000..84b5eb5066 --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/rselect.dir/rselect.c.o: misc/rselect.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +misc/rselect.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/misc/CMakeFiles/rselect.dir/compiler_depend.ts b/misc/CMakeFiles/rselect.dir/compiler_depend.ts new file mode 100644 index 0000000000..45cb22f272 --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for rselect. diff --git a/misc/CMakeFiles/rselect.dir/depend.make b/misc/CMakeFiles/rselect.dir/depend.make new file mode 100644 index 0000000000..da8092235b --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for rselect. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/rselect.dir/flags.make b/misc/CMakeFiles/rselect.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/rselect.dir/link.txt b/misc/CMakeFiles/rselect.dir/link.txt new file mode 100644 index 0000000000..92ef56810b --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/rselect.dir/rselect.c.o -o rselect /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/rselect.dir/progress.make b/misc/CMakeFiles/rselect.dir/progress.make new file mode 100644 index 0000000000..7b8681c64e --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 84 +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/rselect.dir/rselect.c.o b/misc/CMakeFiles/rselect.dir/rselect.c.o new file mode 100644 index 0000000000..28964b5e17 Binary files /dev/null and b/misc/CMakeFiles/rselect.dir/rselect.c.o differ diff --git a/misc/CMakeFiles/rselect.dir/rselect.c.o.d b/misc/CMakeFiles/rselect.dir/rselect.c.o.d new file mode 100644 index 0000000000..d9626149af --- /dev/null +++ b/misc/CMakeFiles/rselect.dir/rselect.c.o.d @@ -0,0 +1,92 @@ +misc/CMakeFiles/rselect.dir/rselect.c.o: \ + /Users/jesperolsen/development/C/misc/rselect.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/misc/CMakeFiles/run_length_encoding.dir/DependInfo.cmake b/misc/CMakeFiles/run_length_encoding.dir/DependInfo.cmake new file mode 100644 index 0000000000..7a260f35f0 --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/run_length_encoding.c" "misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o" "gcc" "misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/run_length_encoding.dir/build.make b/misc/CMakeFiles/run_length_encoding.dir/build.make new file mode 100644 index 0000000000..f27b0403c7 --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/run_length_encoding.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/run_length_encoding.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/run_length_encoding.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/run_length_encoding.dir/flags.make + +misc/CMakeFiles/run_length_encoding.dir/codegen: +.PHONY : misc/CMakeFiles/run_length_encoding.dir/codegen + +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o: misc/CMakeFiles/run_length_encoding.dir/flags.make +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o: misc/run_length_encoding.c +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o: misc/CMakeFiles/run_length_encoding.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o -MF CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o.d -o CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o -c /Users/jesperolsen/development/C/misc/run_length_encoding.c + +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/run_length_encoding.dir/run_length_encoding.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/run_length_encoding.c > CMakeFiles/run_length_encoding.dir/run_length_encoding.c.i + +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/run_length_encoding.dir/run_length_encoding.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/run_length_encoding.c -o CMakeFiles/run_length_encoding.dir/run_length_encoding.c.s + +# Object files for target run_length_encoding +run_length_encoding_OBJECTS = \ +"CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o" + +# External object files for target run_length_encoding +run_length_encoding_EXTERNAL_OBJECTS = + +misc/run_length_encoding: misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o +misc/run_length_encoding: misc/CMakeFiles/run_length_encoding.dir/build.make +misc/run_length_encoding: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/run_length_encoding: misc/CMakeFiles/run_length_encoding.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable run_length_encoding" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/run_length_encoding.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/run_length_encoding.dir/build: misc/run_length_encoding +.PHONY : misc/CMakeFiles/run_length_encoding.dir/build + +misc/CMakeFiles/run_length_encoding.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/run_length_encoding.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/run_length_encoding.dir/clean + +misc/CMakeFiles/run_length_encoding.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/run_length_encoding.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/run_length_encoding.dir/depend + diff --git a/misc/CMakeFiles/run_length_encoding.dir/cmake_clean.cmake b/misc/CMakeFiles/run_length_encoding.dir/cmake_clean.cmake new file mode 100644 index 0000000000..bd91fba27c --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o" + "CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o.d" + "run_length_encoding" + "run_length_encoding.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/run_length_encoding.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.internal b/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.internal new file mode 100644 index 0000000000..64abf431b5 --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.internal @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o + /Users/jesperolsen/development/C/misc/run_length_encoding.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.make b/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.make new file mode 100644 index 0000000000..9df6d405fa --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o: misc/run_length_encoding.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +misc/run_length_encoding.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: diff --git a/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.ts b/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.ts new file mode 100644 index 0000000000..9ae098cfff --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for run_length_encoding. diff --git a/misc/CMakeFiles/run_length_encoding.dir/depend.make b/misc/CMakeFiles/run_length_encoding.dir/depend.make new file mode 100644 index 0000000000..4d00400b6a --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for run_length_encoding. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/run_length_encoding.dir/flags.make b/misc/CMakeFiles/run_length_encoding.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/run_length_encoding.dir/link.txt b/misc/CMakeFiles/run_length_encoding.dir/link.txt new file mode 100644 index 0000000000..eaf1148d1f --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o -o run_length_encoding /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/run_length_encoding.dir/progress.make b/misc/CMakeFiles/run_length_encoding.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o b/misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o new file mode 100644 index 0000000000..a7e17bf4c5 Binary files /dev/null and b/misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o differ diff --git a/misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o.d b/misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o.d new file mode 100644 index 0000000000..01cd12e3bd --- /dev/null +++ b/misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o.d @@ -0,0 +1,97 @@ +misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o: \ + /Users/jesperolsen/development/C/misc/run_length_encoding.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/misc/CMakeFiles/shunting_yard.dir/DependInfo.cmake b/misc/CMakeFiles/shunting_yard.dir/DependInfo.cmake new file mode 100644 index 0000000000..b69e991aa5 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/shunting_yard.c" "misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o" "gcc" "misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/shunting_yard.dir/build.make b/misc/CMakeFiles/shunting_yard.dir/build.make new file mode 100644 index 0000000000..c5f18ee5a0 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/shunting_yard.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/shunting_yard.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/shunting_yard.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/shunting_yard.dir/flags.make + +misc/CMakeFiles/shunting_yard.dir/codegen: +.PHONY : misc/CMakeFiles/shunting_yard.dir/codegen + +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o: misc/CMakeFiles/shunting_yard.dir/flags.make +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o: misc/shunting_yard.c +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o: misc/CMakeFiles/shunting_yard.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o -MF CMakeFiles/shunting_yard.dir/shunting_yard.c.o.d -o CMakeFiles/shunting_yard.dir/shunting_yard.c.o -c /Users/jesperolsen/development/C/misc/shunting_yard.c + +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/shunting_yard.dir/shunting_yard.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/shunting_yard.c > CMakeFiles/shunting_yard.dir/shunting_yard.c.i + +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/shunting_yard.dir/shunting_yard.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/shunting_yard.c -o CMakeFiles/shunting_yard.dir/shunting_yard.c.s + +# Object files for target shunting_yard +shunting_yard_OBJECTS = \ +"CMakeFiles/shunting_yard.dir/shunting_yard.c.o" + +# External object files for target shunting_yard +shunting_yard_EXTERNAL_OBJECTS = + +misc/shunting_yard: misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o +misc/shunting_yard: misc/CMakeFiles/shunting_yard.dir/build.make +misc/shunting_yard: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/shunting_yard: misc/CMakeFiles/shunting_yard.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable shunting_yard" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/shunting_yard.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/shunting_yard.dir/build: misc/shunting_yard +.PHONY : misc/CMakeFiles/shunting_yard.dir/build + +misc/CMakeFiles/shunting_yard.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/shunting_yard.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/shunting_yard.dir/clean + +misc/CMakeFiles/shunting_yard.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/shunting_yard.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/shunting_yard.dir/depend + diff --git a/misc/CMakeFiles/shunting_yard.dir/cmake_clean.cmake b/misc/CMakeFiles/shunting_yard.dir/cmake_clean.cmake new file mode 100644 index 0000000000..5a7a19e796 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/shunting_yard.dir/shunting_yard.c.o" + "CMakeFiles/shunting_yard.dir/shunting_yard.c.o.d" + "shunting_yard" + "shunting_yard.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/shunting_yard.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/shunting_yard.dir/compiler_depend.internal b/misc/CMakeFiles/shunting_yard.dir/compiler_depend.internal new file mode 100644 index 0000000000..fefdfcc928 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/compiler_depend.internal @@ -0,0 +1,105 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o + /Users/jesperolsen/development/C/misc/shunting_yard.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/shunting_yard.dir/compiler_depend.make b/misc/CMakeFiles/shunting_yard.dir/compiler_depend.make new file mode 100644 index 0000000000..65e91fbf80 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/compiler_depend.make @@ -0,0 +1,304 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o: misc/shunting_yard.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +misc/shunting_yard.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: diff --git a/misc/CMakeFiles/shunting_yard.dir/compiler_depend.ts b/misc/CMakeFiles/shunting_yard.dir/compiler_depend.ts new file mode 100644 index 0000000000..e1c888f741 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for shunting_yard. diff --git a/misc/CMakeFiles/shunting_yard.dir/depend.make b/misc/CMakeFiles/shunting_yard.dir/depend.make new file mode 100644 index 0000000000..73ad0cce97 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for shunting_yard. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/shunting_yard.dir/flags.make b/misc/CMakeFiles/shunting_yard.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/shunting_yard.dir/link.txt b/misc/CMakeFiles/shunting_yard.dir/link.txt new file mode 100644 index 0000000000..8a4643b581 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/shunting_yard.dir/shunting_yard.c.o -o shunting_yard /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/shunting_yard.dir/progress.make b/misc/CMakeFiles/shunting_yard.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o b/misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o new file mode 100644 index 0000000000..d239dc97d2 Binary files /dev/null and b/misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o differ diff --git a/misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o.d b/misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o.d new file mode 100644 index 0000000000..4b3373741b --- /dev/null +++ b/misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o.d @@ -0,0 +1,101 @@ +misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o: \ + /Users/jesperolsen/development/C/misc/shunting_yard.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/runetype.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wint_t.h diff --git a/misc/CMakeFiles/sudoku_solver.dir/DependInfo.cmake b/misc/CMakeFiles/sudoku_solver.dir/DependInfo.cmake new file mode 100644 index 0000000000..224e63c192 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/sudoku_solver.c" "misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o" "gcc" "misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/sudoku_solver.dir/build.make b/misc/CMakeFiles/sudoku_solver.dir/build.make new file mode 100644 index 0000000000..f3fd90e53a --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/sudoku_solver.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/sudoku_solver.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/sudoku_solver.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/sudoku_solver.dir/flags.make + +misc/CMakeFiles/sudoku_solver.dir/codegen: +.PHONY : misc/CMakeFiles/sudoku_solver.dir/codegen + +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o: misc/CMakeFiles/sudoku_solver.dir/flags.make +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o: misc/sudoku_solver.c +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o: misc/CMakeFiles/sudoku_solver.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o -MF CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o.d -o CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o -c /Users/jesperolsen/development/C/misc/sudoku_solver.c + +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sudoku_solver.dir/sudoku_solver.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/sudoku_solver.c > CMakeFiles/sudoku_solver.dir/sudoku_solver.c.i + +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sudoku_solver.dir/sudoku_solver.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/sudoku_solver.c -o CMakeFiles/sudoku_solver.dir/sudoku_solver.c.s + +# Object files for target sudoku_solver +sudoku_solver_OBJECTS = \ +"CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o" + +# External object files for target sudoku_solver +sudoku_solver_EXTERNAL_OBJECTS = + +misc/sudoku_solver: misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o +misc/sudoku_solver: misc/CMakeFiles/sudoku_solver.dir/build.make +misc/sudoku_solver: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/sudoku_solver: misc/CMakeFiles/sudoku_solver.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sudoku_solver" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sudoku_solver.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/sudoku_solver.dir/build: misc/sudoku_solver +.PHONY : misc/CMakeFiles/sudoku_solver.dir/build + +misc/CMakeFiles/sudoku_solver.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/sudoku_solver.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/sudoku_solver.dir/clean + +misc/CMakeFiles/sudoku_solver.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/sudoku_solver.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/sudoku_solver.dir/depend + diff --git a/misc/CMakeFiles/sudoku_solver.dir/cmake_clean.cmake b/misc/CMakeFiles/sudoku_solver.dir/cmake_clean.cmake new file mode 100644 index 0000000000..28a2d47798 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o" + "CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o.d" + "sudoku_solver" + "sudoku_solver.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/sudoku_solver.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.internal b/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.internal new file mode 100644 index 0000000000..51faf2e650 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.internal @@ -0,0 +1,106 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o + /Users/jesperolsen/development/C/misc/sudoku_solver.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.make b/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.make new file mode 100644 index 0000000000..3351cd4d0e --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.make @@ -0,0 +1,307 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o: misc/sudoku_solver.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +misc/sudoku_solver.c: diff --git a/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.ts b/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.ts new file mode 100644 index 0000000000..e9c755e8b8 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for sudoku_solver. diff --git a/misc/CMakeFiles/sudoku_solver.dir/depend.make b/misc/CMakeFiles/sudoku_solver.dir/depend.make new file mode 100644 index 0000000000..fd1be96742 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for sudoku_solver. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/sudoku_solver.dir/flags.make b/misc/CMakeFiles/sudoku_solver.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/sudoku_solver.dir/link.txt b/misc/CMakeFiles/sudoku_solver.dir/link.txt new file mode 100644 index 0000000000..4c93c1e129 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o -o sudoku_solver /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/sudoku_solver.dir/progress.make b/misc/CMakeFiles/sudoku_solver.dir/progress.make new file mode 100644 index 0000000000..9063d234d6 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 92 + diff --git a/misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o b/misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o new file mode 100644 index 0000000000..19d691168a Binary files /dev/null and b/misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o differ diff --git a/misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o.d b/misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o.d new file mode 100644 index 0000000000..2b0b921911 --- /dev/null +++ b/misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o.d @@ -0,0 +1,102 @@ +misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o: \ + /Users/jesperolsen/development/C/misc/sudoku_solver.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/DependInfo.cmake b/misc/CMakeFiles/tower_of_hanoi.dir/DependInfo.cmake new file mode 100644 index 0000000000..59b509e237 --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/tower_of_hanoi.c" "misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o" "gcc" "misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/build.make b/misc/CMakeFiles/tower_of_hanoi.dir/build.make new file mode 100644 index 0000000000..0f40345cb5 --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/tower_of_hanoi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/tower_of_hanoi.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/tower_of_hanoi.dir/flags.make + +misc/CMakeFiles/tower_of_hanoi.dir/codegen: +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/codegen + +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o: misc/CMakeFiles/tower_of_hanoi.dir/flags.make +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o: misc/tower_of_hanoi.c +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o: misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o -MF CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o.d -o CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o -c /Users/jesperolsen/development/C/misc/tower_of_hanoi.c + +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/tower_of_hanoi.c > CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.i + +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/tower_of_hanoi.c -o CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.s + +# Object files for target tower_of_hanoi +tower_of_hanoi_OBJECTS = \ +"CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o" + +# External object files for target tower_of_hanoi +tower_of_hanoi_EXTERNAL_OBJECTS = + +misc/tower_of_hanoi: misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o +misc/tower_of_hanoi: misc/CMakeFiles/tower_of_hanoi.dir/build.make +misc/tower_of_hanoi: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/tower_of_hanoi: misc/CMakeFiles/tower_of_hanoi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tower_of_hanoi" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tower_of_hanoi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/tower_of_hanoi.dir/build: misc/tower_of_hanoi +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/build + +misc/CMakeFiles/tower_of_hanoi.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/tower_of_hanoi.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/clean + +misc/CMakeFiles/tower_of_hanoi.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/tower_of_hanoi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/depend + diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/cmake_clean.cmake b/misc/CMakeFiles/tower_of_hanoi.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9061a12a3a --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o" + "CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o.d" + "tower_of_hanoi" + "tower_of_hanoi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tower_of_hanoi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.internal b/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.internal new file mode 100644 index 0000000000..c3281cbb77 --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o + /Users/jesperolsen/development/C/misc/tower_of_hanoi.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.make b/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.make new file mode 100644 index 0000000000..3104e9deae --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o: misc/tower_of_hanoi.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +misc/tower_of_hanoi.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.ts b/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.ts new file mode 100644 index 0000000000..58c96e813b --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tower_of_hanoi. diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/depend.make b/misc/CMakeFiles/tower_of_hanoi.dir/depend.make new file mode 100644 index 0000000000..70b7cd8372 --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tower_of_hanoi. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/flags.make b/misc/CMakeFiles/tower_of_hanoi.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/link.txt b/misc/CMakeFiles/tower_of_hanoi.dir/link.txt new file mode 100644 index 0000000000..eb7e6ffdb3 --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o -o tower_of_hanoi /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/progress.make b/misc/CMakeFiles/tower_of_hanoi.dir/progress.make new file mode 100644 index 0000000000..cf90e913b6 --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 97 +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o b/misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o new file mode 100644 index 0000000000..ead0d5038e Binary files /dev/null and b/misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o differ diff --git a/misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o.d b/misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o.d new file mode 100644 index 0000000000..643c6b50c3 --- /dev/null +++ b/misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o.d @@ -0,0 +1,87 @@ +misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o: \ + /Users/jesperolsen/development/C/misc/tower_of_hanoi.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/misc/CMakeFiles/union_find.dir/DependInfo.cmake b/misc/CMakeFiles/union_find.dir/DependInfo.cmake new file mode 100644 index 0000000000..08577d6031 --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/misc/union_find.c" "misc/CMakeFiles/union_find.dir/union_find.c.o" "gcc" "misc/CMakeFiles/union_find.dir/union_find.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/misc/CMakeFiles/union_find.dir/build.make b/misc/CMakeFiles/union_find.dir/build.make new file mode 100644 index 0000000000..873da46a4b --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include misc/CMakeFiles/union_find.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include misc/CMakeFiles/union_find.dir/compiler_depend.make + +# Include the progress variables for this target. +include misc/CMakeFiles/union_find.dir/progress.make + +# Include the compile flags for this target's objects. +include misc/CMakeFiles/union_find.dir/flags.make + +misc/CMakeFiles/union_find.dir/codegen: +.PHONY : misc/CMakeFiles/union_find.dir/codegen + +misc/CMakeFiles/union_find.dir/union_find.c.o: misc/CMakeFiles/union_find.dir/flags.make +misc/CMakeFiles/union_find.dir/union_find.c.o: misc/union_find.c +misc/CMakeFiles/union_find.dir/union_find.c.o: misc/CMakeFiles/union_find.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object misc/CMakeFiles/union_find.dir/union_find.c.o" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT misc/CMakeFiles/union_find.dir/union_find.c.o -MF CMakeFiles/union_find.dir/union_find.c.o.d -o CMakeFiles/union_find.dir/union_find.c.o -c /Users/jesperolsen/development/C/misc/union_find.c + +misc/CMakeFiles/union_find.dir/union_find.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/union_find.dir/union_find.c.i" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/misc/union_find.c > CMakeFiles/union_find.dir/union_find.c.i + +misc/CMakeFiles/union_find.dir/union_find.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/union_find.dir/union_find.c.s" + cd /Users/jesperolsen/development/C/misc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/misc/union_find.c -o CMakeFiles/union_find.dir/union_find.c.s + +# Object files for target union_find +union_find_OBJECTS = \ +"CMakeFiles/union_find.dir/union_find.c.o" + +# External object files for target union_find +union_find_EXTERNAL_OBJECTS = + +misc/union_find: misc/CMakeFiles/union_find.dir/union_find.c.o +misc/union_find: misc/CMakeFiles/union_find.dir/build.make +misc/union_find: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +misc/union_find: misc/CMakeFiles/union_find.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable union_find" + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/union_find.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +misc/CMakeFiles/union_find.dir/build: misc/union_find +.PHONY : misc/CMakeFiles/union_find.dir/build + +misc/CMakeFiles/union_find.dir/clean: + cd /Users/jesperolsen/development/C/misc && $(CMAKE_COMMAND) -P CMakeFiles/union_find.dir/cmake_clean.cmake +.PHONY : misc/CMakeFiles/union_find.dir/clean + +misc/CMakeFiles/union_find.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C /Users/jesperolsen/development/C/misc /Users/jesperolsen/development/C/misc/CMakeFiles/union_find.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : misc/CMakeFiles/union_find.dir/depend + diff --git a/misc/CMakeFiles/union_find.dir/cmake_clean.cmake b/misc/CMakeFiles/union_find.dir/cmake_clean.cmake new file mode 100644 index 0000000000..0a9541e224 --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/union_find.dir/union_find.c.o" + "CMakeFiles/union_find.dir/union_find.c.o.d" + "union_find" + "union_find.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/union_find.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/misc/CMakeFiles/union_find.dir/compiler_depend.internal b/misc/CMakeFiles/union_find.dir/compiler_depend.internal new file mode 100644 index 0000000000..9e6803365b --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/union_find.dir/union_find.c.o + /Users/jesperolsen/development/C/misc/union_find.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/misc/CMakeFiles/union_find.dir/compiler_depend.make b/misc/CMakeFiles/union_find.dir/compiler_depend.make new file mode 100644 index 0000000000..5368b6eb1e --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +misc/CMakeFiles/union_find.dir/union_find.c.o: misc/union_find.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +misc/union_find.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/misc/CMakeFiles/union_find.dir/compiler_depend.ts b/misc/CMakeFiles/union_find.dir/compiler_depend.ts new file mode 100644 index 0000000000..0d70a203dc --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for union_find. diff --git a/misc/CMakeFiles/union_find.dir/depend.make b/misc/CMakeFiles/union_find.dir/depend.make new file mode 100644 index 0000000000..28f7f50804 --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for union_find. +# This may be replaced when dependencies are built. diff --git a/misc/CMakeFiles/union_find.dir/flags.make b/misc/CMakeFiles/union_find.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/misc/CMakeFiles/union_find.dir/link.txt b/misc/CMakeFiles/union_find.dir/link.txt new file mode 100644 index 0000000000..bdf2325e32 --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/union_find.dir/union_find.c.o -o union_find /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/misc/CMakeFiles/union_find.dir/progress.make b/misc/CMakeFiles/union_find.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/misc/CMakeFiles/union_find.dir/union_find.c.o b/misc/CMakeFiles/union_find.dir/union_find.c.o new file mode 100644 index 0000000000..715a36d83a Binary files /dev/null and b/misc/CMakeFiles/union_find.dir/union_find.c.o differ diff --git a/misc/CMakeFiles/union_find.dir/union_find.c.o.d b/misc/CMakeFiles/union_find.dir/union_find.c.o.d new file mode 100644 index 0000000000..7e6d30841e --- /dev/null +++ b/misc/CMakeFiles/union_find.dir/union_find.c.o.d @@ -0,0 +1,87 @@ +misc/CMakeFiles/union_find.dir/union_find.c.o: \ + /Users/jesperolsen/development/C/misc/union_find.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/misc/Makefile b/misc/Makefile new file mode 100644 index 0000000000..360816b48b --- /dev/null +++ b/misc/Makefile @@ -0,0 +1,883 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/misc//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +misc/CMakeFiles/demonetization.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/demonetization.dir/rule +.PHONY : misc/CMakeFiles/demonetization.dir/rule + +# Convenience name for target. +demonetization: misc/CMakeFiles/demonetization.dir/rule +.PHONY : demonetization + +# fast build rule for target. +demonetization/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/build +.PHONY : demonetization/fast + +# Convenience name for target. +misc/CMakeFiles/hamming_distance.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/hamming_distance.dir/rule +.PHONY : misc/CMakeFiles/hamming_distance.dir/rule + +# Convenience name for target. +hamming_distance: misc/CMakeFiles/hamming_distance.dir/rule +.PHONY : hamming_distance + +# fast build rule for target. +hamming_distance/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/build +.PHONY : hamming_distance/fast + +# Convenience name for target. +misc/CMakeFiles/lexicographic_permutations.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/lexicographic_permutations.dir/rule +.PHONY : misc/CMakeFiles/lexicographic_permutations.dir/rule + +# Convenience name for target. +lexicographic_permutations: misc/CMakeFiles/lexicographic_permutations.dir/rule +.PHONY : lexicographic_permutations + +# fast build rule for target. +lexicographic_permutations/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/build +.PHONY : lexicographic_permutations/fast + +# Convenience name for target. +misc/CMakeFiles/longest_subsequence.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/longest_subsequence.dir/rule +.PHONY : misc/CMakeFiles/longest_subsequence.dir/rule + +# Convenience name for target. +longest_subsequence: misc/CMakeFiles/longest_subsequence.dir/rule +.PHONY : longest_subsequence + +# fast build rule for target. +longest_subsequence/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/build +.PHONY : longest_subsequence/fast + +# Convenience name for target. +misc/CMakeFiles/mcnaughton_yamada_thompson.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/mcnaughton_yamada_thompson.dir/rule +.PHONY : misc/CMakeFiles/mcnaughton_yamada_thompson.dir/rule + +# Convenience name for target. +mcnaughton_yamada_thompson: misc/CMakeFiles/mcnaughton_yamada_thompson.dir/rule +.PHONY : mcnaughton_yamada_thompson + +# fast build rule for target. +mcnaughton_yamada_thompson/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build +.PHONY : mcnaughton_yamada_thompson/fast + +# Convenience name for target. +misc/CMakeFiles/mirror.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/mirror.dir/rule +.PHONY : misc/CMakeFiles/mirror.dir/rule + +# Convenience name for target. +mirror: misc/CMakeFiles/mirror.dir/rule +.PHONY : mirror + +# fast build rule for target. +mirror/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/build +.PHONY : mirror/fast + +# Convenience name for target. +misc/CMakeFiles/pid.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/pid.dir/rule +.PHONY : misc/CMakeFiles/pid.dir/rule + +# Convenience name for target. +pid: misc/CMakeFiles/pid.dir/rule +.PHONY : pid + +# fast build rule for target. +pid/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/build +.PHONY : pid/fast + +# Convenience name for target. +misc/CMakeFiles/poly_add.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/poly_add.dir/rule +.PHONY : misc/CMakeFiles/poly_add.dir/rule + +# Convenience name for target. +poly_add: misc/CMakeFiles/poly_add.dir/rule +.PHONY : poly_add + +# fast build rule for target. +poly_add/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/build +.PHONY : poly_add/fast + +# Convenience name for target. +misc/CMakeFiles/postfix_evaluation.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/postfix_evaluation.dir/rule +.PHONY : misc/CMakeFiles/postfix_evaluation.dir/rule + +# Convenience name for target. +postfix_evaluation: misc/CMakeFiles/postfix_evaluation.dir/rule +.PHONY : postfix_evaluation + +# fast build rule for target. +postfix_evaluation/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/build +.PHONY : postfix_evaluation/fast + +# Convenience name for target. +misc/CMakeFiles/quartile.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/quartile.dir/rule +.PHONY : misc/CMakeFiles/quartile.dir/rule + +# Convenience name for target. +quartile: misc/CMakeFiles/quartile.dir/rule +.PHONY : quartile + +# fast build rule for target. +quartile/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/build +.PHONY : quartile/fast + +# Convenience name for target. +misc/CMakeFiles/rselect.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/rselect.dir/rule +.PHONY : misc/CMakeFiles/rselect.dir/rule + +# Convenience name for target. +rselect: misc/CMakeFiles/rselect.dir/rule +.PHONY : rselect + +# fast build rule for target. +rselect/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/build +.PHONY : rselect/fast + +# Convenience name for target. +misc/CMakeFiles/run_length_encoding.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/run_length_encoding.dir/rule +.PHONY : misc/CMakeFiles/run_length_encoding.dir/rule + +# Convenience name for target. +run_length_encoding: misc/CMakeFiles/run_length_encoding.dir/rule +.PHONY : run_length_encoding + +# fast build rule for target. +run_length_encoding/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/build +.PHONY : run_length_encoding/fast + +# Convenience name for target. +misc/CMakeFiles/shunting_yard.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/shunting_yard.dir/rule +.PHONY : misc/CMakeFiles/shunting_yard.dir/rule + +# Convenience name for target. +shunting_yard: misc/CMakeFiles/shunting_yard.dir/rule +.PHONY : shunting_yard + +# fast build rule for target. +shunting_yard/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/build +.PHONY : shunting_yard/fast + +# Convenience name for target. +misc/CMakeFiles/sudoku_solver.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/sudoku_solver.dir/rule +.PHONY : misc/CMakeFiles/sudoku_solver.dir/rule + +# Convenience name for target. +sudoku_solver: misc/CMakeFiles/sudoku_solver.dir/rule +.PHONY : sudoku_solver + +# fast build rule for target. +sudoku_solver/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/build +.PHONY : sudoku_solver/fast + +# Convenience name for target. +misc/CMakeFiles/tower_of_hanoi.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/tower_of_hanoi.dir/rule +.PHONY : misc/CMakeFiles/tower_of_hanoi.dir/rule + +# Convenience name for target. +tower_of_hanoi: misc/CMakeFiles/tower_of_hanoi.dir/rule +.PHONY : tower_of_hanoi + +# fast build rule for target. +tower_of_hanoi/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/build +.PHONY : tower_of_hanoi/fast + +# Convenience name for target. +misc/CMakeFiles/union_find.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 misc/CMakeFiles/union_find.dir/rule +.PHONY : misc/CMakeFiles/union_find.dir/rule + +# Convenience name for target. +union_find: misc/CMakeFiles/union_find.dir/rule +.PHONY : union_find + +# fast build rule for target. +union_find/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/build +.PHONY : union_find/fast + +demonetization.o: demonetization.c.o +.PHONY : demonetization.o + +# target to build an object file +demonetization.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/demonetization.c.o +.PHONY : demonetization.c.o + +demonetization.i: demonetization.c.i +.PHONY : demonetization.i + +# target to preprocess a source file +demonetization.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/demonetization.c.i +.PHONY : demonetization.c.i + +demonetization.s: demonetization.c.s +.PHONY : demonetization.s + +# target to generate assembly for a file +demonetization.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/demonetization.dir/build.make misc/CMakeFiles/demonetization.dir/demonetization.c.s +.PHONY : demonetization.c.s + +hamming_distance.o: hamming_distance.c.o +.PHONY : hamming_distance.o + +# target to build an object file +hamming_distance.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.o +.PHONY : hamming_distance.c.o + +hamming_distance.i: hamming_distance.c.i +.PHONY : hamming_distance.i + +# target to preprocess a source file +hamming_distance.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.i +.PHONY : hamming_distance.c.i + +hamming_distance.s: hamming_distance.c.s +.PHONY : hamming_distance.s + +# target to generate assembly for a file +hamming_distance.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/hamming_distance.dir/build.make misc/CMakeFiles/hamming_distance.dir/hamming_distance.c.s +.PHONY : hamming_distance.c.s + +lexicographic_permutations.o: lexicographic_permutations.c.o +.PHONY : lexicographic_permutations.o + +# target to build an object file +lexicographic_permutations.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.o +.PHONY : lexicographic_permutations.c.o + +lexicographic_permutations.i: lexicographic_permutations.c.i +.PHONY : lexicographic_permutations.i + +# target to preprocess a source file +lexicographic_permutations.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.i +.PHONY : lexicographic_permutations.c.i + +lexicographic_permutations.s: lexicographic_permutations.c.s +.PHONY : lexicographic_permutations.s + +# target to generate assembly for a file +lexicographic_permutations.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/lexicographic_permutations.dir/build.make misc/CMakeFiles/lexicographic_permutations.dir/lexicographic_permutations.c.s +.PHONY : lexicographic_permutations.c.s + +longest_subsequence.o: longest_subsequence.c.o +.PHONY : longest_subsequence.o + +# target to build an object file +longest_subsequence.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.o +.PHONY : longest_subsequence.c.o + +longest_subsequence.i: longest_subsequence.c.i +.PHONY : longest_subsequence.i + +# target to preprocess a source file +longest_subsequence.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.i +.PHONY : longest_subsequence.c.i + +longest_subsequence.s: longest_subsequence.c.s +.PHONY : longest_subsequence.s + +# target to generate assembly for a file +longest_subsequence.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/longest_subsequence.dir/build.make misc/CMakeFiles/longest_subsequence.dir/longest_subsequence.c.s +.PHONY : longest_subsequence.c.s + +mcnaughton_yamada_thompson.o: mcnaughton_yamada_thompson.c.o +.PHONY : mcnaughton_yamada_thompson.o + +# target to build an object file +mcnaughton_yamada_thompson.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.o +.PHONY : mcnaughton_yamada_thompson.c.o + +mcnaughton_yamada_thompson.i: mcnaughton_yamada_thompson.c.i +.PHONY : mcnaughton_yamada_thompson.i + +# target to preprocess a source file +mcnaughton_yamada_thompson.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.i +.PHONY : mcnaughton_yamada_thompson.c.i + +mcnaughton_yamada_thompson.s: mcnaughton_yamada_thompson.c.s +.PHONY : mcnaughton_yamada_thompson.s + +# target to generate assembly for a file +mcnaughton_yamada_thompson.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mcnaughton_yamada_thompson.dir/build.make misc/CMakeFiles/mcnaughton_yamada_thompson.dir/mcnaughton_yamada_thompson.c.s +.PHONY : mcnaughton_yamada_thompson.c.s + +mirror.o: mirror.c.o +.PHONY : mirror.o + +# target to build an object file +mirror.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/mirror.c.o +.PHONY : mirror.c.o + +mirror.i: mirror.c.i +.PHONY : mirror.i + +# target to preprocess a source file +mirror.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/mirror.c.i +.PHONY : mirror.c.i + +mirror.s: mirror.c.s +.PHONY : mirror.s + +# target to generate assembly for a file +mirror.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/mirror.dir/build.make misc/CMakeFiles/mirror.dir/mirror.c.s +.PHONY : mirror.c.s + +pid.o: pid.c.o +.PHONY : pid.o + +# target to build an object file +pid.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/pid.c.o +.PHONY : pid.c.o + +pid.i: pid.c.i +.PHONY : pid.i + +# target to preprocess a source file +pid.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/pid.c.i +.PHONY : pid.c.i + +pid.s: pid.c.s +.PHONY : pid.s + +# target to generate assembly for a file +pid.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/pid.dir/build.make misc/CMakeFiles/pid.dir/pid.c.s +.PHONY : pid.c.s + +poly_add.o: poly_add.c.o +.PHONY : poly_add.o + +# target to build an object file +poly_add.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/poly_add.c.o +.PHONY : poly_add.c.o + +poly_add.i: poly_add.c.i +.PHONY : poly_add.i + +# target to preprocess a source file +poly_add.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/poly_add.c.i +.PHONY : poly_add.c.i + +poly_add.s: poly_add.c.s +.PHONY : poly_add.s + +# target to generate assembly for a file +poly_add.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/poly_add.dir/build.make misc/CMakeFiles/poly_add.dir/poly_add.c.s +.PHONY : poly_add.c.s + +postfix_evaluation.o: postfix_evaluation.c.o +.PHONY : postfix_evaluation.o + +# target to build an object file +postfix_evaluation.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.o +.PHONY : postfix_evaluation.c.o + +postfix_evaluation.i: postfix_evaluation.c.i +.PHONY : postfix_evaluation.i + +# target to preprocess a source file +postfix_evaluation.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.i +.PHONY : postfix_evaluation.c.i + +postfix_evaluation.s: postfix_evaluation.c.s +.PHONY : postfix_evaluation.s + +# target to generate assembly for a file +postfix_evaluation.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/postfix_evaluation.dir/build.make misc/CMakeFiles/postfix_evaluation.dir/postfix_evaluation.c.s +.PHONY : postfix_evaluation.c.s + +quartile.o: quartile.c.o +.PHONY : quartile.o + +# target to build an object file +quartile.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/quartile.c.o +.PHONY : quartile.c.o + +quartile.i: quartile.c.i +.PHONY : quartile.i + +# target to preprocess a source file +quartile.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/quartile.c.i +.PHONY : quartile.c.i + +quartile.s: quartile.c.s +.PHONY : quartile.s + +# target to generate assembly for a file +quartile.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/quartile.dir/build.make misc/CMakeFiles/quartile.dir/quartile.c.s +.PHONY : quartile.c.s + +rselect.o: rselect.c.o +.PHONY : rselect.o + +# target to build an object file +rselect.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/rselect.c.o +.PHONY : rselect.c.o + +rselect.i: rselect.c.i +.PHONY : rselect.i + +# target to preprocess a source file +rselect.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/rselect.c.i +.PHONY : rselect.c.i + +rselect.s: rselect.c.s +.PHONY : rselect.s + +# target to generate assembly for a file +rselect.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/rselect.dir/build.make misc/CMakeFiles/rselect.dir/rselect.c.s +.PHONY : rselect.c.s + +run_length_encoding.o: run_length_encoding.c.o +.PHONY : run_length_encoding.o + +# target to build an object file +run_length_encoding.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.o +.PHONY : run_length_encoding.c.o + +run_length_encoding.i: run_length_encoding.c.i +.PHONY : run_length_encoding.i + +# target to preprocess a source file +run_length_encoding.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.i +.PHONY : run_length_encoding.c.i + +run_length_encoding.s: run_length_encoding.c.s +.PHONY : run_length_encoding.s + +# target to generate assembly for a file +run_length_encoding.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/run_length_encoding.dir/build.make misc/CMakeFiles/run_length_encoding.dir/run_length_encoding.c.s +.PHONY : run_length_encoding.c.s + +shunting_yard.o: shunting_yard.c.o +.PHONY : shunting_yard.o + +# target to build an object file +shunting_yard.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.o +.PHONY : shunting_yard.c.o + +shunting_yard.i: shunting_yard.c.i +.PHONY : shunting_yard.i + +# target to preprocess a source file +shunting_yard.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.i +.PHONY : shunting_yard.c.i + +shunting_yard.s: shunting_yard.c.s +.PHONY : shunting_yard.s + +# target to generate assembly for a file +shunting_yard.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/shunting_yard.dir/build.make misc/CMakeFiles/shunting_yard.dir/shunting_yard.c.s +.PHONY : shunting_yard.c.s + +sudoku_solver.o: sudoku_solver.c.o +.PHONY : sudoku_solver.o + +# target to build an object file +sudoku_solver.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.o +.PHONY : sudoku_solver.c.o + +sudoku_solver.i: sudoku_solver.c.i +.PHONY : sudoku_solver.i + +# target to preprocess a source file +sudoku_solver.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.i +.PHONY : sudoku_solver.c.i + +sudoku_solver.s: sudoku_solver.c.s +.PHONY : sudoku_solver.s + +# target to generate assembly for a file +sudoku_solver.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/sudoku_solver.dir/build.make misc/CMakeFiles/sudoku_solver.dir/sudoku_solver.c.s +.PHONY : sudoku_solver.c.s + +tower_of_hanoi.o: tower_of_hanoi.c.o +.PHONY : tower_of_hanoi.o + +# target to build an object file +tower_of_hanoi.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.o +.PHONY : tower_of_hanoi.c.o + +tower_of_hanoi.i: tower_of_hanoi.c.i +.PHONY : tower_of_hanoi.i + +# target to preprocess a source file +tower_of_hanoi.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.i +.PHONY : tower_of_hanoi.c.i + +tower_of_hanoi.s: tower_of_hanoi.c.s +.PHONY : tower_of_hanoi.s + +# target to generate assembly for a file +tower_of_hanoi.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/tower_of_hanoi.dir/build.make misc/CMakeFiles/tower_of_hanoi.dir/tower_of_hanoi.c.s +.PHONY : tower_of_hanoi.c.s + +union_find.o: union_find.c.o +.PHONY : union_find.o + +# target to build an object file +union_find.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/union_find.c.o +.PHONY : union_find.c.o + +union_find.i: union_find.c.i +.PHONY : union_find.i + +# target to preprocess a source file +union_find.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/union_find.c.i +.PHONY : union_find.c.i + +union_find.s: union_find.c.s +.PHONY : union_find.s + +# target to generate assembly for a file +union_find.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f misc/CMakeFiles/union_find.dir/build.make misc/CMakeFiles/union_find.dir/union_find.c.s +.PHONY : union_find.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... demonetization" + @echo "... hamming_distance" + @echo "... lexicographic_permutations" + @echo "... longest_subsequence" + @echo "... mcnaughton_yamada_thompson" + @echo "... mirror" + @echo "... pid" + @echo "... poly_add" + @echo "... postfix_evaluation" + @echo "... quartile" + @echo "... rselect" + @echo "... run_length_encoding" + @echo "... shunting_yard" + @echo "... sudoku_solver" + @echo "... tower_of_hanoi" + @echo "... union_find" + @echo "... demonetization.o" + @echo "... demonetization.i" + @echo "... demonetization.s" + @echo "... hamming_distance.o" + @echo "... hamming_distance.i" + @echo "... hamming_distance.s" + @echo "... lexicographic_permutations.o" + @echo "... lexicographic_permutations.i" + @echo "... lexicographic_permutations.s" + @echo "... longest_subsequence.o" + @echo "... longest_subsequence.i" + @echo "... longest_subsequence.s" + @echo "... mcnaughton_yamada_thompson.o" + @echo "... mcnaughton_yamada_thompson.i" + @echo "... mcnaughton_yamada_thompson.s" + @echo "... mirror.o" + @echo "... mirror.i" + @echo "... mirror.s" + @echo "... pid.o" + @echo "... pid.i" + @echo "... pid.s" + @echo "... poly_add.o" + @echo "... poly_add.i" + @echo "... poly_add.s" + @echo "... postfix_evaluation.o" + @echo "... postfix_evaluation.i" + @echo "... postfix_evaluation.s" + @echo "... quartile.o" + @echo "... quartile.i" + @echo "... quartile.s" + @echo "... rselect.o" + @echo "... rselect.i" + @echo "... rselect.s" + @echo "... run_length_encoding.o" + @echo "... run_length_encoding.i" + @echo "... run_length_encoding.s" + @echo "... shunting_yard.o" + @echo "... shunting_yard.i" + @echo "... shunting_yard.s" + @echo "... sudoku_solver.o" + @echo "... sudoku_solver.i" + @echo "... sudoku_solver.s" + @echo "... tower_of_hanoi.o" + @echo "... tower_of_hanoi.i" + @echo "... tower_of_hanoi.s" + @echo "... union_find.o" + @echo "... union_find.i" + @echo "... union_find.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/misc/cmake_install.cmake b/misc/cmake_install.cmake new file mode 100644 index 0000000000..fd5d39bd4f --- /dev/null +++ b/misc/cmake_install.cmake @@ -0,0 +1,269 @@ +# Install script for directory: /Users/jesperolsen/development/C/misc + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/demonetization") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/demonetization" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/demonetization") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/demonetization") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/demonetization.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/hamming_distance") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/hamming_distance" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/hamming_distance") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/hamming_distance") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/hamming_distance.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/lexicographic_permutations") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/lexicographic_permutations" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/lexicographic_permutations") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/lexicographic_permutations") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/lexicographic_permutations.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/longest_subsequence") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/longest_subsequence" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/longest_subsequence") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/longest_subsequence") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/longest_subsequence.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/mcnaughton_yamada_thompson") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/mcnaughton_yamada_thompson" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/mcnaughton_yamada_thompson") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/mcnaughton_yamada_thompson") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/mcnaughton_yamada_thompson.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/mirror") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/mirror" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/mirror") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/mirror") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/mirror.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/pid") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/pid" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/pid") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/pid") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/pid.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/poly_add") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/poly_add" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/poly_add") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/poly_add") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/poly_add.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/postfix_evaluation") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/postfix_evaluation" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/postfix_evaluation") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/postfix_evaluation") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/postfix_evaluation.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/quartile") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/quartile" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/quartile") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/quartile") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/quartile.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/rselect") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/rselect" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/rselect") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/rselect") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/rselect.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/run_length_encoding") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/run_length_encoding" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/run_length_encoding") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/run_length_encoding") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/run_length_encoding.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/shunting_yard") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/shunting_yard" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/shunting_yard") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/shunting_yard") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/shunting_yard.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/sudoku_solver") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/sudoku_solver" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/sudoku_solver") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/sudoku_solver") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/sudoku_solver.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/tower_of_hanoi") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/tower_of_hanoi" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/tower_of_hanoi") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/tower_of_hanoi") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/tower_of_hanoi.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/misc" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/misc/union_find") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/union_find" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/union_find") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/misc/union_find") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/misc/CMakeFiles/union_find.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/misc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/misc/demonetization b/misc/demonetization new file mode 100755 index 0000000000..e7ed4caf0f Binary files /dev/null and b/misc/demonetization differ diff --git a/misc/hamming_distance b/misc/hamming_distance new file mode 100755 index 0000000000..f8d257b0e2 Binary files /dev/null and b/misc/hamming_distance differ diff --git a/misc/lexicographic_permutations b/misc/lexicographic_permutations new file mode 100755 index 0000000000..d4fa9d8d37 Binary files /dev/null and b/misc/lexicographic_permutations differ diff --git a/misc/longest_subsequence b/misc/longest_subsequence new file mode 100755 index 0000000000..8f29ad0e20 Binary files /dev/null and b/misc/longest_subsequence differ diff --git a/misc/mcnaughton_yamada_thompson b/misc/mcnaughton_yamada_thompson new file mode 100755 index 0000000000..726906b33b Binary files /dev/null and b/misc/mcnaughton_yamada_thompson differ diff --git a/misc/mirror b/misc/mirror new file mode 100755 index 0000000000..42f3b08046 Binary files /dev/null and b/misc/mirror differ diff --git a/misc/pid b/misc/pid new file mode 100755 index 0000000000..d8512f8966 Binary files /dev/null and b/misc/pid differ diff --git a/misc/poly_add b/misc/poly_add new file mode 100755 index 0000000000..a1bb8a444a Binary files /dev/null and b/misc/poly_add differ diff --git a/misc/postfix_evaluation b/misc/postfix_evaluation new file mode 100755 index 0000000000..f53053ba2d Binary files /dev/null and b/misc/postfix_evaluation differ diff --git a/misc/quartile b/misc/quartile new file mode 100755 index 0000000000..85fc34b7d0 Binary files /dev/null and b/misc/quartile differ diff --git a/misc/rselect b/misc/rselect new file mode 100755 index 0000000000..e4f16c9722 Binary files /dev/null and b/misc/rselect differ diff --git a/misc/run_length_encoding b/misc/run_length_encoding new file mode 100755 index 0000000000..7e665b975b Binary files /dev/null and b/misc/run_length_encoding differ diff --git a/misc/shunting_yard b/misc/shunting_yard new file mode 100755 index 0000000000..7f5b58e552 Binary files /dev/null and b/misc/shunting_yard differ diff --git a/misc/sudoku_solver b/misc/sudoku_solver new file mode 100755 index 0000000000..09d0f7a173 Binary files /dev/null and b/misc/sudoku_solver differ diff --git a/misc/tower_of_hanoi b/misc/tower_of_hanoi new file mode 100755 index 0000000000..af4b6e070d Binary files /dev/null and b/misc/tower_of_hanoi differ diff --git a/misc/union_find b/misc/union_find new file mode 100755 index 0000000000..6e586f395d Binary files /dev/null and b/misc/union_find differ diff --git a/numerical_methods/CMakeFiles/CMakeDirectoryInformation.cmake b/numerical_methods/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/numerical_methods/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/bisection_method.dir/DependInfo.cmake new file mode 100644 index 0000000000..52c59452fb --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/bisection_method.c" "numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o" "gcc" "numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o b/numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o new file mode 100644 index 0000000000..e7d189a209 Binary files /dev/null and b/numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o differ diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o.d b/numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o.d new file mode 100644 index 0000000000..682aea50d8 --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o.d @@ -0,0 +1,45 @@ +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/bisection_method.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/build.make b/numerical_methods/CMakeFiles/bisection_method.dir/build.make new file mode 100644 index 0000000000..823b9e1fb0 --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/bisection_method.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/bisection_method.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/bisection_method.dir/flags.make + +numerical_methods/CMakeFiles/bisection_method.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/codegen + +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o: numerical_methods/CMakeFiles/bisection_method.dir/flags.make +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o: numerical_methods/bisection_method.c +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o: numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o -MF CMakeFiles/bisection_method.dir/bisection_method.c.o.d -o CMakeFiles/bisection_method.dir/bisection_method.c.o -c /Users/jesperolsen/development/C/numerical_methods/bisection_method.c + +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bisection_method.dir/bisection_method.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/bisection_method.c > CMakeFiles/bisection_method.dir/bisection_method.c.i + +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bisection_method.dir/bisection_method.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/bisection_method.c -o CMakeFiles/bisection_method.dir/bisection_method.c.s + +# Object files for target bisection_method +bisection_method_OBJECTS = \ +"CMakeFiles/bisection_method.dir/bisection_method.c.o" + +# External object files for target bisection_method +bisection_method_EXTERNAL_OBJECTS = + +numerical_methods/bisection_method: numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o +numerical_methods/bisection_method: numerical_methods/CMakeFiles/bisection_method.dir/build.make +numerical_methods/bisection_method: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/bisection_method: numerical_methods/CMakeFiles/bisection_method.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bisection_method" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bisection_method.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/bisection_method.dir/build: numerical_methods/bisection_method +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/build + +numerical_methods/CMakeFiles/bisection_method.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/bisection_method.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/clean + +numerical_methods/CMakeFiles/bisection_method.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/bisection_method.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/depend + diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/bisection_method.dir/cmake_clean.cmake new file mode 100644 index 0000000000..52c972eea3 --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/bisection_method.dir/bisection_method.c.o" + "CMakeFiles/bisection_method.dir/bisection_method.c.o.d" + "bisection_method" + "bisection_method.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/bisection_method.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.internal new file mode 100644 index 0000000000..5bcc93d349 --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.internal @@ -0,0 +1,49 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o + /Users/jesperolsen/development/C/numerical_methods/bisection_method.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.make b/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.make new file mode 100644 index 0000000000..769ea298ca --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o: numerical_methods/bisection_method.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +numerical_methods/bisection_method.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.ts new file mode 100644 index 0000000000..2415e3345c --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for bisection_method. diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/depend.make b/numerical_methods/CMakeFiles/bisection_method.dir/depend.make new file mode 100644 index 0000000000..a4da7cbeea --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for bisection_method. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/flags.make b/numerical_methods/CMakeFiles/bisection_method.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/link.txt b/numerical_methods/CMakeFiles/bisection_method.dir/link.txt new file mode 100644 index 0000000000..f90636327d --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bisection_method.dir/bisection_method.c.o -o bisection_method /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/bisection_method.dir/progress.make b/numerical_methods/CMakeFiles/bisection_method.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/bisection_method.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/DependInfo.cmake new file mode 100644 index 0000000000..f7f023b664 --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/durand_kerner_roots.c" "numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o" "gcc" "numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make new file mode 100644 index 0000000000..ca1b61f570 --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/durand_kerner_roots.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/durand_kerner_roots.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/durand_kerner_roots.dir/flags.make + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/codegen + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o: numerical_methods/CMakeFiles/durand_kerner_roots.dir/flags.make +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o: numerical_methods/durand_kerner_roots.c +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o: numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o -MF CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o.d -o CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o -c /Users/jesperolsen/development/C/numerical_methods/durand_kerner_roots.c + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/durand_kerner_roots.c > CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.i + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/durand_kerner_roots.c -o CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.s + +# Object files for target durand_kerner_roots +durand_kerner_roots_OBJECTS = \ +"CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o" + +# External object files for target durand_kerner_roots +durand_kerner_roots_EXTERNAL_OBJECTS = + +numerical_methods/durand_kerner_roots: numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o +numerical_methods/durand_kerner_roots: numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make +numerical_methods/durand_kerner_roots: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/durand_kerner_roots: numerical_methods/CMakeFiles/durand_kerner_roots.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable durand_kerner_roots" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/durand_kerner_roots.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/durand_kerner_roots.dir/build: numerical_methods/durand_kerner_roots +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/build + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/durand_kerner_roots.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/clean + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/durand_kerner_roots.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/depend + diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a71c437897 --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o" + "CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o.d" + "durand_kerner_roots" + "durand_kerner_roots.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/durand_kerner_roots.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.internal new file mode 100644 index 0000000000..0bf6cf573b --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.internal @@ -0,0 +1,111 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o + /Users/jesperolsen/development/C/numerical_methods/durand_kerner_roots.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.make b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.make new file mode 100644 index 0000000000..7d9281e667 --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.make @@ -0,0 +1,322 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o: numerical_methods/durand_kerner_roots.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +numerical_methods/durand_kerner_roots.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.ts new file mode 100644 index 0000000000..e2f59c7af4 --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for durand_kerner_roots. diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/depend.make b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/depend.make new file mode 100644 index 0000000000..cb11020cdc --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for durand_kerner_roots. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o new file mode 100644 index 0000000000..4425b61676 Binary files /dev/null and b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o differ diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o.d b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o.d new file mode 100644 index 0000000000..2e8f0ca559 --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o.d @@ -0,0 +1,107 @@ +numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/durand_kerner_roots.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/flags.make b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/link.txt b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/link.txt new file mode 100644 index 0000000000..6ac24a9ec3 --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o -o durand_kerner_roots /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/durand_kerner_roots.dir/progress.make b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/progress.make new file mode 100644 index 0000000000..649948fa7a --- /dev/null +++ b/numerical_methods/CMakeFiles/durand_kerner_roots.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 18 + diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/gauss_elimination.dir/DependInfo.cmake new file mode 100644 index 0000000000..ed776a67e6 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/gauss_elimination.c" "numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o" "gcc" "numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/build.make b/numerical_methods/CMakeFiles/gauss_elimination.dir/build.make new file mode 100644 index 0000000000..5a899ed798 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/gauss_elimination.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/gauss_elimination.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/gauss_elimination.dir/flags.make + +numerical_methods/CMakeFiles/gauss_elimination.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/codegen + +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o: numerical_methods/CMakeFiles/gauss_elimination.dir/flags.make +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o: numerical_methods/gauss_elimination.c +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o: numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o -MF CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o.d -o CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o -c /Users/jesperolsen/development/C/numerical_methods/gauss_elimination.c + +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/gauss_elimination.dir/gauss_elimination.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/gauss_elimination.c > CMakeFiles/gauss_elimination.dir/gauss_elimination.c.i + +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/gauss_elimination.dir/gauss_elimination.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/gauss_elimination.c -o CMakeFiles/gauss_elimination.dir/gauss_elimination.c.s + +# Object files for target gauss_elimination +gauss_elimination_OBJECTS = \ +"CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o" + +# External object files for target gauss_elimination +gauss_elimination_EXTERNAL_OBJECTS = + +numerical_methods/gauss_elimination: numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o +numerical_methods/gauss_elimination: numerical_methods/CMakeFiles/gauss_elimination.dir/build.make +numerical_methods/gauss_elimination: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/gauss_elimination: numerical_methods/CMakeFiles/gauss_elimination.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable gauss_elimination" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gauss_elimination.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/gauss_elimination.dir/build: numerical_methods/gauss_elimination +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/build + +numerical_methods/CMakeFiles/gauss_elimination.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/gauss_elimination.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/clean + +numerical_methods/CMakeFiles/gauss_elimination.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/gauss_elimination.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/depend + diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/gauss_elimination.dir/cmake_clean.cmake new file mode 100644 index 0000000000..8481f59662 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o" + "CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o.d" + "gauss_elimination" + "gauss_elimination.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/gauss_elimination.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.internal new file mode 100644 index 0000000000..a628e574e3 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o + /Users/jesperolsen/development/C/numerical_methods/gauss_elimination.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.make b/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.make new file mode 100644 index 0000000000..98bcae8e06 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o: numerical_methods/gauss_elimination.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +numerical_methods/gauss_elimination.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.ts new file mode 100644 index 0000000000..23729a0a44 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for gauss_elimination. diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/depend.make b/numerical_methods/CMakeFiles/gauss_elimination.dir/depend.make new file mode 100644 index 0000000000..317fae0222 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gauss_elimination. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/flags.make b/numerical_methods/CMakeFiles/gauss_elimination.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o b/numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o new file mode 100644 index 0000000000..c31090b2d5 Binary files /dev/null and b/numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o differ diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o.d b/numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o.d new file mode 100644 index 0000000000..327264d267 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o.d @@ -0,0 +1,42 @@ +numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/gauss_elimination.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/link.txt b/numerical_methods/CMakeFiles/gauss_elimination.dir/link.txt new file mode 100644 index 0000000000..331cd50554 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o -o gauss_elimination /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/gauss_elimination.dir/progress.make b/numerical_methods/CMakeFiles/gauss_elimination.dir/progress.make new file mode 100644 index 0000000000..4a242352d3 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_elimination.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 24 +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/DependInfo.cmake new file mode 100644 index 0000000000..eea42b2789 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/gauss_seidel_method.c" "numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o" "gcc" "numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make new file mode 100644 index 0000000000..f5d64e2c79 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/gauss_seidel_method.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/gauss_seidel_method.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/gauss_seidel_method.dir/flags.make + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/codegen + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o: numerical_methods/CMakeFiles/gauss_seidel_method.dir/flags.make +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o: numerical_methods/gauss_seidel_method.c +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o: numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o -MF CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o.d -o CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o -c /Users/jesperolsen/development/C/numerical_methods/gauss_seidel_method.c + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/gauss_seidel_method.c > CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.i + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/gauss_seidel_method.c -o CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.s + +# Object files for target gauss_seidel_method +gauss_seidel_method_OBJECTS = \ +"CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o" + +# External object files for target gauss_seidel_method +gauss_seidel_method_EXTERNAL_OBJECTS = + +numerical_methods/gauss_seidel_method: numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o +numerical_methods/gauss_seidel_method: numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make +numerical_methods/gauss_seidel_method: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/gauss_seidel_method: numerical_methods/CMakeFiles/gauss_seidel_method.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable gauss_seidel_method" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gauss_seidel_method.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/gauss_seidel_method.dir/build: numerical_methods/gauss_seidel_method +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/build + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/gauss_seidel_method.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/clean + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/gauss_seidel_method.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/depend + diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1e22d7f011 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o" + "CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o.d" + "gauss_seidel_method" + "gauss_seidel_method.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/gauss_seidel_method.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.internal new file mode 100644 index 0000000000..1aef0e1d38 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o + /Users/jesperolsen/development/C/numerical_methods/gauss_seidel_method.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.make b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.make new file mode 100644 index 0000000000..0d72ba6b6f --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o: numerical_methods/gauss_seidel_method.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +numerical_methods/gauss_seidel_method.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.ts new file mode 100644 index 0000000000..521ad67eca --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for gauss_seidel_method. diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/depend.make b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/depend.make new file mode 100644 index 0000000000..30b9bfbd73 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gauss_seidel_method. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/flags.make b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o new file mode 100644 index 0000000000..583274538f Binary files /dev/null and b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o differ diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o.d b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o.d new file mode 100644 index 0000000000..11cc4a0ef7 --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o.d @@ -0,0 +1,42 @@ +numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/gauss_seidel_method.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/link.txt b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/link.txt new file mode 100644 index 0000000000..9dc0061d4e --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o -o gauss_seidel_method /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/gauss_seidel_method.dir/progress.make b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/progress.make new file mode 100644 index 0000000000..7a776a2abd --- /dev/null +++ b/numerical_methods/CMakeFiles/gauss_seidel_method.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 25 + diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/lagrange_theorem.dir/DependInfo.cmake new file mode 100644 index 0000000000..ed0b02840d --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/lagrange_theorem.c" "numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o" "gcc" "numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make b/numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make new file mode 100644 index 0000000000..546185d60a --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/lagrange_theorem.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/lagrange_theorem.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/lagrange_theorem.dir/flags.make + +numerical_methods/CMakeFiles/lagrange_theorem.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/codegen + +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o: numerical_methods/CMakeFiles/lagrange_theorem.dir/flags.make +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o: numerical_methods/lagrange_theorem.c +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o: numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o -MF CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o.d -o CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o -c /Users/jesperolsen/development/C/numerical_methods/lagrange_theorem.c + +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/lagrange_theorem.c > CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.i + +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/lagrange_theorem.c -o CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.s + +# Object files for target lagrange_theorem +lagrange_theorem_OBJECTS = \ +"CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o" + +# External object files for target lagrange_theorem +lagrange_theorem_EXTERNAL_OBJECTS = + +numerical_methods/lagrange_theorem: numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o +numerical_methods/lagrange_theorem: numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make +numerical_methods/lagrange_theorem: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/lagrange_theorem: numerical_methods/CMakeFiles/lagrange_theorem.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable lagrange_theorem" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lagrange_theorem.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/lagrange_theorem.dir/build: numerical_methods/lagrange_theorem +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/build + +numerical_methods/CMakeFiles/lagrange_theorem.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/lagrange_theorem.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/clean + +numerical_methods/CMakeFiles/lagrange_theorem.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/lagrange_theorem.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/depend + diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/lagrange_theorem.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ba2b772633 --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o" + "CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o.d" + "lagrange_theorem" + "lagrange_theorem.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lagrange_theorem.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.internal new file mode 100644 index 0000000000..2aa660f5e9 --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o + /Users/jesperolsen/development/C/numerical_methods/lagrange_theorem.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.make b/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.make new file mode 100644 index 0000000000..2a8a786eea --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o: numerical_methods/lagrange_theorem.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +numerical_methods/lagrange_theorem.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.ts new file mode 100644 index 0000000000..490fc6b8e0 --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lagrange_theorem. diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/depend.make b/numerical_methods/CMakeFiles/lagrange_theorem.dir/depend.make new file mode 100644 index 0000000000..2739f628a4 --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lagrange_theorem. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/flags.make b/numerical_methods/CMakeFiles/lagrange_theorem.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o b/numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o new file mode 100644 index 0000000000..e8c0dc3e77 Binary files /dev/null and b/numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o differ diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o.d b/numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o.d new file mode 100644 index 0000000000..438a9f1915 --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o.d @@ -0,0 +1,88 @@ +numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/lagrange_theorem.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/link.txt b/numerical_methods/CMakeFiles/lagrange_theorem.dir/link.txt new file mode 100644 index 0000000000..7b09077e09 --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o -o lagrange_theorem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/lagrange_theorem.dir/progress.make b/numerical_methods/CMakeFiles/lagrange_theorem.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/lagrange_theorem.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/lu_decompose.dir/DependInfo.cmake new file mode 100644 index 0000000000..4e6b2395c5 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/lu_decompose.c" "numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o" "gcc" "numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/build.make b/numerical_methods/CMakeFiles/lu_decompose.dir/build.make new file mode 100644 index 0000000000..617ff37583 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/lu_decompose.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/lu_decompose.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/lu_decompose.dir/flags.make + +numerical_methods/CMakeFiles/lu_decompose.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/codegen + +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o: numerical_methods/CMakeFiles/lu_decompose.dir/flags.make +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o: numerical_methods/lu_decompose.c +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o: numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o -MF CMakeFiles/lu_decompose.dir/lu_decompose.c.o.d -o CMakeFiles/lu_decompose.dir/lu_decompose.c.o -c /Users/jesperolsen/development/C/numerical_methods/lu_decompose.c + +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lu_decompose.dir/lu_decompose.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/lu_decompose.c > CMakeFiles/lu_decompose.dir/lu_decompose.c.i + +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lu_decompose.dir/lu_decompose.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/lu_decompose.c -o CMakeFiles/lu_decompose.dir/lu_decompose.c.s + +# Object files for target lu_decompose +lu_decompose_OBJECTS = \ +"CMakeFiles/lu_decompose.dir/lu_decompose.c.o" + +# External object files for target lu_decompose +lu_decompose_EXTERNAL_OBJECTS = + +numerical_methods/lu_decompose: numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o +numerical_methods/lu_decompose: numerical_methods/CMakeFiles/lu_decompose.dir/build.make +numerical_methods/lu_decompose: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/lu_decompose: numerical_methods/CMakeFiles/lu_decompose.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable lu_decompose" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lu_decompose.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/lu_decompose.dir/build: numerical_methods/lu_decompose +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/build + +numerical_methods/CMakeFiles/lu_decompose.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/lu_decompose.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/clean + +numerical_methods/CMakeFiles/lu_decompose.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/lu_decompose.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/depend + diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/lu_decompose.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3536cbe605 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/lu_decompose.dir/lu_decompose.c.o" + "CMakeFiles/lu_decompose.dir/lu_decompose.c.o.d" + "lu_decompose" + "lu_decompose.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lu_decompose.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.internal new file mode 100644 index 0000000000..4681cdf5ea --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o + /Users/jesperolsen/development/C/numerical_methods/lu_decompose.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.make b/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.make new file mode 100644 index 0000000000..cbad3d7c59 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o: numerical_methods/lu_decompose.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +numerical_methods/lu_decompose.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.ts new file mode 100644 index 0000000000..11ee6330f3 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lu_decompose. diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/depend.make b/numerical_methods/CMakeFiles/lu_decompose.dir/depend.make new file mode 100644 index 0000000000..228d9036f9 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lu_decompose. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/flags.make b/numerical_methods/CMakeFiles/lu_decompose.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/link.txt b/numerical_methods/CMakeFiles/lu_decompose.dir/link.txt new file mode 100644 index 0000000000..f051726dd9 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lu_decompose.dir/lu_decompose.c.o -o lu_decompose /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o b/numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o new file mode 100644 index 0000000000..8320d3bfb0 Binary files /dev/null and b/numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o differ diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o.d b/numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o.d new file mode 100644 index 0000000000..393272da0e --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o.d @@ -0,0 +1,92 @@ +numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/lu_decompose.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/numerical_methods/CMakeFiles/lu_decompose.dir/progress.make b/numerical_methods/CMakeFiles/lu_decompose.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/lu_decompose.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/mean.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/mean.dir/DependInfo.cmake new file mode 100644 index 0000000000..bab2e17c65 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/mean.c" "numerical_methods/CMakeFiles/mean.dir/mean.c.o" "gcc" "numerical_methods/CMakeFiles/mean.dir/mean.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/mean.dir/build.make b/numerical_methods/CMakeFiles/mean.dir/build.make new file mode 100644 index 0000000000..122d6131b7 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/mean.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/mean.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/mean.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/mean.dir/flags.make + +numerical_methods/CMakeFiles/mean.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/mean.dir/codegen + +numerical_methods/CMakeFiles/mean.dir/mean.c.o: numerical_methods/CMakeFiles/mean.dir/flags.make +numerical_methods/CMakeFiles/mean.dir/mean.c.o: numerical_methods/mean.c +numerical_methods/CMakeFiles/mean.dir/mean.c.o: numerical_methods/CMakeFiles/mean.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/mean.dir/mean.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/mean.dir/mean.c.o -MF CMakeFiles/mean.dir/mean.c.o.d -o CMakeFiles/mean.dir/mean.c.o -c /Users/jesperolsen/development/C/numerical_methods/mean.c + +numerical_methods/CMakeFiles/mean.dir/mean.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mean.dir/mean.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/mean.c > CMakeFiles/mean.dir/mean.c.i + +numerical_methods/CMakeFiles/mean.dir/mean.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mean.dir/mean.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/mean.c -o CMakeFiles/mean.dir/mean.c.s + +# Object files for target mean +mean_OBJECTS = \ +"CMakeFiles/mean.dir/mean.c.o" + +# External object files for target mean +mean_EXTERNAL_OBJECTS = + +numerical_methods/mean: numerical_methods/CMakeFiles/mean.dir/mean.c.o +numerical_methods/mean: numerical_methods/CMakeFiles/mean.dir/build.make +numerical_methods/mean: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/mean: numerical_methods/CMakeFiles/mean.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable mean" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mean.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/mean.dir/build: numerical_methods/mean +.PHONY : numerical_methods/CMakeFiles/mean.dir/build + +numerical_methods/CMakeFiles/mean.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/mean.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/mean.dir/clean + +numerical_methods/CMakeFiles/mean.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/mean.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/mean.dir/depend + diff --git a/numerical_methods/CMakeFiles/mean.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/mean.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ccfe07e211 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/mean.dir/mean.c.o" + "CMakeFiles/mean.dir/mean.c.o.d" + "mean" + "mean.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/mean.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/mean.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/mean.dir/compiler_depend.internal new file mode 100644 index 0000000000..827fd0c550 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/compiler_depend.internal @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/mean.dir/mean.c.o + /Users/jesperolsen/development/C/numerical_methods/mean.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/numerical_methods/CMakeFiles/mean.dir/compiler_depend.make b/numerical_methods/CMakeFiles/mean.dir/compiler_depend.make new file mode 100644 index 0000000000..fb14103ca8 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/compiler_depend.make @@ -0,0 +1,283 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/mean.dir/mean.c.o: numerical_methods/mean.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +numerical_methods/mean.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: diff --git a/numerical_methods/CMakeFiles/mean.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/mean.dir/compiler_depend.ts new file mode 100644 index 0000000000..b1a679f91e --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for mean. diff --git a/numerical_methods/CMakeFiles/mean.dir/depend.make b/numerical_methods/CMakeFiles/mean.dir/depend.make new file mode 100644 index 0000000000..73f2b7981b --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for mean. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/mean.dir/flags.make b/numerical_methods/CMakeFiles/mean.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/mean.dir/link.txt b/numerical_methods/CMakeFiles/mean.dir/link.txt new file mode 100644 index 0000000000..15fe610104 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/mean.dir/mean.c.o -o mean /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/mean.dir/mean.c.o b/numerical_methods/CMakeFiles/mean.dir/mean.c.o new file mode 100644 index 0000000000..bc5d9148f0 Binary files /dev/null and b/numerical_methods/CMakeFiles/mean.dir/mean.c.o differ diff --git a/numerical_methods/CMakeFiles/mean.dir/mean.c.o.d b/numerical_methods/CMakeFiles/mean.dir/mean.c.o.d new file mode 100644 index 0000000000..a42cd3a4d0 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/mean.c.o.d @@ -0,0 +1,94 @@ +numerical_methods/CMakeFiles/mean.dir/mean.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/mean.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/numerical_methods/CMakeFiles/mean.dir/progress.make b/numerical_methods/CMakeFiles/mean.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/mean.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/median.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/median.dir/DependInfo.cmake new file mode 100644 index 0000000000..b0ff894ac1 --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/median.c" "numerical_methods/CMakeFiles/median.dir/median.c.o" "gcc" "numerical_methods/CMakeFiles/median.dir/median.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/median.dir/build.make b/numerical_methods/CMakeFiles/median.dir/build.make new file mode 100644 index 0000000000..9d18c5cede --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/median.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/median.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/median.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/median.dir/flags.make + +numerical_methods/CMakeFiles/median.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/median.dir/codegen + +numerical_methods/CMakeFiles/median.dir/median.c.o: numerical_methods/CMakeFiles/median.dir/flags.make +numerical_methods/CMakeFiles/median.dir/median.c.o: numerical_methods/median.c +numerical_methods/CMakeFiles/median.dir/median.c.o: numerical_methods/CMakeFiles/median.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/median.dir/median.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/median.dir/median.c.o -MF CMakeFiles/median.dir/median.c.o.d -o CMakeFiles/median.dir/median.c.o -c /Users/jesperolsen/development/C/numerical_methods/median.c + +numerical_methods/CMakeFiles/median.dir/median.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/median.dir/median.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/median.c > CMakeFiles/median.dir/median.c.i + +numerical_methods/CMakeFiles/median.dir/median.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/median.dir/median.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/median.c -o CMakeFiles/median.dir/median.c.s + +# Object files for target median +median_OBJECTS = \ +"CMakeFiles/median.dir/median.c.o" + +# External object files for target median +median_EXTERNAL_OBJECTS = + +numerical_methods/median: numerical_methods/CMakeFiles/median.dir/median.c.o +numerical_methods/median: numerical_methods/CMakeFiles/median.dir/build.make +numerical_methods/median: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/median: numerical_methods/CMakeFiles/median.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable median" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/median.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/median.dir/build: numerical_methods/median +.PHONY : numerical_methods/CMakeFiles/median.dir/build + +numerical_methods/CMakeFiles/median.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/median.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/median.dir/clean + +numerical_methods/CMakeFiles/median.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/median.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/median.dir/depend + diff --git a/numerical_methods/CMakeFiles/median.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/median.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9578a87fcb --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/median.dir/median.c.o" + "CMakeFiles/median.dir/median.c.o.d" + "median" + "median.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/median.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/median.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/median.dir/compiler_depend.internal new file mode 100644 index 0000000000..10e0cc8632 --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/median.dir/median.c.o + /Users/jesperolsen/development/C/numerical_methods/median.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/numerical_methods/CMakeFiles/median.dir/compiler_depend.make b/numerical_methods/CMakeFiles/median.dir/compiler_depend.make new file mode 100644 index 0000000000..5a277cd99c --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/median.dir/median.c.o: numerical_methods/median.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +numerical_methods/median.c: diff --git a/numerical_methods/CMakeFiles/median.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/median.dir/compiler_depend.ts new file mode 100644 index 0000000000..b674645011 --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for median. diff --git a/numerical_methods/CMakeFiles/median.dir/depend.make b/numerical_methods/CMakeFiles/median.dir/depend.make new file mode 100644 index 0000000000..08eedd23f4 --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for median. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/median.dir/flags.make b/numerical_methods/CMakeFiles/median.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/median.dir/link.txt b/numerical_methods/CMakeFiles/median.dir/link.txt new file mode 100644 index 0000000000..9d7023e3d1 --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/median.dir/median.c.o -o median /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/median.dir/median.c.o b/numerical_methods/CMakeFiles/median.dir/median.c.o new file mode 100644 index 0000000000..c248d9ab5d Binary files /dev/null and b/numerical_methods/CMakeFiles/median.dir/median.c.o differ diff --git a/numerical_methods/CMakeFiles/median.dir/median.c.o.d b/numerical_methods/CMakeFiles/median.dir/median.c.o.d new file mode 100644 index 0000000000..f6d415b248 --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/median.c.o.d @@ -0,0 +1,88 @@ +numerical_methods/CMakeFiles/median.dir/median.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/median.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/numerical_methods/CMakeFiles/median.dir/progress.make b/numerical_methods/CMakeFiles/median.dir/progress.make new file mode 100644 index 0000000000..f18f1bf521 --- /dev/null +++ b/numerical_methods/CMakeFiles/median.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 45 +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/newton_raphson_root.dir/DependInfo.cmake new file mode 100644 index 0000000000..bdff6b3d1c --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/newton_raphson_root.c" "numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o" "gcc" "numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make b/numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make new file mode 100644 index 0000000000..6cf83f99a8 --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/newton_raphson_root.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/newton_raphson_root.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/newton_raphson_root.dir/flags.make + +numerical_methods/CMakeFiles/newton_raphson_root.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/codegen + +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o: numerical_methods/CMakeFiles/newton_raphson_root.dir/flags.make +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o: numerical_methods/newton_raphson_root.c +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o: numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o -MF CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o.d -o CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o -c /Users/jesperolsen/development/C/numerical_methods/newton_raphson_root.c + +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/newton_raphson_root.c > CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.i + +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/newton_raphson_root.c -o CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.s + +# Object files for target newton_raphson_root +newton_raphson_root_OBJECTS = \ +"CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o" + +# External object files for target newton_raphson_root +newton_raphson_root_EXTERNAL_OBJECTS = + +numerical_methods/newton_raphson_root: numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o +numerical_methods/newton_raphson_root: numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make +numerical_methods/newton_raphson_root: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/newton_raphson_root: numerical_methods/CMakeFiles/newton_raphson_root.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable newton_raphson_root" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/newton_raphson_root.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/newton_raphson_root.dir/build: numerical_methods/newton_raphson_root +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/build + +numerical_methods/CMakeFiles/newton_raphson_root.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/newton_raphson_root.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/clean + +numerical_methods/CMakeFiles/newton_raphson_root.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/newton_raphson_root.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/depend + diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/newton_raphson_root.dir/cmake_clean.cmake new file mode 100644 index 0000000000..5237a4e3f4 --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o" + "CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o.d" + "newton_raphson_root" + "newton_raphson_root.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/newton_raphson_root.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.internal new file mode 100644 index 0000000000..c65f86d099 --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.internal @@ -0,0 +1,104 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o + /Users/jesperolsen/development/C/numerical_methods/newton_raphson_root.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.make b/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.make new file mode 100644 index 0000000000..5cc5e68129 --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.make @@ -0,0 +1,301 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o: numerical_methods/newton_raphson_root.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h: + +numerical_methods/newton_raphson_root.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.ts new file mode 100644 index 0000000000..a9acc5806b --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for newton_raphson_root. diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/depend.make b/numerical_methods/CMakeFiles/newton_raphson_root.dir/depend.make new file mode 100644 index 0000000000..dfb61f0458 --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for newton_raphson_root. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/flags.make b/numerical_methods/CMakeFiles/newton_raphson_root.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/link.txt b/numerical_methods/CMakeFiles/newton_raphson_root.dir/link.txt new file mode 100644 index 0000000000..1562648418 --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o -o newton_raphson_root /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o b/numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o new file mode 100644 index 0000000000..610addf615 Binary files /dev/null and b/numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o differ diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o.d b/numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o.d new file mode 100644 index 0000000000..c5a216f43f --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o.d @@ -0,0 +1,100 @@ +numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/newton_raphson_root.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/complex.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_limits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/syslimits.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/numerical_methods/CMakeFiles/newton_raphson_root.dir/progress.make b/numerical_methods/CMakeFiles/newton_raphson_root.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/newton_raphson_root.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/ode_forward_euler.dir/DependInfo.cmake new file mode 100644 index 0000000000..136849ac3c --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/ode_forward_euler.c" "numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o" "gcc" "numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make b/numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make new file mode 100644 index 0000000000..da564390f9 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/ode_forward_euler.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/ode_forward_euler.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/ode_forward_euler.dir/flags.make + +numerical_methods/CMakeFiles/ode_forward_euler.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/codegen + +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o: numerical_methods/CMakeFiles/ode_forward_euler.dir/flags.make +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o: numerical_methods/ode_forward_euler.c +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o: numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o -MF CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o.d -o CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o -c /Users/jesperolsen/development/C/numerical_methods/ode_forward_euler.c + +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/ode_forward_euler.c > CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.i + +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/ode_forward_euler.c -o CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.s + +# Object files for target ode_forward_euler +ode_forward_euler_OBJECTS = \ +"CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o" + +# External object files for target ode_forward_euler +ode_forward_euler_EXTERNAL_OBJECTS = + +numerical_methods/ode_forward_euler: numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o +numerical_methods/ode_forward_euler: numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make +numerical_methods/ode_forward_euler: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/ode_forward_euler: numerical_methods/CMakeFiles/ode_forward_euler.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ode_forward_euler" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ode_forward_euler.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/ode_forward_euler.dir/build: numerical_methods/ode_forward_euler +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/build + +numerical_methods/CMakeFiles/ode_forward_euler.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/ode_forward_euler.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/clean + +numerical_methods/CMakeFiles/ode_forward_euler.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_forward_euler.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/depend + diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/ode_forward_euler.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9017d15083 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o" + "CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o.d" + "ode_forward_euler" + "ode_forward_euler.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/ode_forward_euler.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.internal new file mode 100644 index 0000000000..f44a67049a --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.internal @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o + /Users/jesperolsen/development/C/numerical_methods/ode_forward_euler.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.make b/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.make new file mode 100644 index 0000000000..bf0040c8ec --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.make @@ -0,0 +1,280 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o: numerical_methods/ode_forward_euler.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +numerical_methods/ode_forward_euler.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.ts new file mode 100644 index 0000000000..1f5762b1e6 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for ode_forward_euler. diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/depend.make b/numerical_methods/CMakeFiles/ode_forward_euler.dir/depend.make new file mode 100644 index 0000000000..3f5dbb463e --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ode_forward_euler. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/flags.make b/numerical_methods/CMakeFiles/ode_forward_euler.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/link.txt b/numerical_methods/CMakeFiles/ode_forward_euler.dir/link.txt new file mode 100644 index 0000000000..8d9ae9a023 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o -o ode_forward_euler /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o b/numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o new file mode 100644 index 0000000000..33bfdccde7 Binary files /dev/null and b/numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o differ diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o.d b/numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o.d new file mode 100644 index 0000000000..b18fbc96b4 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o.d @@ -0,0 +1,93 @@ +numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/ode_forward_euler.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/numerical_methods/CMakeFiles/ode_forward_euler.dir/progress.make b/numerical_methods/CMakeFiles/ode_forward_euler.dir/progress.make new file mode 100644 index 0000000000..da69ae6cce --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_forward_euler.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 52 + diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/DependInfo.cmake new file mode 100644 index 0000000000..47e33874a4 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/ode_midpoint_euler.c" "numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o" "gcc" "numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make new file mode 100644 index 0000000000..e26818b2d2 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/ode_midpoint_euler.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/ode_midpoint_euler.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/ode_midpoint_euler.dir/flags.make + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/codegen + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/flags.make +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o: numerical_methods/ode_midpoint_euler.c +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o -MF CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o.d -o CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o -c /Users/jesperolsen/development/C/numerical_methods/ode_midpoint_euler.c + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/ode_midpoint_euler.c > CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.i + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/ode_midpoint_euler.c -o CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.s + +# Object files for target ode_midpoint_euler +ode_midpoint_euler_OBJECTS = \ +"CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o" + +# External object files for target ode_midpoint_euler +ode_midpoint_euler_EXTERNAL_OBJECTS = + +numerical_methods/ode_midpoint_euler: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o +numerical_methods/ode_midpoint_euler: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make +numerical_methods/ode_midpoint_euler: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/ode_midpoint_euler: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ode_midpoint_euler" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ode_midpoint_euler.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build: numerical_methods/ode_midpoint_euler +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/ode_midpoint_euler.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/clean + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/depend + diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/cmake_clean.cmake new file mode 100644 index 0000000000..0c44369221 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o" + "CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o.d" + "ode_midpoint_euler" + "ode_midpoint_euler.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/ode_midpoint_euler.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.internal new file mode 100644 index 0000000000..ec99da0018 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.internal @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o + /Users/jesperolsen/development/C/numerical_methods/ode_midpoint_euler.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.make b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.make new file mode 100644 index 0000000000..10d510628c --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.make @@ -0,0 +1,280 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o: numerical_methods/ode_midpoint_euler.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +numerical_methods/ode_midpoint_euler.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.ts new file mode 100644 index 0000000000..dcc4bee7da --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for ode_midpoint_euler. diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/depend.make b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/depend.make new file mode 100644 index 0000000000..37a2153b13 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ode_midpoint_euler. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/flags.make b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/link.txt b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/link.txt new file mode 100644 index 0000000000..3101e1f65e --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o -o ode_midpoint_euler /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o new file mode 100644 index 0000000000..1850af304a Binary files /dev/null and b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o differ diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o.d b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o.d new file mode 100644 index 0000000000..7ef7740938 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o.d @@ -0,0 +1,93 @@ +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/ode_midpoint_euler.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/progress.make b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/DependInfo.cmake new file mode 100644 index 0000000000..4bf4ca77de --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/ode_semi_implicit_euler.c" "numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o" "gcc" "numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make new file mode 100644 index 0000000000..3d5af1a91d --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/flags.make + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/codegen + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/flags.make +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o: numerical_methods/ode_semi_implicit_euler.c +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o -MF CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o.d -o CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o -c /Users/jesperolsen/development/C/numerical_methods/ode_semi_implicit_euler.c + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/ode_semi_implicit_euler.c > CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.i + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/ode_semi_implicit_euler.c -o CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.s + +# Object files for target ode_semi_implicit_euler +ode_semi_implicit_euler_OBJECTS = \ +"CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o" + +# External object files for target ode_semi_implicit_euler +ode_semi_implicit_euler_EXTERNAL_OBJECTS = + +numerical_methods/ode_semi_implicit_euler: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o +numerical_methods/ode_semi_implicit_euler: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make +numerical_methods/ode_semi_implicit_euler: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/ode_semi_implicit_euler: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ode_semi_implicit_euler" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ode_semi_implicit_euler.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build: numerical_methods/ode_semi_implicit_euler +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/ode_semi_implicit_euler.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/clean + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/depend + diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c51f07693b --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o" + "CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o.d" + "ode_semi_implicit_euler" + "ode_semi_implicit_euler.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/ode_semi_implicit_euler.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.internal new file mode 100644 index 0000000000..c70b7171b7 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.internal @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o + /Users/jesperolsen/development/C/numerical_methods/ode_semi_implicit_euler.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.make b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.make new file mode 100644 index 0000000000..f5bd615cb9 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.make @@ -0,0 +1,280 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o: numerical_methods/ode_semi_implicit_euler.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +numerical_methods/ode_semi_implicit_euler.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.ts new file mode 100644 index 0000000000..578f4b87e5 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for ode_semi_implicit_euler. diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/depend.make b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/depend.make new file mode 100644 index 0000000000..9888ed907c --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ode_semi_implicit_euler. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/flags.make b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/link.txt b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/link.txt new file mode 100644 index 0000000000..dcfb7d50ad --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o -o ode_semi_implicit_euler /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o new file mode 100644 index 0000000000..6a3cce41eb Binary files /dev/null and b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o differ diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o.d b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o.d new file mode 100644 index 0000000000..0c24c64e04 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o.d @@ -0,0 +1,93 @@ +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/ode_semi_implicit_euler.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/progress.make b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/progress.make new file mode 100644 index 0000000000..356049e7d8 --- /dev/null +++ b/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 53 + diff --git a/numerical_methods/CMakeFiles/progress.marks b/numerical_methods/CMakeFiles/progress.marks new file mode 100644 index 0000000000..f599e28b8a --- /dev/null +++ b/numerical_methods/CMakeFiles/progress.marks @@ -0,0 +1 @@ +10 diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/qr_decomposition.dir/DependInfo.cmake new file mode 100644 index 0000000000..91fb592212 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/qr_decomposition.c" "numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o" "gcc" "numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/build.make b/numerical_methods/CMakeFiles/qr_decomposition.dir/build.make new file mode 100644 index 0000000000..9f9c66866b --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/qr_decomposition.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/qr_decomposition.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/qr_decomposition.dir/flags.make + +numerical_methods/CMakeFiles/qr_decomposition.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/codegen + +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o: numerical_methods/CMakeFiles/qr_decomposition.dir/flags.make +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o: numerical_methods/qr_decomposition.c +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o: numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o -MF CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o.d -o CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o -c /Users/jesperolsen/development/C/numerical_methods/qr_decomposition.c + +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/qr_decomposition.dir/qr_decomposition.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/qr_decomposition.c > CMakeFiles/qr_decomposition.dir/qr_decomposition.c.i + +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/qr_decomposition.dir/qr_decomposition.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/qr_decomposition.c -o CMakeFiles/qr_decomposition.dir/qr_decomposition.c.s + +# Object files for target qr_decomposition +qr_decomposition_OBJECTS = \ +"CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o" + +# External object files for target qr_decomposition +qr_decomposition_EXTERNAL_OBJECTS = + +numerical_methods/qr_decomposition: numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o +numerical_methods/qr_decomposition: numerical_methods/CMakeFiles/qr_decomposition.dir/build.make +numerical_methods/qr_decomposition: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/qr_decomposition: numerical_methods/CMakeFiles/qr_decomposition.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable qr_decomposition" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/qr_decomposition.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/qr_decomposition.dir/build: numerical_methods/qr_decomposition +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/build + +numerical_methods/CMakeFiles/qr_decomposition.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/qr_decomposition.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/clean + +numerical_methods/CMakeFiles/qr_decomposition.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/qr_decomposition.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/depend + diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/qr_decomposition.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a845553b7d --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o" + "CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o.d" + "qr_decomposition" + "qr_decomposition.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/qr_decomposition.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.internal new file mode 100644 index 0000000000..456c244dd7 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.internal @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o + /Users/jesperolsen/development/C/numerical_methods/qr_decomposition.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + /Users/jesperolsen/development/C/numerical_methods/qr_decompose.h + diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.make b/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.make new file mode 100644 index 0000000000..0d5aa5eeb1 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.make @@ -0,0 +1,283 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o: numerical_methods/qr_decomposition.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + numerical_methods/qr_decompose.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +numerical_methods/qr_decompose.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +numerical_methods/qr_decomposition.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.ts new file mode 100644 index 0000000000..d65335e525 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for qr_decomposition. diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/depend.make b/numerical_methods/CMakeFiles/qr_decomposition.dir/depend.make new file mode 100644 index 0000000000..9bdc909e71 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for qr_decomposition. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/flags.make b/numerical_methods/CMakeFiles/qr_decomposition.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/link.txt b/numerical_methods/CMakeFiles/qr_decomposition.dir/link.txt new file mode 100644 index 0000000000..3aaa961ec0 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o -o qr_decomposition /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/progress.make b/numerical_methods/CMakeFiles/qr_decomposition.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o b/numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o new file mode 100644 index 0000000000..9748c7bf9d Binary files /dev/null and b/numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o differ diff --git a/numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o.d b/numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o.d new file mode 100644 index 0000000000..2b4f802d8d --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o.d @@ -0,0 +1,94 @@ +numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/qr_decomposition.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Users/jesperolsen/development/C/numerical_methods/qr_decompose.h diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/qr_eigen_values.dir/DependInfo.cmake new file mode 100644 index 0000000000..3764b1ee17 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/qr_eigen_values.c" "numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o" "gcc" "numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make b/numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make new file mode 100644 index 0000000000..1ea858faef --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/qr_eigen_values.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/qr_eigen_values.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/qr_eigen_values.dir/flags.make + +numerical_methods/CMakeFiles/qr_eigen_values.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/codegen + +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o: numerical_methods/CMakeFiles/qr_eigen_values.dir/flags.make +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o: numerical_methods/qr_eigen_values.c +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o: numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o -MF CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o.d -o CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o -c /Users/jesperolsen/development/C/numerical_methods/qr_eigen_values.c + +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/qr_eigen_values.c > CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.i + +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/qr_eigen_values.c -o CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.s + +# Object files for target qr_eigen_values +qr_eigen_values_OBJECTS = \ +"CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o" + +# External object files for target qr_eigen_values +qr_eigen_values_EXTERNAL_OBJECTS = + +numerical_methods/qr_eigen_values: numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o +numerical_methods/qr_eigen_values: numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make +numerical_methods/qr_eigen_values: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/qr_eigen_values: numerical_methods/CMakeFiles/qr_eigen_values.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable qr_eigen_values" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/qr_eigen_values.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/qr_eigen_values.dir/build: numerical_methods/qr_eigen_values +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/build + +numerical_methods/CMakeFiles/qr_eigen_values.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/qr_eigen_values.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/clean + +numerical_methods/CMakeFiles/qr_eigen_values.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/qr_eigen_values.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/depend + diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/qr_eigen_values.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d9ffacb520 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o" + "CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o.d" + "qr_eigen_values" + "qr_eigen_values.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/qr_eigen_values.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.internal new file mode 100644 index 0000000000..97d15225d6 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.internal @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o + /Users/jesperolsen/development/C/numerical_methods/qr_eigen_values.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + /Users/jesperolsen/development/C/numerical_methods/qr_decompose.h + diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.make b/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.make new file mode 100644 index 0000000000..da5e962b56 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o: numerical_methods/qr_eigen_values.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + numerical_methods/qr_decompose.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +numerical_methods/qr_decompose.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +numerical_methods/qr_eigen_values.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.ts new file mode 100644 index 0000000000..cf01cc01d9 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for qr_eigen_values. diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/depend.make b/numerical_methods/CMakeFiles/qr_eigen_values.dir/depend.make new file mode 100644 index 0000000000..35bcfe7bd8 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for qr_eigen_values. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/flags.make b/numerical_methods/CMakeFiles/qr_eigen_values.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/link.txt b/numerical_methods/CMakeFiles/qr_eigen_values.dir/link.txt new file mode 100644 index 0000000000..a4361dcb53 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o -o qr_eigen_values /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/progress.make b/numerical_methods/CMakeFiles/qr_eigen_values.dir/progress.make new file mode 100644 index 0000000000..3a909bb566 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 78 + diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o b/numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o new file mode 100644 index 0000000000..5e53ea7b86 Binary files /dev/null and b/numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o differ diff --git a/numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o.d b/numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o.d new file mode 100644 index 0000000000..6aa5862564 --- /dev/null +++ b/numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o.d @@ -0,0 +1,97 @@ +numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/qr_eigen_values.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Users/jesperolsen/development/C/numerical_methods/qr_decompose.h diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/realtime_stats.dir/DependInfo.cmake new file mode 100644 index 0000000000..eb1baf8ba1 --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/realtime_stats.c" "numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o" "gcc" "numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/build.make b/numerical_methods/CMakeFiles/realtime_stats.dir/build.make new file mode 100644 index 0000000000..83e5e8bd95 --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/realtime_stats.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/realtime_stats.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/realtime_stats.dir/flags.make + +numerical_methods/CMakeFiles/realtime_stats.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/codegen + +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o: numerical_methods/CMakeFiles/realtime_stats.dir/flags.make +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o: numerical_methods/realtime_stats.c +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o: numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o -MF CMakeFiles/realtime_stats.dir/realtime_stats.c.o.d -o CMakeFiles/realtime_stats.dir/realtime_stats.c.o -c /Users/jesperolsen/development/C/numerical_methods/realtime_stats.c + +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/realtime_stats.dir/realtime_stats.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/realtime_stats.c > CMakeFiles/realtime_stats.dir/realtime_stats.c.i + +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/realtime_stats.dir/realtime_stats.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/realtime_stats.c -o CMakeFiles/realtime_stats.dir/realtime_stats.c.s + +# Object files for target realtime_stats +realtime_stats_OBJECTS = \ +"CMakeFiles/realtime_stats.dir/realtime_stats.c.o" + +# External object files for target realtime_stats +realtime_stats_EXTERNAL_OBJECTS = + +numerical_methods/realtime_stats: numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o +numerical_methods/realtime_stats: numerical_methods/CMakeFiles/realtime_stats.dir/build.make +numerical_methods/realtime_stats: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/realtime_stats: numerical_methods/CMakeFiles/realtime_stats.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable realtime_stats" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/realtime_stats.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/realtime_stats.dir/build: numerical_methods/realtime_stats +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/build + +numerical_methods/CMakeFiles/realtime_stats.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/realtime_stats.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/clean + +numerical_methods/CMakeFiles/realtime_stats.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/realtime_stats.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/depend + diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/realtime_stats.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c56b0beb6f --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/realtime_stats.dir/realtime_stats.c.o" + "CMakeFiles/realtime_stats.dir/realtime_stats.c.o.d" + "realtime_stats" + "realtime_stats.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/realtime_stats.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.internal new file mode 100644 index 0000000000..0cdbc68097 --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.internal @@ -0,0 +1,49 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o + /Users/jesperolsen/development/C/numerical_methods/realtime_stats.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.make b/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.make new file mode 100644 index 0000000000..47d28f1bdb --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o: numerical_methods/realtime_stats.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +numerical_methods/realtime_stats.c: diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.ts new file mode 100644 index 0000000000..c7bae9238f --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for realtime_stats. diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/depend.make b/numerical_methods/CMakeFiles/realtime_stats.dir/depend.make new file mode 100644 index 0000000000..55e5ee34c8 --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for realtime_stats. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/flags.make b/numerical_methods/CMakeFiles/realtime_stats.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/link.txt b/numerical_methods/CMakeFiles/realtime_stats.dir/link.txt new file mode 100644 index 0000000000..3d0525882b --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/realtime_stats.dir/realtime_stats.c.o -o realtime_stats /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/progress.make b/numerical_methods/CMakeFiles/realtime_stats.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o b/numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o new file mode 100644 index 0000000000..b277a26b37 Binary files /dev/null and b/numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o differ diff --git a/numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o.d b/numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o.d new file mode 100644 index 0000000000..1048eec99b --- /dev/null +++ b/numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o.d @@ -0,0 +1,45 @@ +numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/realtime_stats.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/numerical_methods/CMakeFiles/secant_method.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/secant_method.dir/DependInfo.cmake new file mode 100644 index 0000000000..a3a76eec77 --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/secant_method.c" "numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o" "gcc" "numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/secant_method.dir/build.make b/numerical_methods/CMakeFiles/secant_method.dir/build.make new file mode 100644 index 0000000000..0042bdba2f --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/secant_method.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/secant_method.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/secant_method.dir/flags.make + +numerical_methods/CMakeFiles/secant_method.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/codegen + +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o: numerical_methods/CMakeFiles/secant_method.dir/flags.make +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o: numerical_methods/secant_method.c +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o: numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o -MF CMakeFiles/secant_method.dir/secant_method.c.o.d -o CMakeFiles/secant_method.dir/secant_method.c.o -c /Users/jesperolsen/development/C/numerical_methods/secant_method.c + +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/secant_method.dir/secant_method.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/secant_method.c > CMakeFiles/secant_method.dir/secant_method.c.i + +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/secant_method.dir/secant_method.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/secant_method.c -o CMakeFiles/secant_method.dir/secant_method.c.s + +# Object files for target secant_method +secant_method_OBJECTS = \ +"CMakeFiles/secant_method.dir/secant_method.c.o" + +# External object files for target secant_method +secant_method_EXTERNAL_OBJECTS = + +numerical_methods/secant_method: numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o +numerical_methods/secant_method: numerical_methods/CMakeFiles/secant_method.dir/build.make +numerical_methods/secant_method: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/secant_method: numerical_methods/CMakeFiles/secant_method.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable secant_method" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/secant_method.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/secant_method.dir/build: numerical_methods/secant_method +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/build + +numerical_methods/CMakeFiles/secant_method.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/secant_method.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/clean + +numerical_methods/CMakeFiles/secant_method.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/secant_method.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/depend + diff --git a/numerical_methods/CMakeFiles/secant_method.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/secant_method.dir/cmake_clean.cmake new file mode 100644 index 0000000000..f187514b51 --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/secant_method.dir/secant_method.c.o" + "CMakeFiles/secant_method.dir/secant_method.c.o.d" + "secant_method" + "secant_method.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/secant_method.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.internal new file mode 100644 index 0000000000..a7620767cc --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.internal @@ -0,0 +1,49 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o + /Users/jesperolsen/development/C/numerical_methods/secant_method.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.make b/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.make new file mode 100644 index 0000000000..0c43b75809 --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o: numerical_methods/secant_method.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +numerical_methods/secant_method.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.ts new file mode 100644 index 0000000000..86446fb912 --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for secant_method. diff --git a/numerical_methods/CMakeFiles/secant_method.dir/depend.make b/numerical_methods/CMakeFiles/secant_method.dir/depend.make new file mode 100644 index 0000000000..fe9a3b424c --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for secant_method. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/secant_method.dir/flags.make b/numerical_methods/CMakeFiles/secant_method.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/secant_method.dir/link.txt b/numerical_methods/CMakeFiles/secant_method.dir/link.txt new file mode 100644 index 0000000000..8d526cffbc --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/secant_method.dir/secant_method.c.o -o secant_method /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/secant_method.dir/progress.make b/numerical_methods/CMakeFiles/secant_method.dir/progress.make new file mode 100644 index 0000000000..57fa75ea5a --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 85 +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o b/numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o new file mode 100644 index 0000000000..86ea8702e7 Binary files /dev/null and b/numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o differ diff --git a/numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o.d b/numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o.d new file mode 100644 index 0000000000..b5a3974980 --- /dev/null +++ b/numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o.d @@ -0,0 +1,45 @@ +numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/secant_method.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/DependInfo.cmake new file mode 100644 index 0000000000..9390f31229 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/simpsons_1_3rd_rule.c" "numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o" "gcc" "numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make new file mode 100644 index 0000000000..4a9fdbf8e4 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/flags.make + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/codegen + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/flags.make +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o: numerical_methods/simpsons_1_3rd_rule.c +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o -MF CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o.d -o CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o -c /Users/jesperolsen/development/C/numerical_methods/simpsons_1_3rd_rule.c + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/simpsons_1_3rd_rule.c > CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.i + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/simpsons_1_3rd_rule.c -o CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.s + +# Object files for target simpsons_1_3rd_rule +simpsons_1_3rd_rule_OBJECTS = \ +"CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o" + +# External object files for target simpsons_1_3rd_rule +simpsons_1_3rd_rule_EXTERNAL_OBJECTS = + +numerical_methods/simpsons_1_3rd_rule: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o +numerical_methods/simpsons_1_3rd_rule: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make +numerical_methods/simpsons_1_3rd_rule: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/simpsons_1_3rd_rule: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable simpsons_1_3rd_rule" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/simpsons_1_3rd_rule.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build: numerical_methods/simpsons_1_3rd_rule +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/simpsons_1_3rd_rule.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/clean + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/depend + diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/cmake_clean.cmake new file mode 100644 index 0000000000..20d48f37e5 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o" + "CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o.d" + "simpsons_1_3rd_rule" + "simpsons_1_3rd_rule.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/simpsons_1_3rd_rule.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.internal new file mode 100644 index 0000000000..b4da014950 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o + /Users/jesperolsen/development/C/numerical_methods/simpsons_1_3rd_rule.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.make b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.make new file mode 100644 index 0000000000..a59e6badb7 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o: numerical_methods/simpsons_1_3rd_rule.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +numerical_methods/simpsons_1_3rd_rule.c: diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.ts new file mode 100644 index 0000000000..931282630b --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for simpsons_1_3rd_rule. diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/depend.make b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/depend.make new file mode 100644 index 0000000000..ffb8c29ef6 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for simpsons_1_3rd_rule. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/flags.make b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/link.txt b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/link.txt new file mode 100644 index 0000000000..682c00c39b --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o -o simpsons_1_3rd_rule /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/progress.make b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/progress.make new file mode 100644 index 0000000000..1b0d50b125 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 90 + diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o new file mode 100644 index 0000000000..f0cb26dfbc Binary files /dev/null and b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o differ diff --git a/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o.d b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o.d new file mode 100644 index 0000000000..373adcb510 --- /dev/null +++ b/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o.d @@ -0,0 +1,42 @@ +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/simpsons_1_3rd_rule.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/numerical_methods/CMakeFiles/variance.dir/DependInfo.cmake b/numerical_methods/CMakeFiles/variance.dir/DependInfo.cmake new file mode 100644 index 0000000000..c29bda7c46 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/numerical_methods/variance.c" "numerical_methods/CMakeFiles/variance.dir/variance.c.o" "gcc" "numerical_methods/CMakeFiles/variance.dir/variance.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/numerical_methods/CMakeFiles/variance.dir/build.make b/numerical_methods/CMakeFiles/variance.dir/build.make new file mode 100644 index 0000000000..939b170314 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include numerical_methods/CMakeFiles/variance.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include numerical_methods/CMakeFiles/variance.dir/compiler_depend.make + +# Include the progress variables for this target. +include numerical_methods/CMakeFiles/variance.dir/progress.make + +# Include the compile flags for this target's objects. +include numerical_methods/CMakeFiles/variance.dir/flags.make + +numerical_methods/CMakeFiles/variance.dir/codegen: +.PHONY : numerical_methods/CMakeFiles/variance.dir/codegen + +numerical_methods/CMakeFiles/variance.dir/variance.c.o: numerical_methods/CMakeFiles/variance.dir/flags.make +numerical_methods/CMakeFiles/variance.dir/variance.c.o: numerical_methods/variance.c +numerical_methods/CMakeFiles/variance.dir/variance.c.o: numerical_methods/CMakeFiles/variance.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object numerical_methods/CMakeFiles/variance.dir/variance.c.o" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT numerical_methods/CMakeFiles/variance.dir/variance.c.o -MF CMakeFiles/variance.dir/variance.c.o.d -o CMakeFiles/variance.dir/variance.c.o -c /Users/jesperolsen/development/C/numerical_methods/variance.c + +numerical_methods/CMakeFiles/variance.dir/variance.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/variance.dir/variance.c.i" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/numerical_methods/variance.c > CMakeFiles/variance.dir/variance.c.i + +numerical_methods/CMakeFiles/variance.dir/variance.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/variance.dir/variance.c.s" + cd /Users/jesperolsen/development/C/numerical_methods && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/numerical_methods/variance.c -o CMakeFiles/variance.dir/variance.c.s + +# Object files for target variance +variance_OBJECTS = \ +"CMakeFiles/variance.dir/variance.c.o" + +# External object files for target variance +variance_EXTERNAL_OBJECTS = + +numerical_methods/variance: numerical_methods/CMakeFiles/variance.dir/variance.c.o +numerical_methods/variance: numerical_methods/CMakeFiles/variance.dir/build.make +numerical_methods/variance: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +numerical_methods/variance: numerical_methods/CMakeFiles/variance.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable variance" + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/variance.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +numerical_methods/CMakeFiles/variance.dir/build: numerical_methods/variance +.PHONY : numerical_methods/CMakeFiles/variance.dir/build + +numerical_methods/CMakeFiles/variance.dir/clean: + cd /Users/jesperolsen/development/C/numerical_methods && $(CMAKE_COMMAND) -P CMakeFiles/variance.dir/cmake_clean.cmake +.PHONY : numerical_methods/CMakeFiles/variance.dir/clean + +numerical_methods/CMakeFiles/variance.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C /Users/jesperolsen/development/C/numerical_methods /Users/jesperolsen/development/C/numerical_methods/CMakeFiles/variance.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : numerical_methods/CMakeFiles/variance.dir/depend + diff --git a/numerical_methods/CMakeFiles/variance.dir/cmake_clean.cmake b/numerical_methods/CMakeFiles/variance.dir/cmake_clean.cmake new file mode 100644 index 0000000000..eefc5818b4 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/variance.dir/variance.c.o" + "CMakeFiles/variance.dir/variance.c.o.d" + "variance" + "variance.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/variance.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/numerical_methods/CMakeFiles/variance.dir/compiler_depend.internal b/numerical_methods/CMakeFiles/variance.dir/compiler_depend.internal new file mode 100644 index 0000000000..f3ba051d11 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/variance.dir/variance.c.o + /Users/jesperolsen/development/C/numerical_methods/variance.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/numerical_methods/CMakeFiles/variance.dir/compiler_depend.make b/numerical_methods/CMakeFiles/variance.dir/compiler_depend.make new file mode 100644 index 0000000000..543a703462 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +numerical_methods/CMakeFiles/variance.dir/variance.c.o: numerical_methods/variance.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +numerical_methods/variance.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/numerical_methods/CMakeFiles/variance.dir/compiler_depend.ts b/numerical_methods/CMakeFiles/variance.dir/compiler_depend.ts new file mode 100644 index 0000000000..e86490f637 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for variance. diff --git a/numerical_methods/CMakeFiles/variance.dir/depend.make b/numerical_methods/CMakeFiles/variance.dir/depend.make new file mode 100644 index 0000000000..7c9a8774fe --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for variance. +# This may be replaced when dependencies are built. diff --git a/numerical_methods/CMakeFiles/variance.dir/flags.make b/numerical_methods/CMakeFiles/variance.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/numerical_methods/CMakeFiles/variance.dir/link.txt b/numerical_methods/CMakeFiles/variance.dir/link.txt new file mode 100644 index 0000000000..bec55265c2 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/variance.dir/variance.c.o -o variance /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/numerical_methods/CMakeFiles/variance.dir/progress.make b/numerical_methods/CMakeFiles/variance.dir/progress.make new file mode 100644 index 0000000000..793552756d --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 99 +CMAKE_PROGRESS_2 = + diff --git a/numerical_methods/CMakeFiles/variance.dir/variance.c.o b/numerical_methods/CMakeFiles/variance.dir/variance.c.o new file mode 100644 index 0000000000..26e7f9bb1c Binary files /dev/null and b/numerical_methods/CMakeFiles/variance.dir/variance.c.o differ diff --git a/numerical_methods/CMakeFiles/variance.dir/variance.c.o.d b/numerical_methods/CMakeFiles/variance.dir/variance.c.o.d new file mode 100644 index 0000000000..7235137c90 --- /dev/null +++ b/numerical_methods/CMakeFiles/variance.dir/variance.c.o.d @@ -0,0 +1,88 @@ +numerical_methods/CMakeFiles/variance.dir/variance.c.o: \ + /Users/jesperolsen/development/C/numerical_methods/variance.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/numerical_methods/Makefile b/numerical_methods/Makefile new file mode 100644 index 0000000000..bbb7ff127c --- /dev/null +++ b/numerical_methods/Makefile @@ -0,0 +1,967 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/numerical_methods//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +numerical_methods/CMakeFiles/bisection_method.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/bisection_method.dir/rule +.PHONY : numerical_methods/CMakeFiles/bisection_method.dir/rule + +# Convenience name for target. +bisection_method: numerical_methods/CMakeFiles/bisection_method.dir/rule +.PHONY : bisection_method + +# fast build rule for target. +bisection_method/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/build +.PHONY : bisection_method/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/durand_kerner_roots.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/durand_kerner_roots.dir/rule +.PHONY : numerical_methods/CMakeFiles/durand_kerner_roots.dir/rule + +# Convenience name for target. +durand_kerner_roots: numerical_methods/CMakeFiles/durand_kerner_roots.dir/rule +.PHONY : durand_kerner_roots + +# fast build rule for target. +durand_kerner_roots/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/build +.PHONY : durand_kerner_roots/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/gauss_elimination.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/gauss_elimination.dir/rule +.PHONY : numerical_methods/CMakeFiles/gauss_elimination.dir/rule + +# Convenience name for target. +gauss_elimination: numerical_methods/CMakeFiles/gauss_elimination.dir/rule +.PHONY : gauss_elimination + +# fast build rule for target. +gauss_elimination/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/build +.PHONY : gauss_elimination/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/gauss_seidel_method.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/gauss_seidel_method.dir/rule +.PHONY : numerical_methods/CMakeFiles/gauss_seidel_method.dir/rule + +# Convenience name for target. +gauss_seidel_method: numerical_methods/CMakeFiles/gauss_seidel_method.dir/rule +.PHONY : gauss_seidel_method + +# fast build rule for target. +gauss_seidel_method/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/build +.PHONY : gauss_seidel_method/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/lagrange_theorem.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/lagrange_theorem.dir/rule +.PHONY : numerical_methods/CMakeFiles/lagrange_theorem.dir/rule + +# Convenience name for target. +lagrange_theorem: numerical_methods/CMakeFiles/lagrange_theorem.dir/rule +.PHONY : lagrange_theorem + +# fast build rule for target. +lagrange_theorem/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/build +.PHONY : lagrange_theorem/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/lu_decompose.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/lu_decompose.dir/rule +.PHONY : numerical_methods/CMakeFiles/lu_decompose.dir/rule + +# Convenience name for target. +lu_decompose: numerical_methods/CMakeFiles/lu_decompose.dir/rule +.PHONY : lu_decompose + +# fast build rule for target. +lu_decompose/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/build +.PHONY : lu_decompose/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/mean.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/mean.dir/rule +.PHONY : numerical_methods/CMakeFiles/mean.dir/rule + +# Convenience name for target. +mean: numerical_methods/CMakeFiles/mean.dir/rule +.PHONY : mean + +# fast build rule for target. +mean/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/build +.PHONY : mean/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/median.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/median.dir/rule +.PHONY : numerical_methods/CMakeFiles/median.dir/rule + +# Convenience name for target. +median: numerical_methods/CMakeFiles/median.dir/rule +.PHONY : median + +# fast build rule for target. +median/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/build +.PHONY : median/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/newton_raphson_root.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/newton_raphson_root.dir/rule +.PHONY : numerical_methods/CMakeFiles/newton_raphson_root.dir/rule + +# Convenience name for target. +newton_raphson_root: numerical_methods/CMakeFiles/newton_raphson_root.dir/rule +.PHONY : newton_raphson_root + +# fast build rule for target. +newton_raphson_root/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/build +.PHONY : newton_raphson_root/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/ode_forward_euler.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/ode_forward_euler.dir/rule +.PHONY : numerical_methods/CMakeFiles/ode_forward_euler.dir/rule + +# Convenience name for target. +ode_forward_euler: numerical_methods/CMakeFiles/ode_forward_euler.dir/rule +.PHONY : ode_forward_euler + +# fast build rule for target. +ode_forward_euler/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/build +.PHONY : ode_forward_euler/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/ode_midpoint_euler.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/ode_midpoint_euler.dir/rule +.PHONY : numerical_methods/CMakeFiles/ode_midpoint_euler.dir/rule + +# Convenience name for target. +ode_midpoint_euler: numerical_methods/CMakeFiles/ode_midpoint_euler.dir/rule +.PHONY : ode_midpoint_euler + +# fast build rule for target. +ode_midpoint_euler/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build +.PHONY : ode_midpoint_euler/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/rule +.PHONY : numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/rule + +# Convenience name for target. +ode_semi_implicit_euler: numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/rule +.PHONY : ode_semi_implicit_euler + +# fast build rule for target. +ode_semi_implicit_euler/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build +.PHONY : ode_semi_implicit_euler/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/qr_decomposition.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/qr_decomposition.dir/rule +.PHONY : numerical_methods/CMakeFiles/qr_decomposition.dir/rule + +# Convenience name for target. +qr_decomposition: numerical_methods/CMakeFiles/qr_decomposition.dir/rule +.PHONY : qr_decomposition + +# fast build rule for target. +qr_decomposition/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/build +.PHONY : qr_decomposition/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/qr_eigen_values.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/qr_eigen_values.dir/rule +.PHONY : numerical_methods/CMakeFiles/qr_eigen_values.dir/rule + +# Convenience name for target. +qr_eigen_values: numerical_methods/CMakeFiles/qr_eigen_values.dir/rule +.PHONY : qr_eigen_values + +# fast build rule for target. +qr_eigen_values/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/build +.PHONY : qr_eigen_values/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/realtime_stats.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/realtime_stats.dir/rule +.PHONY : numerical_methods/CMakeFiles/realtime_stats.dir/rule + +# Convenience name for target. +realtime_stats: numerical_methods/CMakeFiles/realtime_stats.dir/rule +.PHONY : realtime_stats + +# fast build rule for target. +realtime_stats/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/build +.PHONY : realtime_stats/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/secant_method.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/secant_method.dir/rule +.PHONY : numerical_methods/CMakeFiles/secant_method.dir/rule + +# Convenience name for target. +secant_method: numerical_methods/CMakeFiles/secant_method.dir/rule +.PHONY : secant_method + +# fast build rule for target. +secant_method/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/build +.PHONY : secant_method/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/rule +.PHONY : numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/rule + +# Convenience name for target. +simpsons_1_3rd_rule: numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/rule +.PHONY : simpsons_1_3rd_rule + +# fast build rule for target. +simpsons_1_3rd_rule/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build +.PHONY : simpsons_1_3rd_rule/fast + +# Convenience name for target. +numerical_methods/CMakeFiles/variance.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 numerical_methods/CMakeFiles/variance.dir/rule +.PHONY : numerical_methods/CMakeFiles/variance.dir/rule + +# Convenience name for target. +variance: numerical_methods/CMakeFiles/variance.dir/rule +.PHONY : variance + +# fast build rule for target. +variance/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/build +.PHONY : variance/fast + +bisection_method.o: bisection_method.c.o +.PHONY : bisection_method.o + +# target to build an object file +bisection_method.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.o +.PHONY : bisection_method.c.o + +bisection_method.i: bisection_method.c.i +.PHONY : bisection_method.i + +# target to preprocess a source file +bisection_method.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.i +.PHONY : bisection_method.c.i + +bisection_method.s: bisection_method.c.s +.PHONY : bisection_method.s + +# target to generate assembly for a file +bisection_method.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/bisection_method.dir/build.make numerical_methods/CMakeFiles/bisection_method.dir/bisection_method.c.s +.PHONY : bisection_method.c.s + +durand_kerner_roots.o: durand_kerner_roots.c.o +.PHONY : durand_kerner_roots.o + +# target to build an object file +durand_kerner_roots.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.o +.PHONY : durand_kerner_roots.c.o + +durand_kerner_roots.i: durand_kerner_roots.c.i +.PHONY : durand_kerner_roots.i + +# target to preprocess a source file +durand_kerner_roots.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.i +.PHONY : durand_kerner_roots.c.i + +durand_kerner_roots.s: durand_kerner_roots.c.s +.PHONY : durand_kerner_roots.s + +# target to generate assembly for a file +durand_kerner_roots.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/durand_kerner_roots.dir/build.make numerical_methods/CMakeFiles/durand_kerner_roots.dir/durand_kerner_roots.c.s +.PHONY : durand_kerner_roots.c.s + +gauss_elimination.o: gauss_elimination.c.o +.PHONY : gauss_elimination.o + +# target to build an object file +gauss_elimination.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.o +.PHONY : gauss_elimination.c.o + +gauss_elimination.i: gauss_elimination.c.i +.PHONY : gauss_elimination.i + +# target to preprocess a source file +gauss_elimination.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.i +.PHONY : gauss_elimination.c.i + +gauss_elimination.s: gauss_elimination.c.s +.PHONY : gauss_elimination.s + +# target to generate assembly for a file +gauss_elimination.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_elimination.dir/build.make numerical_methods/CMakeFiles/gauss_elimination.dir/gauss_elimination.c.s +.PHONY : gauss_elimination.c.s + +gauss_seidel_method.o: gauss_seidel_method.c.o +.PHONY : gauss_seidel_method.o + +# target to build an object file +gauss_seidel_method.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.o +.PHONY : gauss_seidel_method.c.o + +gauss_seidel_method.i: gauss_seidel_method.c.i +.PHONY : gauss_seidel_method.i + +# target to preprocess a source file +gauss_seidel_method.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.i +.PHONY : gauss_seidel_method.c.i + +gauss_seidel_method.s: gauss_seidel_method.c.s +.PHONY : gauss_seidel_method.s + +# target to generate assembly for a file +gauss_seidel_method.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/gauss_seidel_method.dir/build.make numerical_methods/CMakeFiles/gauss_seidel_method.dir/gauss_seidel_method.c.s +.PHONY : gauss_seidel_method.c.s + +lagrange_theorem.o: lagrange_theorem.c.o +.PHONY : lagrange_theorem.o + +# target to build an object file +lagrange_theorem.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.o +.PHONY : lagrange_theorem.c.o + +lagrange_theorem.i: lagrange_theorem.c.i +.PHONY : lagrange_theorem.i + +# target to preprocess a source file +lagrange_theorem.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.i +.PHONY : lagrange_theorem.c.i + +lagrange_theorem.s: lagrange_theorem.c.s +.PHONY : lagrange_theorem.s + +# target to generate assembly for a file +lagrange_theorem.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lagrange_theorem.dir/build.make numerical_methods/CMakeFiles/lagrange_theorem.dir/lagrange_theorem.c.s +.PHONY : lagrange_theorem.c.s + +lu_decompose.o: lu_decompose.c.o +.PHONY : lu_decompose.o + +# target to build an object file +lu_decompose.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.o +.PHONY : lu_decompose.c.o + +lu_decompose.i: lu_decompose.c.i +.PHONY : lu_decompose.i + +# target to preprocess a source file +lu_decompose.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.i +.PHONY : lu_decompose.c.i + +lu_decompose.s: lu_decompose.c.s +.PHONY : lu_decompose.s + +# target to generate assembly for a file +lu_decompose.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/lu_decompose.dir/build.make numerical_methods/CMakeFiles/lu_decompose.dir/lu_decompose.c.s +.PHONY : lu_decompose.c.s + +mean.o: mean.c.o +.PHONY : mean.o + +# target to build an object file +mean.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/mean.c.o +.PHONY : mean.c.o + +mean.i: mean.c.i +.PHONY : mean.i + +# target to preprocess a source file +mean.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/mean.c.i +.PHONY : mean.c.i + +mean.s: mean.c.s +.PHONY : mean.s + +# target to generate assembly for a file +mean.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/mean.dir/build.make numerical_methods/CMakeFiles/mean.dir/mean.c.s +.PHONY : mean.c.s + +median.o: median.c.o +.PHONY : median.o + +# target to build an object file +median.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/median.c.o +.PHONY : median.c.o + +median.i: median.c.i +.PHONY : median.i + +# target to preprocess a source file +median.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/median.c.i +.PHONY : median.c.i + +median.s: median.c.s +.PHONY : median.s + +# target to generate assembly for a file +median.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/median.dir/build.make numerical_methods/CMakeFiles/median.dir/median.c.s +.PHONY : median.c.s + +newton_raphson_root.o: newton_raphson_root.c.o +.PHONY : newton_raphson_root.o + +# target to build an object file +newton_raphson_root.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.o +.PHONY : newton_raphson_root.c.o + +newton_raphson_root.i: newton_raphson_root.c.i +.PHONY : newton_raphson_root.i + +# target to preprocess a source file +newton_raphson_root.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.i +.PHONY : newton_raphson_root.c.i + +newton_raphson_root.s: newton_raphson_root.c.s +.PHONY : newton_raphson_root.s + +# target to generate assembly for a file +newton_raphson_root.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/newton_raphson_root.dir/build.make numerical_methods/CMakeFiles/newton_raphson_root.dir/newton_raphson_root.c.s +.PHONY : newton_raphson_root.c.s + +ode_forward_euler.o: ode_forward_euler.c.o +.PHONY : ode_forward_euler.o + +# target to build an object file +ode_forward_euler.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.o +.PHONY : ode_forward_euler.c.o + +ode_forward_euler.i: ode_forward_euler.c.i +.PHONY : ode_forward_euler.i + +# target to preprocess a source file +ode_forward_euler.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.i +.PHONY : ode_forward_euler.c.i + +ode_forward_euler.s: ode_forward_euler.c.s +.PHONY : ode_forward_euler.s + +# target to generate assembly for a file +ode_forward_euler.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_forward_euler.dir/build.make numerical_methods/CMakeFiles/ode_forward_euler.dir/ode_forward_euler.c.s +.PHONY : ode_forward_euler.c.s + +ode_midpoint_euler.o: ode_midpoint_euler.c.o +.PHONY : ode_midpoint_euler.o + +# target to build an object file +ode_midpoint_euler.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.o +.PHONY : ode_midpoint_euler.c.o + +ode_midpoint_euler.i: ode_midpoint_euler.c.i +.PHONY : ode_midpoint_euler.i + +# target to preprocess a source file +ode_midpoint_euler.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.i +.PHONY : ode_midpoint_euler.c.i + +ode_midpoint_euler.s: ode_midpoint_euler.c.s +.PHONY : ode_midpoint_euler.s + +# target to generate assembly for a file +ode_midpoint_euler.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_midpoint_euler.dir/build.make numerical_methods/CMakeFiles/ode_midpoint_euler.dir/ode_midpoint_euler.c.s +.PHONY : ode_midpoint_euler.c.s + +ode_semi_implicit_euler.o: ode_semi_implicit_euler.c.o +.PHONY : ode_semi_implicit_euler.o + +# target to build an object file +ode_semi_implicit_euler.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.o +.PHONY : ode_semi_implicit_euler.c.o + +ode_semi_implicit_euler.i: ode_semi_implicit_euler.c.i +.PHONY : ode_semi_implicit_euler.i + +# target to preprocess a source file +ode_semi_implicit_euler.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.i +.PHONY : ode_semi_implicit_euler.c.i + +ode_semi_implicit_euler.s: ode_semi_implicit_euler.c.s +.PHONY : ode_semi_implicit_euler.s + +# target to generate assembly for a file +ode_semi_implicit_euler.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/build.make numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/ode_semi_implicit_euler.c.s +.PHONY : ode_semi_implicit_euler.c.s + +qr_decomposition.o: qr_decomposition.c.o +.PHONY : qr_decomposition.o + +# target to build an object file +qr_decomposition.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.o +.PHONY : qr_decomposition.c.o + +qr_decomposition.i: qr_decomposition.c.i +.PHONY : qr_decomposition.i + +# target to preprocess a source file +qr_decomposition.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.i +.PHONY : qr_decomposition.c.i + +qr_decomposition.s: qr_decomposition.c.s +.PHONY : qr_decomposition.s + +# target to generate assembly for a file +qr_decomposition.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_decomposition.dir/build.make numerical_methods/CMakeFiles/qr_decomposition.dir/qr_decomposition.c.s +.PHONY : qr_decomposition.c.s + +qr_eigen_values.o: qr_eigen_values.c.o +.PHONY : qr_eigen_values.o + +# target to build an object file +qr_eigen_values.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.o +.PHONY : qr_eigen_values.c.o + +qr_eigen_values.i: qr_eigen_values.c.i +.PHONY : qr_eigen_values.i + +# target to preprocess a source file +qr_eigen_values.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.i +.PHONY : qr_eigen_values.c.i + +qr_eigen_values.s: qr_eigen_values.c.s +.PHONY : qr_eigen_values.s + +# target to generate assembly for a file +qr_eigen_values.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/qr_eigen_values.dir/build.make numerical_methods/CMakeFiles/qr_eigen_values.dir/qr_eigen_values.c.s +.PHONY : qr_eigen_values.c.s + +realtime_stats.o: realtime_stats.c.o +.PHONY : realtime_stats.o + +# target to build an object file +realtime_stats.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.o +.PHONY : realtime_stats.c.o + +realtime_stats.i: realtime_stats.c.i +.PHONY : realtime_stats.i + +# target to preprocess a source file +realtime_stats.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.i +.PHONY : realtime_stats.c.i + +realtime_stats.s: realtime_stats.c.s +.PHONY : realtime_stats.s + +# target to generate assembly for a file +realtime_stats.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/realtime_stats.dir/build.make numerical_methods/CMakeFiles/realtime_stats.dir/realtime_stats.c.s +.PHONY : realtime_stats.c.s + +secant_method.o: secant_method.c.o +.PHONY : secant_method.o + +# target to build an object file +secant_method.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.o +.PHONY : secant_method.c.o + +secant_method.i: secant_method.c.i +.PHONY : secant_method.i + +# target to preprocess a source file +secant_method.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.i +.PHONY : secant_method.c.i + +secant_method.s: secant_method.c.s +.PHONY : secant_method.s + +# target to generate assembly for a file +secant_method.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/secant_method.dir/build.make numerical_methods/CMakeFiles/secant_method.dir/secant_method.c.s +.PHONY : secant_method.c.s + +simpsons_1_3rd_rule.o: simpsons_1_3rd_rule.c.o +.PHONY : simpsons_1_3rd_rule.o + +# target to build an object file +simpsons_1_3rd_rule.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.o +.PHONY : simpsons_1_3rd_rule.c.o + +simpsons_1_3rd_rule.i: simpsons_1_3rd_rule.c.i +.PHONY : simpsons_1_3rd_rule.i + +# target to preprocess a source file +simpsons_1_3rd_rule.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.i +.PHONY : simpsons_1_3rd_rule.c.i + +simpsons_1_3rd_rule.s: simpsons_1_3rd_rule.c.s +.PHONY : simpsons_1_3rd_rule.s + +# target to generate assembly for a file +simpsons_1_3rd_rule.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/build.make numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/simpsons_1_3rd_rule.c.s +.PHONY : simpsons_1_3rd_rule.c.s + +variance.o: variance.c.o +.PHONY : variance.o + +# target to build an object file +variance.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/variance.c.o +.PHONY : variance.c.o + +variance.i: variance.c.i +.PHONY : variance.i + +# target to preprocess a source file +variance.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/variance.c.i +.PHONY : variance.c.i + +variance.s: variance.c.s +.PHONY : variance.s + +# target to generate assembly for a file +variance.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f numerical_methods/CMakeFiles/variance.dir/build.make numerical_methods/CMakeFiles/variance.dir/variance.c.s +.PHONY : variance.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... bisection_method" + @echo "... durand_kerner_roots" + @echo "... gauss_elimination" + @echo "... gauss_seidel_method" + @echo "... lagrange_theorem" + @echo "... lu_decompose" + @echo "... mean" + @echo "... median" + @echo "... newton_raphson_root" + @echo "... ode_forward_euler" + @echo "... ode_midpoint_euler" + @echo "... ode_semi_implicit_euler" + @echo "... qr_decomposition" + @echo "... qr_eigen_values" + @echo "... realtime_stats" + @echo "... secant_method" + @echo "... simpsons_1_3rd_rule" + @echo "... variance" + @echo "... bisection_method.o" + @echo "... bisection_method.i" + @echo "... bisection_method.s" + @echo "... durand_kerner_roots.o" + @echo "... durand_kerner_roots.i" + @echo "... durand_kerner_roots.s" + @echo "... gauss_elimination.o" + @echo "... gauss_elimination.i" + @echo "... gauss_elimination.s" + @echo "... gauss_seidel_method.o" + @echo "... gauss_seidel_method.i" + @echo "... gauss_seidel_method.s" + @echo "... lagrange_theorem.o" + @echo "... lagrange_theorem.i" + @echo "... lagrange_theorem.s" + @echo "... lu_decompose.o" + @echo "... lu_decompose.i" + @echo "... lu_decompose.s" + @echo "... mean.o" + @echo "... mean.i" + @echo "... mean.s" + @echo "... median.o" + @echo "... median.i" + @echo "... median.s" + @echo "... newton_raphson_root.o" + @echo "... newton_raphson_root.i" + @echo "... newton_raphson_root.s" + @echo "... ode_forward_euler.o" + @echo "... ode_forward_euler.i" + @echo "... ode_forward_euler.s" + @echo "... ode_midpoint_euler.o" + @echo "... ode_midpoint_euler.i" + @echo "... ode_midpoint_euler.s" + @echo "... ode_semi_implicit_euler.o" + @echo "... ode_semi_implicit_euler.i" + @echo "... ode_semi_implicit_euler.s" + @echo "... qr_decomposition.o" + @echo "... qr_decomposition.i" + @echo "... qr_decomposition.s" + @echo "... qr_eigen_values.o" + @echo "... qr_eigen_values.i" + @echo "... qr_eigen_values.s" + @echo "... realtime_stats.o" + @echo "... realtime_stats.i" + @echo "... realtime_stats.s" + @echo "... secant_method.o" + @echo "... secant_method.i" + @echo "... secant_method.s" + @echo "... simpsons_1_3rd_rule.o" + @echo "... simpsons_1_3rd_rule.i" + @echo "... simpsons_1_3rd_rule.s" + @echo "... variance.o" + @echo "... variance.i" + @echo "... variance.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/numerical_methods/bisection_method b/numerical_methods/bisection_method new file mode 100755 index 0000000000..7730526330 Binary files /dev/null and b/numerical_methods/bisection_method differ diff --git a/numerical_methods/cmake_install.cmake b/numerical_methods/cmake_install.cmake new file mode 100644 index 0000000000..a09f932f52 --- /dev/null +++ b/numerical_methods/cmake_install.cmake @@ -0,0 +1,297 @@ +# Install script for directory: /Users/jesperolsen/development/C/numerical_methods + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/bisection_method") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/bisection_method" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/bisection_method") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/bisection_method") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/bisection_method.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/durand_kerner_roots") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/durand_kerner_roots" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/durand_kerner_roots") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/durand_kerner_roots") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/durand_kerner_roots.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/gauss_elimination") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/gauss_elimination" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/gauss_elimination") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/gauss_elimination") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/gauss_elimination.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/gauss_seidel_method") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/gauss_seidel_method" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/gauss_seidel_method") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/gauss_seidel_method") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/gauss_seidel_method.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/lagrange_theorem") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/lagrange_theorem" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/lagrange_theorem") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/lagrange_theorem") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/lagrange_theorem.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/lu_decompose") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/lu_decompose" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/lu_decompose") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/lu_decompose") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/lu_decompose.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/mean") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/mean" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/mean") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/mean") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/mean.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/median") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/median" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/median") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/median") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/median.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/newton_raphson_root") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/newton_raphson_root" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/newton_raphson_root") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/newton_raphson_root") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/newton_raphson_root.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/ode_forward_euler") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_forward_euler" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_forward_euler") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_forward_euler") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_forward_euler.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/ode_midpoint_euler") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_midpoint_euler" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_midpoint_euler") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_midpoint_euler") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_midpoint_euler.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/ode_semi_implicit_euler") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_semi_implicit_euler" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_semi_implicit_euler") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/ode_semi_implicit_euler") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/ode_semi_implicit_euler.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/qr_decomposition") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/qr_decomposition" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/qr_decomposition") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/qr_decomposition") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/qr_decomposition.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/qr_eigen_values") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/qr_eigen_values" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/qr_eigen_values") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/qr_eigen_values") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/qr_eigen_values.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/realtime_stats") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/realtime_stats" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/realtime_stats") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/realtime_stats") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/realtime_stats.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/secant_method") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/secant_method" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/secant_method") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/secant_method") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/secant_method.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/simpsons_1_3rd_rule") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/simpsons_1_3rd_rule" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/simpsons_1_3rd_rule") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/simpsons_1_3rd_rule") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/simpsons_1_3rd_rule.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/numerical_methods" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/numerical_methods/variance") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/variance" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/variance") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/numerical_methods/variance") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/numerical_methods/CMakeFiles/variance.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/numerical_methods/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/numerical_methods/durand_kerner_roots b/numerical_methods/durand_kerner_roots new file mode 100755 index 0000000000..c983551025 Binary files /dev/null and b/numerical_methods/durand_kerner_roots differ diff --git a/numerical_methods/gauss_elimination b/numerical_methods/gauss_elimination new file mode 100755 index 0000000000..10767b46e0 Binary files /dev/null and b/numerical_methods/gauss_elimination differ diff --git a/numerical_methods/gauss_seidel_method b/numerical_methods/gauss_seidel_method new file mode 100755 index 0000000000..62bb954633 Binary files /dev/null and b/numerical_methods/gauss_seidel_method differ diff --git a/numerical_methods/lagrange_theorem b/numerical_methods/lagrange_theorem new file mode 100755 index 0000000000..c10ea4cdfb Binary files /dev/null and b/numerical_methods/lagrange_theorem differ diff --git a/numerical_methods/lu_decompose b/numerical_methods/lu_decompose new file mode 100755 index 0000000000..80badcb43b Binary files /dev/null and b/numerical_methods/lu_decompose differ diff --git a/numerical_methods/mean b/numerical_methods/mean new file mode 100755 index 0000000000..b269e67ff6 Binary files /dev/null and b/numerical_methods/mean differ diff --git a/numerical_methods/median b/numerical_methods/median new file mode 100755 index 0000000000..4046709bf5 Binary files /dev/null and b/numerical_methods/median differ diff --git a/numerical_methods/newton_raphson_root b/numerical_methods/newton_raphson_root new file mode 100755 index 0000000000..5e16009c21 Binary files /dev/null and b/numerical_methods/newton_raphson_root differ diff --git a/numerical_methods/ode_forward_euler b/numerical_methods/ode_forward_euler new file mode 100755 index 0000000000..5758b2a5cf Binary files /dev/null and b/numerical_methods/ode_forward_euler differ diff --git a/numerical_methods/ode_midpoint_euler b/numerical_methods/ode_midpoint_euler new file mode 100755 index 0000000000..9c96de3702 Binary files /dev/null and b/numerical_methods/ode_midpoint_euler differ diff --git a/numerical_methods/ode_semi_implicit_euler b/numerical_methods/ode_semi_implicit_euler new file mode 100755 index 0000000000..55b2a04535 Binary files /dev/null and b/numerical_methods/ode_semi_implicit_euler differ diff --git a/numerical_methods/qr_decomposition b/numerical_methods/qr_decomposition new file mode 100755 index 0000000000..b00475679e Binary files /dev/null and b/numerical_methods/qr_decomposition differ diff --git a/numerical_methods/qr_eigen_values b/numerical_methods/qr_eigen_values new file mode 100755 index 0000000000..ef8dc2e204 Binary files /dev/null and b/numerical_methods/qr_eigen_values differ diff --git a/numerical_methods/realtime_stats b/numerical_methods/realtime_stats new file mode 100755 index 0000000000..0ff72f773b Binary files /dev/null and b/numerical_methods/realtime_stats differ diff --git a/numerical_methods/secant_method b/numerical_methods/secant_method new file mode 100755 index 0000000000..c7c044d1ce Binary files /dev/null and b/numerical_methods/secant_method differ diff --git a/numerical_methods/simpsons_1_3rd_rule b/numerical_methods/simpsons_1_3rd_rule new file mode 100755 index 0000000000..39123148b6 Binary files /dev/null and b/numerical_methods/simpsons_1_3rd_rule differ diff --git a/numerical_methods/variance b/numerical_methods/variance new file mode 100755 index 0000000000..382ccbc937 Binary files /dev/null and b/numerical_methods/variance differ diff --git a/process_scheduling_algorithms/CMakeFiles/CMakeDirectoryInformation.cmake b/process_scheduling_algorithms/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/DependInfo.cmake b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/DependInfo.cmake new file mode 100644 index 0000000000..c8c1086734 --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/process_scheduling_algorithms/non_preemptive_priority_scheduling.c" "process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o" "gcc" "process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make new file mode 100644 index 0000000000..14c5355667 --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.make + +# Include the progress variables for this target. +include process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/progress.make + +# Include the compile flags for this target's objects. +include process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/flags.make + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/codegen: +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/codegen + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/flags.make +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o: process_scheduling_algorithms/non_preemptive_priority_scheduling.c +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o" + cd /Users/jesperolsen/development/C/process_scheduling_algorithms && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o -MF CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o.d -o CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o -c /Users/jesperolsen/development/C/process_scheduling_algorithms/non_preemptive_priority_scheduling.c + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.i" + cd /Users/jesperolsen/development/C/process_scheduling_algorithms && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/process_scheduling_algorithms/non_preemptive_priority_scheduling.c > CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.i + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.s" + cd /Users/jesperolsen/development/C/process_scheduling_algorithms && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/process_scheduling_algorithms/non_preemptive_priority_scheduling.c -o CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.s + +# Object files for target non_preemptive_priority_scheduling +non_preemptive_priority_scheduling_OBJECTS = \ +"CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o" + +# External object files for target non_preemptive_priority_scheduling +non_preemptive_priority_scheduling_EXTERNAL_OBJECTS = + +process_scheduling_algorithms/non_preemptive_priority_scheduling: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o +process_scheduling_algorithms/non_preemptive_priority_scheduling: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make +process_scheduling_algorithms/non_preemptive_priority_scheduling: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +process_scheduling_algorithms/non_preemptive_priority_scheduling: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable non_preemptive_priority_scheduling" + cd /Users/jesperolsen/development/C/process_scheduling_algorithms && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/non_preemptive_priority_scheduling.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build: process_scheduling_algorithms/non_preemptive_priority_scheduling +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/clean: + cd /Users/jesperolsen/development/C/process_scheduling_algorithms && $(CMAKE_COMMAND) -P CMakeFiles/non_preemptive_priority_scheduling.dir/cmake_clean.cmake +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/clean + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/process_scheduling_algorithms /Users/jesperolsen/development/C /Users/jesperolsen/development/C/process_scheduling_algorithms /Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/depend + diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/cmake_clean.cmake b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/cmake_clean.cmake new file mode 100644 index 0000000000..67f1f64bcc --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o" + "CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o.d" + "non_preemptive_priority_scheduling" + "non_preemptive_priority_scheduling.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/non_preemptive_priority_scheduling.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.internal b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.internal new file mode 100644 index 0000000000..1d1db1b612 --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.internal @@ -0,0 +1,95 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o + /Users/jesperolsen/development/C/process_scheduling_algorithms/non_preemptive_priority_scheduling.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.make b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.make new file mode 100644 index 0000000000..7a84534e2e --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.make @@ -0,0 +1,274 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o: process_scheduling_algorithms/non_preemptive_priority_scheduling.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +process_scheduling_algorithms/non_preemptive_priority_scheduling.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.ts b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.ts new file mode 100644 index 0000000000..ec3690a05b --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for non_preemptive_priority_scheduling. diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/depend.make b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/depend.make new file mode 100644 index 0000000000..e35d8ff18d --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for non_preemptive_priority_scheduling. +# This may be replaced when dependencies are built. diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/flags.make b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/link.txt b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/link.txt new file mode 100644 index 0000000000..637351ceaa --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o -o non_preemptive_priority_scheduling /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o new file mode 100644 index 0000000000..a870a4912c Binary files /dev/null and b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o differ diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o.d b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o.d new file mode 100644 index 0000000000..38c5428510 --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o.d @@ -0,0 +1,91 @@ +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o: \ + /Users/jesperolsen/development/C/process_scheduling_algorithms/non_preemptive_priority_scheduling.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/progress.make b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/progress.make new file mode 100644 index 0000000000..0a44ecebb9 --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 49 +CMAKE_PROGRESS_2 = + diff --git a/process_scheduling_algorithms/CMakeFiles/progress.marks b/process_scheduling_algorithms/CMakeFiles/progress.marks new file mode 100644 index 0000000000..d00491fd7e --- /dev/null +++ b/process_scheduling_algorithms/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/process_scheduling_algorithms/Makefile b/process_scheduling_algorithms/Makefile new file mode 100644 index 0000000000..4fc6cb32ac --- /dev/null +++ b/process_scheduling_algorithms/Makefile @@ -0,0 +1,253 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/process_scheduling_algorithms//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 process_scheduling_algorithms/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 process_scheduling_algorithms/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 process_scheduling_algorithms/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 process_scheduling_algorithms/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/rule +.PHONY : process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/rule + +# Convenience name for target. +non_preemptive_priority_scheduling: process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/rule +.PHONY : non_preemptive_priority_scheduling + +# fast build rule for target. +non_preemptive_priority_scheduling/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build +.PHONY : non_preemptive_priority_scheduling/fast + +non_preemptive_priority_scheduling.o: non_preemptive_priority_scheduling.c.o +.PHONY : non_preemptive_priority_scheduling.o + +# target to build an object file +non_preemptive_priority_scheduling.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.o +.PHONY : non_preemptive_priority_scheduling.c.o + +non_preemptive_priority_scheduling.i: non_preemptive_priority_scheduling.c.i +.PHONY : non_preemptive_priority_scheduling.i + +# target to preprocess a source file +non_preemptive_priority_scheduling.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.i +.PHONY : non_preemptive_priority_scheduling.c.i + +non_preemptive_priority_scheduling.s: non_preemptive_priority_scheduling.c.s +.PHONY : non_preemptive_priority_scheduling.s + +# target to generate assembly for a file +non_preemptive_priority_scheduling.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/build.make process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/non_preemptive_priority_scheduling.c.s +.PHONY : non_preemptive_priority_scheduling.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... non_preemptive_priority_scheduling" + @echo "... non_preemptive_priority_scheduling.o" + @echo "... non_preemptive_priority_scheduling.i" + @echo "... non_preemptive_priority_scheduling.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/process_scheduling_algorithms/cmake_install.cmake b/process_scheduling_algorithms/cmake_install.cmake new file mode 100644 index 0000000000..2407c216e8 --- /dev/null +++ b/process_scheduling_algorithms/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /Users/jesperolsen/development/C/process_scheduling_algorithms + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/process_scheduling_algorithms" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/process_scheduling_algorithms/non_preemptive_priority_scheduling") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/process_scheduling_algorithms/non_preemptive_priority_scheduling" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/process_scheduling_algorithms/non_preemptive_priority_scheduling") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/process_scheduling_algorithms/non_preemptive_priority_scheduling") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/process_scheduling_algorithms/CMakeFiles/non_preemptive_priority_scheduling.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/process_scheduling_algorithms/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/process_scheduling_algorithms/non_preemptive_priority_scheduling b/process_scheduling_algorithms/non_preemptive_priority_scheduling new file mode 100755 index 0000000000..5045590053 Binary files /dev/null and b/process_scheduling_algorithms/non_preemptive_priority_scheduling differ diff --git a/project_euler/CMakeFiles/CMakeDirectoryInformation.cmake b/project_euler/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/project_euler/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_1-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..76863a55ec --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_1/sol1.c" "project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/build.make b/project_euler/CMakeFiles/problem_1-sol1.dir/build.make new file mode 100644 index 0000000000..4d652fda49 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_1-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_1-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_1-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_1-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/codegen + +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o: project_euler/CMakeFiles/problem_1-sol1.dir/flags.make +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o: project_euler/problem_1/sol1.c +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o: project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o -MF CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o.d -o CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_1/sol1.c + +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_1/sol1.c > CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.i + +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_1/sol1.c -o CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.s + +# Object files for target problem_1-sol1 +problem_1__sol1_OBJECTS = \ +"CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o" + +# External object files for target problem_1-sol1 +problem_1__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_1-sol1: project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o +project_euler/problem_1-sol1: project_euler/CMakeFiles/problem_1-sol1.dir/build.make +project_euler/problem_1-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_1-sol1: project_euler/CMakeFiles/problem_1-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_1-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_1-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_1-sol1.dir/build: project_euler/problem_1-sol1 +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/build + +project_euler/CMakeFiles/problem_1-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_1-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/clean + +project_euler/CMakeFiles/problem_1-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_1-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d7534c75b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o" + "CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o.d" + "problem_1-sol1" + "problem_1-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_1-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..0721be0b3c --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_1/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..6e0ae95263 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o: project_euler/problem_1/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +project_euler/problem_1/sol1.c: diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..8967c51949 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_1-sol1. diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_1-sol1.dir/depend.make new file mode 100644 index 0000000000..f657f954e5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_1-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_1-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_1-sol1.dir/link.txt new file mode 100644 index 0000000000..f62be0c044 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o" -o problem_1-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o b/project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o new file mode 100644 index 0000000000..98b5bc282e Binary files /dev/null and b/project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o.d b/project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o.d new file mode 100644 index 0000000000..332408a94f --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_1/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_1-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_1-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_1-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..7d22e1c5ce --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_1/sol2.c" "project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/build.make b/project_euler/CMakeFiles/problem_1-sol2.dir/build.make new file mode 100644 index 0000000000..fdfcea4d9b --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_1-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_1-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_1-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_1-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/codegen + +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o: project_euler/CMakeFiles/problem_1-sol2.dir/flags.make +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o: project_euler/problem_1/sol2.c +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o: project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o -MF CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o.d -o CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_1/sol2.c + +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_1/sol2.c > CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.i + +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_1/sol2.c -o CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.s + +# Object files for target problem_1-sol2 +problem_1__sol2_OBJECTS = \ +"CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o" + +# External object files for target problem_1-sol2 +problem_1__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_1-sol2: project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o +project_euler/problem_1-sol2: project_euler/CMakeFiles/problem_1-sol2.dir/build.make +project_euler/problem_1-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_1-sol2: project_euler/CMakeFiles/problem_1-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_1-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_1-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_1-sol2.dir/build: project_euler/problem_1-sol2 +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/build + +project_euler/CMakeFiles/problem_1-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_1-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/clean + +project_euler/CMakeFiles/problem_1-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_1-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..5f8cbc3c71 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o" + "CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o.d" + "problem_1-sol2" + "problem_1-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_1-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..86dcb92c95 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_1/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..910903ad1e --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o: project_euler/problem_1/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +project_euler/problem_1/sol2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..df8abcb95c --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_1-sol2. diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_1-sol2.dir/depend.make new file mode 100644 index 0000000000..044bc853db --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_1-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_1-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_1-sol2.dir/link.txt new file mode 100644 index 0000000000..72a7242bdd --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o" -o problem_1-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o b/project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o new file mode 100644 index 0000000000..7e79f6f6d6 Binary files /dev/null and b/project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o.d b/project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o.d new file mode 100644 index 0000000000..98c6741833 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_1/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_1-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_1-sol2.dir/progress.make new file mode 100644 index 0000000000..ab9fbad42e --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 60 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_1-sol3.dir/DependInfo.cmake new file mode 100644 index 0000000000..fcb4a58a10 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_1/sol3.c" "project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o" "gcc" "project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/build.make b/project_euler/CMakeFiles/problem_1-sol3.dir/build.make new file mode 100644 index 0000000000..7c5c9c33b7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_1-sol3.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_1-sol3.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_1-sol3.dir/flags.make + +project_euler/CMakeFiles/problem_1-sol3.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/codegen + +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o: project_euler/CMakeFiles/problem_1-sol3.dir/flags.make +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o: project_euler/problem_1/sol3.c +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o: project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o -MF CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o.d -o CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o -c /Users/jesperolsen/development/C/project_euler/problem_1/sol3.c + +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_1/sol3.c > CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.i + +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_1/sol3.c -o CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.s + +# Object files for target problem_1-sol3 +problem_1__sol3_OBJECTS = \ +"CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o" + +# External object files for target problem_1-sol3 +problem_1__sol3_EXTERNAL_OBJECTS = + +project_euler/problem_1-sol3: project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o +project_euler/problem_1-sol3: project_euler/CMakeFiles/problem_1-sol3.dir/build.make +project_euler/problem_1-sol3: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_1-sol3: project_euler/CMakeFiles/problem_1-sol3.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_1-sol3" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_1-sol3.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_1-sol3.dir/build: project_euler/problem_1-sol3 +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/build + +project_euler/CMakeFiles/problem_1-sol3.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_1-sol3.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/clean + +project_euler/CMakeFiles/problem_1-sol3.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol3.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/depend + diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_1-sol3.dir/cmake_clean.cmake new file mode 100644 index 0000000000..69fa7dd2f2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o" + "CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o.d" + "problem_1-sol3" + "problem_1-sol3.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_1-sol3.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.internal new file mode 100644 index 0000000000..1ee8cba30c --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o + /Users/jesperolsen/development/C/project_euler/problem_1/sol3.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.make new file mode 100644 index 0000000000..1af7ab2aad --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o: project_euler/problem_1/sol3.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +project_euler/problem_1/sol3.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.ts new file mode 100644 index 0000000000..d9ab4a0dc3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_1-sol3. diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/depend.make b/project_euler/CMakeFiles/problem_1-sol3.dir/depend.make new file mode 100644 index 0000000000..27ae8f8233 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_1-sol3. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/flags.make b/project_euler/CMakeFiles/problem_1-sol3.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/link.txt b/project_euler/CMakeFiles/problem_1-sol3.dir/link.txt new file mode 100644 index 0000000000..687b04e259 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o" -o problem_1-sol3 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o b/project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o new file mode 100644 index 0000000000..56cd549e89 Binary files /dev/null and b/project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o differ diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o.d b/project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o.d new file mode 100644 index 0000000000..21a7da9ee7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_1/sol3.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_1-sol3.dir/progress.make b/project_euler/CMakeFiles/problem_1-sol3.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol3.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_1-sol4.dir/DependInfo.cmake new file mode 100644 index 0000000000..f178d557cc --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_1/sol4.c" "project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o" "gcc" "project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/build.make b/project_euler/CMakeFiles/problem_1-sol4.dir/build.make new file mode 100644 index 0000000000..ec79eb7532 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_1-sol4.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_1-sol4.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_1-sol4.dir/flags.make + +project_euler/CMakeFiles/problem_1-sol4.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/codegen + +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o: project_euler/CMakeFiles/problem_1-sol4.dir/flags.make +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o: project_euler/problem_1/sol4.c +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o: project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o -MF CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o.d -o CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o -c /Users/jesperolsen/development/C/project_euler/problem_1/sol4.c + +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_1/sol4.c > CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.i + +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_1/sol4.c -o CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.s + +# Object files for target problem_1-sol4 +problem_1__sol4_OBJECTS = \ +"CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o" + +# External object files for target problem_1-sol4 +problem_1__sol4_EXTERNAL_OBJECTS = + +project_euler/problem_1-sol4: project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o +project_euler/problem_1-sol4: project_euler/CMakeFiles/problem_1-sol4.dir/build.make +project_euler/problem_1-sol4: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_1-sol4: project_euler/CMakeFiles/problem_1-sol4.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_1-sol4" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_1-sol4.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_1-sol4.dir/build: project_euler/problem_1-sol4 +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/build + +project_euler/CMakeFiles/problem_1-sol4.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_1-sol4.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/clean + +project_euler/CMakeFiles/problem_1-sol4.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol4.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/depend + diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_1-sol4.dir/cmake_clean.cmake new file mode 100644 index 0000000000..85a38f88c5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o" + "CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o.d" + "problem_1-sol4" + "problem_1-sol4.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_1-sol4.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.internal new file mode 100644 index 0000000000..9cb5b8a1fd --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o + /Users/jesperolsen/development/C/project_euler/problem_1/sol4.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.make new file mode 100644 index 0000000000..2a82a009d1 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o: project_euler/problem_1/sol4.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +project_euler/problem_1/sol4.c: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.ts new file mode 100644 index 0000000000..2541b1c481 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_1-sol4. diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/depend.make b/project_euler/CMakeFiles/problem_1-sol4.dir/depend.make new file mode 100644 index 0000000000..485c17a6c5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_1-sol4. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/flags.make b/project_euler/CMakeFiles/problem_1-sol4.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/link.txt b/project_euler/CMakeFiles/problem_1-sol4.dir/link.txt new file mode 100644 index 0000000000..9971d893a8 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o" -o problem_1-sol4 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o b/project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o new file mode 100644 index 0000000000..9d440f51f4 Binary files /dev/null and b/project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o differ diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o.d b/project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o.d new file mode 100644 index 0000000000..cd5346dac8 --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_1/sol4.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_1-sol4.dir/progress.make b/project_euler/CMakeFiles/problem_1-sol4.dir/progress.make new file mode 100644 index 0000000000..a86269a81c --- /dev/null +++ b/project_euler/CMakeFiles/problem_1-sol4.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 61 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_10-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..e60de70a72 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_10/sol1.c" "project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/build.make b/project_euler/CMakeFiles/problem_10-sol1.dir/build.make new file mode 100644 index 0000000000..d05aa4ec3d --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_10-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_10-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_10-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_10-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/codegen + +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o: project_euler/CMakeFiles/problem_10-sol1.dir/flags.make +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o: project_euler/problem_10/sol1.c +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o: project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o -MF CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o.d -o CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_10/sol1.c + +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_10/sol1.c > CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.i + +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_10/sol1.c -o CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.s + +# Object files for target problem_10-sol1 +problem_10__sol1_OBJECTS = \ +"CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o" + +# External object files for target problem_10-sol1 +problem_10__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_10-sol1: project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o +project_euler/problem_10-sol1: project_euler/CMakeFiles/problem_10-sol1.dir/build.make +project_euler/problem_10-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_10-sol1: project_euler/CMakeFiles/problem_10-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_10-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_10-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_10-sol1.dir/build: project_euler/problem_10-sol1 +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/build + +project_euler/CMakeFiles/problem_10-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_10-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/clean + +project_euler/CMakeFiles/problem_10-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_10-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_10-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..888b7665d2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o" + "CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o.d" + "problem_10-sol1" + "problem_10-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_10-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..892030e79e --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_10/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..0ad614e1c7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o: project_euler/problem_10/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +project_euler/problem_10/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..e24c7448f2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_10-sol1. diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_10-sol1.dir/depend.make new file mode 100644 index 0000000000..a9bc42d3b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_10-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_10-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_10-sol1.dir/link.txt new file mode 100644 index 0000000000..ada8402d0f --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o" -o problem_10-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o b/project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o new file mode 100644 index 0000000000..28ae3156fe Binary files /dev/null and b/project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o.d b/project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o.d new file mode 100644 index 0000000000..cb3e3e0011 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o.d @@ -0,0 +1,88 @@ +project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_10/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_10-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_10-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_10-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..02d1e2e75f --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_10/sol2.c" "project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/build.make b/project_euler/CMakeFiles/problem_10-sol2.dir/build.make new file mode 100644 index 0000000000..30c07977a8 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_10-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_10-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_10-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_10-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/codegen + +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o: project_euler/CMakeFiles/problem_10-sol2.dir/flags.make +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o: project_euler/problem_10/sol2.c +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o: project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o -MF CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o.d -o CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_10/sol2.c + +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_10/sol2.c > CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.i + +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_10/sol2.c -o CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.s + +# Object files for target problem_10-sol2 +problem_10__sol2_OBJECTS = \ +"CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o" + +# External object files for target problem_10-sol2 +problem_10__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_10-sol2: project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o +project_euler/problem_10-sol2: project_euler/CMakeFiles/problem_10-sol2.dir/build.make +project_euler/problem_10-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_10-sol2: project_euler/CMakeFiles/problem_10-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_10-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_10-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_10-sol2.dir/build: project_euler/problem_10-sol2 +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/build + +project_euler/CMakeFiles/problem_10-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_10-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/clean + +project_euler/CMakeFiles/problem_10-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_10-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_10-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..2fcf7ee6c9 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o" + "CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o.d" + "problem_10-sol2" + "problem_10-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_10-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..d396541b96 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_10/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..4e070c35a5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o: project_euler/problem_10/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +project_euler/problem_10/sol2.c: diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..2a38c750fe --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_10-sol2. diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_10-sol2.dir/depend.make new file mode 100644 index 0000000000..0b13c8e1d2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_10-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_10-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_10-sol2.dir/link.txt new file mode 100644 index 0000000000..f1232b3763 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o" -o problem_10-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o b/project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o new file mode 100644 index 0000000000..d965f651ec Binary files /dev/null and b/project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o.d b/project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o.d new file mode 100644 index 0000000000..af7156f9d4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o.d @@ -0,0 +1,88 @@ +project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_10/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_10-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_10-sol2.dir/progress.make new file mode 100644 index 0000000000..5eeab3e193 --- /dev/null +++ b/project_euler/CMakeFiles/problem_10-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 62 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_12-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..d77857b603 --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_12/sol1.c" "project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/build.make b/project_euler/CMakeFiles/problem_12-sol1.dir/build.make new file mode 100644 index 0000000000..f0823bc115 --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_12-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_12-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_12-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_12-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/codegen + +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o: project_euler/CMakeFiles/problem_12-sol1.dir/flags.make +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o: project_euler/problem_12/sol1.c +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o: project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o -MF CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o.d -o CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_12/sol1.c + +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_12/sol1.c > CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.i + +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_12/sol1.c -o CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.s + +# Object files for target problem_12-sol1 +problem_12__sol1_OBJECTS = \ +"CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o" + +# External object files for target problem_12-sol1 +problem_12__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_12-sol1: project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o +project_euler/problem_12-sol1: project_euler/CMakeFiles/problem_12-sol1.dir/build.make +project_euler/problem_12-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_12-sol1: project_euler/CMakeFiles/problem_12-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_12-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_12-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_12-sol1.dir/build: project_euler/problem_12-sol1 +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/build + +project_euler/CMakeFiles/problem_12-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_12-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/clean + +project_euler/CMakeFiles/problem_12-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_12-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_12-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d96995297c --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o" + "CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o.d" + "problem_12-sol1" + "problem_12-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_12-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..5ccdb17960 --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_12/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..175387697c --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o: project_euler/problem_12/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +project_euler/problem_12/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..58b51b1a95 --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_12-sol1. diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_12-sol1.dir/depend.make new file mode 100644 index 0000000000..b540dc2def --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_12-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_12-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_12-sol1.dir/link.txt new file mode 100644 index 0000000000..0c2a092486 --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o" -o problem_12-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o b/project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o new file mode 100644 index 0000000000..fe2ca449cb Binary files /dev/null and b/project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o.d b/project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o.d new file mode 100644 index 0000000000..abe9de2b73 --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o.d @@ -0,0 +1,88 @@ +project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_12/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_12-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_12-sol1.dir/progress.make new file mode 100644 index 0000000000..3f01b28827 --- /dev/null +++ b/project_euler/CMakeFiles/problem_12-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 63 + diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_13-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..08031388f8 --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_13/sol1.c" "project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/build.make b/project_euler/CMakeFiles/problem_13-sol1.dir/build.make new file mode 100644 index 0000000000..31456b370d --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_13-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_13-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_13-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_13-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/codegen + +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o: project_euler/CMakeFiles/problem_13-sol1.dir/flags.make +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o: project_euler/problem_13/sol1.c +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o: project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o -MF CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o.d -o CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_13/sol1.c + +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_13/sol1.c > CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.i + +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_13/sol1.c -o CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.s + +# Object files for target problem_13-sol1 +problem_13__sol1_OBJECTS = \ +"CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o" + +# External object files for target problem_13-sol1 +problem_13__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_13-sol1: project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o +project_euler/problem_13-sol1: project_euler/CMakeFiles/problem_13-sol1.dir/build.make +project_euler/problem_13-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_13-sol1: project_euler/CMakeFiles/problem_13-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_13-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_13-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_13-sol1.dir/build: project_euler/problem_13-sol1 +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/build + +project_euler/CMakeFiles/problem_13-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_13-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/clean + +project_euler/CMakeFiles/problem_13-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_13-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_13-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..0992fb47ad --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o" + "CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o.d" + "problem_13-sol1" + "problem_13-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_13-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..61a44e4428 --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.internal @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_13/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..3d320cffc0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.make @@ -0,0 +1,283 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o: project_euler/problem_13/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +project_euler/problem_13/sol1.c: diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..32d764e274 --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_13-sol1. diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_13-sol1.dir/depend.make new file mode 100644 index 0000000000..a97e3f161d --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_13-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_13-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_13-sol1.dir/link.txt new file mode 100644 index 0000000000..ea110acbba --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o" -o problem_13-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o b/project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o new file mode 100644 index 0000000000..25db7854f0 Binary files /dev/null and b/project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o.d b/project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o.d new file mode 100644 index 0000000000..a024f39bd0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o.d @@ -0,0 +1,94 @@ +project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_13/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/project_euler/CMakeFiles/problem_13-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_13-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_13-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_14-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..3b9c703e38 --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_14/sol1.c" "project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/build.make b/project_euler/CMakeFiles/problem_14-sol1.dir/build.make new file mode 100644 index 0000000000..8b19d92ef7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_14-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_14-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_14-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_14-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/codegen + +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o: project_euler/CMakeFiles/problem_14-sol1.dir/flags.make +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o: project_euler/problem_14/sol1.c +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o: project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o -MF CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o.d -o CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_14/sol1.c + +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_14/sol1.c > CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.i + +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_14/sol1.c -o CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.s + +# Object files for target problem_14-sol1 +problem_14__sol1_OBJECTS = \ +"CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o" + +# External object files for target problem_14-sol1 +problem_14__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_14-sol1: project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o +project_euler/problem_14-sol1: project_euler/CMakeFiles/problem_14-sol1.dir/build.make +project_euler/problem_14-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_14-sol1: project_euler/CMakeFiles/problem_14-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_14-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_14-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_14-sol1.dir/build: project_euler/problem_14-sol1 +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/build + +project_euler/CMakeFiles/problem_14-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_14-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/clean + +project_euler/CMakeFiles/problem_14-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_14-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_14-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..7b72b12846 --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o" + "CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o.d" + "problem_14-sol1" + "problem_14-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_14-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..ac6ab7287c --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_14/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..374d1a0183 --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o: project_euler/problem_14/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +project_euler/problem_14/sol1.c: diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..511ab69989 --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_14-sol1. diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_14-sol1.dir/depend.make new file mode 100644 index 0000000000..8d2efab454 --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_14-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_14-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_14-sol1.dir/link.txt new file mode 100644 index 0000000000..e1e7ac5e8d --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o" -o problem_14-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o b/project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o new file mode 100644 index 0000000000..ac94e74b3d Binary files /dev/null and b/project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o.d b/project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o.d new file mode 100644 index 0000000000..d4894cf17f --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o.d @@ -0,0 +1,87 @@ +project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_14/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_14-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_14-sol1.dir/progress.make new file mode 100644 index 0000000000..842e7d8707 --- /dev/null +++ b/project_euler/CMakeFiles/problem_14-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 64 + diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_15-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..065d006bc0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_15/sol1.c" "project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/build.make b/project_euler/CMakeFiles/problem_15-sol1.dir/build.make new file mode 100644 index 0000000000..18fb4d1367 --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_15-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_15-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_15-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_15-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/codegen + +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o: project_euler/CMakeFiles/problem_15-sol1.dir/flags.make +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o: project_euler/problem_15/sol1.c +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o: project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o -MF CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o.d -o CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_15/sol1.c + +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_15/sol1.c > CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.i + +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_15/sol1.c -o CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.s + +# Object files for target problem_15-sol1 +problem_15__sol1_OBJECTS = \ +"CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o" + +# External object files for target problem_15-sol1 +problem_15__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_15-sol1: project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o +project_euler/problem_15-sol1: project_euler/CMakeFiles/problem_15-sol1.dir/build.make +project_euler/problem_15-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_15-sol1: project_euler/CMakeFiles/problem_15-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_15-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_15-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_15-sol1.dir/build: project_euler/problem_15-sol1 +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/build + +project_euler/CMakeFiles/problem_15-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_15-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/clean + +project_euler/CMakeFiles/problem_15-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_15-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_15-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b89a3fc85f --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o" + "CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o.d" + "problem_15-sol1" + "problem_15-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_15-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..c1627db25f --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_15/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..ea88a1f2b4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o: project_euler/problem_15/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +project_euler/problem_15/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..3d940acb36 --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_15-sol1. diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_15-sol1.dir/depend.make new file mode 100644 index 0000000000..6ea87fd8fc --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_15-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_15-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_15-sol1.dir/link.txt new file mode 100644 index 0000000000..c8a2173b4e --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o" -o problem_15-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o b/project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o new file mode 100644 index 0000000000..3bfb9856f1 Binary files /dev/null and b/project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o.d b/project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o.d new file mode 100644 index 0000000000..391d826f5e --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o.d @@ -0,0 +1,87 @@ +project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_15/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_15-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_15-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_15-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_16-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..0029435b24 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_16/sol1.c" "project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/build.make b/project_euler/CMakeFiles/problem_16-sol1.dir/build.make new file mode 100644 index 0000000000..7e84c3ed50 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_16-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_16-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_16-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_16-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/codegen + +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o: project_euler/CMakeFiles/problem_16-sol1.dir/flags.make +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o: project_euler/problem_16/sol1.c +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o: project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o -MF CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o.d -o CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_16/sol1.c + +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_16/sol1.c > CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.i + +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_16/sol1.c -o CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.s + +# Object files for target problem_16-sol1 +problem_16__sol1_OBJECTS = \ +"CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o" + +# External object files for target problem_16-sol1 +problem_16__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_16-sol1: project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o +project_euler/problem_16-sol1: project_euler/CMakeFiles/problem_16-sol1.dir/build.make +project_euler/problem_16-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_16-sol1: project_euler/CMakeFiles/problem_16-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_16-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_16-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_16-sol1.dir/build: project_euler/problem_16-sol1 +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/build + +project_euler/CMakeFiles/problem_16-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_16-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/clean + +project_euler/CMakeFiles/problem_16-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_16-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_16-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3a335d2527 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o" + "CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o.d" + "problem_16-sol1" + "problem_16-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_16-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..50315900b3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_16/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..ba49170613 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o: project_euler/problem_16/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +project_euler/problem_16/sol1.c: diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..aa90335ed6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_16-sol1. diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_16-sol1.dir/depend.make new file mode 100644 index 0000000000..8732f6cedd --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_16-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_16-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_16-sol1.dir/link.txt new file mode 100644 index 0000000000..e3465972c2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o" -o problem_16-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o b/project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o new file mode 100644 index 0000000000..5ddaeb311f Binary files /dev/null and b/project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o.d b/project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o.d new file mode 100644 index 0000000000..b1ca798051 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o.d @@ -0,0 +1,88 @@ +project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_16/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_16-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_16-sol1.dir/progress.make new file mode 100644 index 0000000000..05e01bbc17 --- /dev/null +++ b/project_euler/CMakeFiles/problem_16-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 65 + diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_19-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..6e5cc9b32b --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_19/sol1.c" "project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/build.make b/project_euler/CMakeFiles/problem_19-sol1.dir/build.make new file mode 100644 index 0000000000..2679bb9e02 --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_19-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_19-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_19-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_19-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/codegen + +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o: project_euler/CMakeFiles/problem_19-sol1.dir/flags.make +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o: project_euler/problem_19/sol1.c +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o: project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o -MF CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o.d -o CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_19/sol1.c + +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_19/sol1.c > CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.i + +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_19/sol1.c -o CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.s + +# Object files for target problem_19-sol1 +problem_19__sol1_OBJECTS = \ +"CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o" + +# External object files for target problem_19-sol1 +problem_19__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_19-sol1: project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o +project_euler/problem_19-sol1: project_euler/CMakeFiles/problem_19-sol1.dir/build.make +project_euler/problem_19-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_19-sol1: project_euler/CMakeFiles/problem_19-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_19-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_19-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_19-sol1.dir/build: project_euler/problem_19-sol1 +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/build + +project_euler/CMakeFiles/problem_19-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_19-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/clean + +project_euler/CMakeFiles/problem_19-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_19-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_19-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..5517464574 --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o" + "CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o.d" + "problem_19-sol1" + "problem_19-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_19-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..fbcb8b97b1 --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_19/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..df504bf38a --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o: project_euler/problem_19/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +project_euler/problem_19/sol1.c: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..f9bf36e88b --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_19-sol1. diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_19-sol1.dir/depend.make new file mode 100644 index 0000000000..828a5c3568 --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_19-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_19-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_19-sol1.dir/link.txt new file mode 100644 index 0000000000..ab879a6769 --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o" -o problem_19-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o b/project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o new file mode 100644 index 0000000000..c137c70a2a Binary files /dev/null and b/project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o.d b/project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o.d new file mode 100644 index 0000000000..19275fec8d --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_19/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_19-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_19-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_19-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_2-so1.dir/DependInfo.cmake new file mode 100644 index 0000000000..4f02edbac4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_2/so1.c" "project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o" "gcc" "project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/build.make b/project_euler/CMakeFiles/problem_2-so1.dir/build.make new file mode 100644 index 0000000000..050b0ff99b --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_2-so1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_2-so1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_2-so1.dir/flags.make + +project_euler/CMakeFiles/problem_2-so1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/codegen + +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o: project_euler/CMakeFiles/problem_2-so1.dir/flags.make +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o: project_euler/problem_2/so1.c +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o: project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o -MF CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o.d -o CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_2/so1.c + +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_2-so1.dir/problem_2/so1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_2/so1.c > CMakeFiles/problem_2-so1.dir/problem_2/so1.c.i + +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_2-so1.dir/problem_2/so1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_2/so1.c -o CMakeFiles/problem_2-so1.dir/problem_2/so1.c.s + +# Object files for target problem_2-so1 +problem_2__so1_OBJECTS = \ +"CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o" + +# External object files for target problem_2-so1 +problem_2__so1_EXTERNAL_OBJECTS = + +project_euler/problem_2-so1: project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o +project_euler/problem_2-so1: project_euler/CMakeFiles/problem_2-so1.dir/build.make +project_euler/problem_2-so1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_2-so1: project_euler/CMakeFiles/problem_2-so1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_2-so1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_2-so1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_2-so1.dir/build: project_euler/problem_2-so1 +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/build + +project_euler/CMakeFiles/problem_2-so1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_2-so1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/clean + +project_euler/CMakeFiles/problem_2-so1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_2-so1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_2-so1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..92d2a39e70 --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o" + "CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o.d" + "problem_2-so1" + "problem_2-so1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_2-so1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.internal new file mode 100644 index 0000000000..8ef3ff8fed --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o + /Users/jesperolsen/development/C/project_euler/problem_2/so1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.make new file mode 100644 index 0000000000..8a5168da06 --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o: project_euler/problem_2/so1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +project_euler/problem_2/so1.c: diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.ts new file mode 100644 index 0000000000..008f272b09 --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_2-so1. diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/depend.make b/project_euler/CMakeFiles/problem_2-so1.dir/depend.make new file mode 100644 index 0000000000..e42cf0138b --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_2-so1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/flags.make b/project_euler/CMakeFiles/problem_2-so1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/link.txt b/project_euler/CMakeFiles/problem_2-so1.dir/link.txt new file mode 100644 index 0000000000..01c6792c49 --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o" -o problem_2-so1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o b/project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o new file mode 100644 index 0000000000..1ecae5df0b Binary files /dev/null and b/project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o differ diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o.d b/project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o.d new file mode 100644 index 0000000000..65c2e14386 --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_2/so1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_2-so1.dir/progress.make b/project_euler/CMakeFiles/problem_2-so1.dir/progress.make new file mode 100644 index 0000000000..81b9ee5e66 --- /dev/null +++ b/project_euler/CMakeFiles/problem_2-so1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 66 + diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_20-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..783239f388 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_20/sol1.c" "project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/build.make b/project_euler/CMakeFiles/problem_20-sol1.dir/build.make new file mode 100644 index 0000000000..f27f4b99f5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_20-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_20-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_20-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_20-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/codegen + +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o: project_euler/CMakeFiles/problem_20-sol1.dir/flags.make +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o: project_euler/problem_20/sol1.c +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o: project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o -MF CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o.d -o CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_20/sol1.c + +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_20/sol1.c > CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.i + +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_20/sol1.c -o CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.s + +# Object files for target problem_20-sol1 +problem_20__sol1_OBJECTS = \ +"CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o" + +# External object files for target problem_20-sol1 +problem_20__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_20-sol1: project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o +project_euler/problem_20-sol1: project_euler/CMakeFiles/problem_20-sol1.dir/build.make +project_euler/problem_20-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_20-sol1: project_euler/CMakeFiles/problem_20-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_20-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_20-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_20-sol1.dir/build: project_euler/problem_20-sol1 +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/build + +project_euler/CMakeFiles/problem_20-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_20-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/clean + +project_euler/CMakeFiles/problem_20-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_20-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_20-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..5374651f31 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o" + "CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o.d" + "problem_20-sol1" + "problem_20-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_20-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..b8bdb562b3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_20/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..e579b565d0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o: project_euler/problem_20/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +project_euler/problem_20/sol1.c: diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..bb25091203 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_20-sol1. diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_20-sol1.dir/depend.make new file mode 100644 index 0000000000..a0f534565e --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_20-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_20-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_20-sol1.dir/link.txt new file mode 100644 index 0000000000..79615fe22b --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o" -o problem_20-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o b/project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o new file mode 100644 index 0000000000..a3894a00be Binary files /dev/null and b/project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o.d b/project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o.d new file mode 100644 index 0000000000..712e7a2037 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o.d @@ -0,0 +1,92 @@ +project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_20/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/project_euler/CMakeFiles/problem_20-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_20-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_20-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_21-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..b1f5bd790c --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_21/sol1.c" "project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/build.make b/project_euler/CMakeFiles/problem_21-sol1.dir/build.make new file mode 100644 index 0000000000..026ab0c79a --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_21-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_21-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_21-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_21-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/codegen + +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o: project_euler/CMakeFiles/problem_21-sol1.dir/flags.make +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o: project_euler/problem_21/sol1.c +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o: project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o -MF CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o.d -o CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_21/sol1.c + +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_21/sol1.c > CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.i + +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_21/sol1.c -o CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.s + +# Object files for target problem_21-sol1 +problem_21__sol1_OBJECTS = \ +"CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o" + +# External object files for target problem_21-sol1 +problem_21__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_21-sol1: project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o +project_euler/problem_21-sol1: project_euler/CMakeFiles/problem_21-sol1.dir/build.make +project_euler/problem_21-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_21-sol1: project_euler/CMakeFiles/problem_21-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_21-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_21-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_21-sol1.dir/build: project_euler/problem_21-sol1 +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/build + +project_euler/CMakeFiles/problem_21-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_21-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/clean + +project_euler/CMakeFiles/problem_21-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_21-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_21-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9265798196 --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o" + "CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o.d" + "problem_21-sol1" + "problem_21-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_21-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..d0779150a9 --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_21/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..ea13286ef6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o: project_euler/problem_21/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +project_euler/problem_21/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..bc35bb3963 --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_21-sol1. diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_21-sol1.dir/depend.make new file mode 100644 index 0000000000..a7193ce777 --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_21-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_21-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_21-sol1.dir/link.txt new file mode 100644 index 0000000000..caa73207ab --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o" -o problem_21-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o b/project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o new file mode 100644 index 0000000000..414a4607f4 Binary files /dev/null and b/project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o.d b/project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o.d new file mode 100644 index 0000000000..2dd17f10db --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o.d @@ -0,0 +1,92 @@ +project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_21/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/project_euler/CMakeFiles/problem_21-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_21-sol1.dir/progress.make new file mode 100644 index 0000000000..5291f3ec43 --- /dev/null +++ b/project_euler/CMakeFiles/problem_21-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 67 + diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_22-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..0f80ac0d2b --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_22/sol1.c" "project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/build.make b/project_euler/CMakeFiles/problem_22-sol1.dir/build.make new file mode 100644 index 0000000000..8abadeb024 --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_22-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_22-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_22-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_22-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/codegen + +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o: project_euler/CMakeFiles/problem_22-sol1.dir/flags.make +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o: project_euler/problem_22/sol1.c +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o: project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o -MF CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o.d -o CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_22/sol1.c + +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_22/sol1.c > CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.i + +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_22/sol1.c -o CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.s + +# Object files for target problem_22-sol1 +problem_22__sol1_OBJECTS = \ +"CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o" + +# External object files for target problem_22-sol1 +problem_22__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_22-sol1: project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o +project_euler/problem_22-sol1: project_euler/CMakeFiles/problem_22-sol1.dir/build.make +project_euler/problem_22-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_22-sol1: project_euler/CMakeFiles/problem_22-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_22-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_22-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_22-sol1.dir/build: project_euler/problem_22-sol1 +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/build + +project_euler/CMakeFiles/problem_22-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_22-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/clean + +project_euler/CMakeFiles/problem_22-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_22-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_22-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..552813b4fc --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o" + "CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o.d" + "problem_22-sol1" + "problem_22-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_22-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..d1f606cc0c --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.internal @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_22/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..c0cf26147e --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.make @@ -0,0 +1,298 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o: project_euler/problem_22/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +project_euler/problem_22/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..5b22b7fcd3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_22-sol1. diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_22-sol1.dir/depend.make new file mode 100644 index 0000000000..315a2cb52a --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_22-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_22-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_22-sol1.dir/link.txt new file mode 100644 index 0000000000..0decd232ff --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o" -o problem_22-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o b/project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o new file mode 100644 index 0000000000..793cb327e4 Binary files /dev/null and b/project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o.d b/project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o.d new file mode 100644 index 0000000000..23124b1d2d --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o.d @@ -0,0 +1,99 @@ +project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_22/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/project_euler/CMakeFiles/problem_22-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_22-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_22-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_23-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..f36487ebc7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_23/sol1.c" "project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/build.make b/project_euler/CMakeFiles/problem_23-sol1.dir/build.make new file mode 100644 index 0000000000..368dbbae51 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_23-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_23-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_23-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_23-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/codegen + +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o: project_euler/CMakeFiles/problem_23-sol1.dir/flags.make +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o: project_euler/problem_23/sol1.c +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o: project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o -MF CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o.d -o CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_23/sol1.c + +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_23/sol1.c > CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.i + +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_23/sol1.c -o CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.s + +# Object files for target problem_23-sol1 +problem_23__sol1_OBJECTS = \ +"CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o" + +# External object files for target problem_23-sol1 +problem_23__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_23-sol1: project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o +project_euler/problem_23-sol1: project_euler/CMakeFiles/problem_23-sol1.dir/build.make +project_euler/problem_23-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_23-sol1: project_euler/CMakeFiles/problem_23-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_23-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_23-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_23-sol1.dir/build: project_euler/problem_23-sol1 +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/build + +project_euler/CMakeFiles/problem_23-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_23-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/clean + +project_euler/CMakeFiles/problem_23-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_23-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_23-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..dd6b09418c --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o" + "CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o.d" + "problem_23-sol1" + "problem_23-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_23-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..966f15ec03 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_23/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..3413cb7bf9 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o: project_euler/problem_23/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +project_euler/problem_23/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..d6a966e1ee --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_23-sol1. diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_23-sol1.dir/depend.make new file mode 100644 index 0000000000..fbd364cce9 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_23-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_23-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_23-sol1.dir/link.txt new file mode 100644 index 0000000000..662d542f61 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o" -o problem_23-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o b/project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o new file mode 100644 index 0000000000..350e5e7bf5 Binary files /dev/null and b/project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o.d b/project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o.d new file mode 100644 index 0000000000..775aaa63e5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o.d @@ -0,0 +1,92 @@ +project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_23/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/project_euler/CMakeFiles/problem_23-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_23-sol1.dir/progress.make new file mode 100644 index 0000000000..4c0ccaa1df --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 68 + diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_23-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..46c3a7aef4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_23/sol2.c" "project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/build.make b/project_euler/CMakeFiles/problem_23-sol2.dir/build.make new file mode 100644 index 0000000000..e47d563321 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_23-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_23-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_23-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_23-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/codegen + +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o: project_euler/CMakeFiles/problem_23-sol2.dir/flags.make +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o: project_euler/problem_23/sol2.c +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o: project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o -MF CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o.d -o CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_23/sol2.c + +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_23/sol2.c > CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.i + +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_23/sol2.c -o CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.s + +# Object files for target problem_23-sol2 +problem_23__sol2_OBJECTS = \ +"CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o" + +# External object files for target problem_23-sol2 +problem_23__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_23-sol2: project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o +project_euler/problem_23-sol2: project_euler/CMakeFiles/problem_23-sol2.dir/build.make +project_euler/problem_23-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_23-sol2: project_euler/CMakeFiles/problem_23-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_23-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_23-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_23-sol2.dir/build: project_euler/problem_23-sol2 +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/build + +project_euler/CMakeFiles/problem_23-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_23-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/clean + +project_euler/CMakeFiles/problem_23-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_23-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_23-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..7c37892e04 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o" + "CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o.d" + "problem_23-sol2" + "problem_23-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_23-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..7a88222cb6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_23/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..c902e9d858 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o: project_euler/problem_23/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +project_euler/problem_23/sol2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..4b3c623eaa --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_23-sol2. diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_23-sol2.dir/depend.make new file mode 100644 index 0000000000..4d0ba5badb --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_23-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_23-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_23-sol2.dir/link.txt new file mode 100644 index 0000000000..43c0b298bf --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o" -o problem_23-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o b/project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o new file mode 100644 index 0000000000..2c41b2102c Binary files /dev/null and b/project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o.d b/project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o.d new file mode 100644 index 0000000000..fe8b197293 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o.d @@ -0,0 +1,92 @@ +project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_23/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/project_euler/CMakeFiles/problem_23-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_23-sol2.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_23-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_25-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..eda699fd7c --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_25/sol1.c" "project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/build.make b/project_euler/CMakeFiles/problem_25-sol1.dir/build.make new file mode 100644 index 0000000000..9c62881c3c --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_25-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_25-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_25-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_25-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/codegen + +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o: project_euler/CMakeFiles/problem_25-sol1.dir/flags.make +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o: project_euler/problem_25/sol1.c +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o: project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o -MF CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o.d -o CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_25/sol1.c + +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_25/sol1.c > CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.i + +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_25/sol1.c -o CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.s + +# Object files for target problem_25-sol1 +problem_25__sol1_OBJECTS = \ +"CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o" + +# External object files for target problem_25-sol1 +problem_25__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_25-sol1: project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o +project_euler/problem_25-sol1: project_euler/CMakeFiles/problem_25-sol1.dir/build.make +project_euler/problem_25-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_25-sol1: project_euler/CMakeFiles/problem_25-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_25-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_25-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_25-sol1.dir/build: project_euler/problem_25-sol1 +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/build + +project_euler/CMakeFiles/problem_25-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_25-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/clean + +project_euler/CMakeFiles/problem_25-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_25-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_25-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a0b7984da4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o" + "CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o.d" + "problem_25-sol1" + "problem_25-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_25-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..8535adce24 --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.internal @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_25/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..03061611ce --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.make @@ -0,0 +1,298 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o: project_euler/problem_25/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +project_euler/problem_25/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..1ec37adc71 --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_25-sol1. diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_25-sol1.dir/depend.make new file mode 100644 index 0000000000..37af61e60f --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_25-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_25-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_25-sol1.dir/link.txt new file mode 100644 index 0000000000..1271d3c794 --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o" -o problem_25-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o b/project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o new file mode 100644 index 0000000000..3e875fadb4 Binary files /dev/null and b/project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o.d b/project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o.d new file mode 100644 index 0000000000..4d97058442 --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o.d @@ -0,0 +1,99 @@ +project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_25/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/project_euler/CMakeFiles/problem_25-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_25-sol1.dir/progress.make new file mode 100644 index 0000000000..a7bdc517ed --- /dev/null +++ b/project_euler/CMakeFiles/problem_25-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 69 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_26-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..f3d08a421e --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_26/sol1.c" "project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/build.make b/project_euler/CMakeFiles/problem_26-sol1.dir/build.make new file mode 100644 index 0000000000..aef799e1ce --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_26-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_26-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_26-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_26-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/codegen + +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o: project_euler/CMakeFiles/problem_26-sol1.dir/flags.make +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o: project_euler/problem_26/sol1.c +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o: project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o -MF CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o.d -o CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_26/sol1.c + +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_26/sol1.c > CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.i + +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_26/sol1.c -o CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.s + +# Object files for target problem_26-sol1 +problem_26__sol1_OBJECTS = \ +"CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o" + +# External object files for target problem_26-sol1 +problem_26__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_26-sol1: project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o +project_euler/problem_26-sol1: project_euler/CMakeFiles/problem_26-sol1.dir/build.make +project_euler/problem_26-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_26-sol1: project_euler/CMakeFiles/problem_26-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_26-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_26-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_26-sol1.dir/build: project_euler/problem_26-sol1 +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/build + +project_euler/CMakeFiles/problem_26-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_26-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/clean + +project_euler/CMakeFiles/problem_26-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_26-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_26-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a8c7de30e9 --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o" + "CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o.d" + "problem_26-sol1" + "problem_26-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_26-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..18d70d23a7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.internal @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_26/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..e7af68d1c6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.make @@ -0,0 +1,298 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o: project_euler/problem_26/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +project_euler/problem_26/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..2c9050edbe --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_26-sol1. diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_26-sol1.dir/depend.make new file mode 100644 index 0000000000..9ceb93ddec --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_26-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_26-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_26-sol1.dir/link.txt new file mode 100644 index 0000000000..e5432f460d --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o" -o problem_26-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o b/project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o new file mode 100644 index 0000000000..ef476a13bc Binary files /dev/null and b/project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o.d b/project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o.d new file mode 100644 index 0000000000..ea89e11e39 --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o.d @@ -0,0 +1,99 @@ +project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_26/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/project_euler/CMakeFiles/problem_26-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_26-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_26-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_3-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..d130356231 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_3/sol1.c" "project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/build.make b/project_euler/CMakeFiles/problem_3-sol1.dir/build.make new file mode 100644 index 0000000000..ace6fa24bd --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_3-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_3-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_3-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_3-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/codegen + +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o: project_euler/CMakeFiles/problem_3-sol1.dir/flags.make +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o: project_euler/problem_3/sol1.c +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o: project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o -MF CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o.d -o CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_3/sol1.c + +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_3/sol1.c > CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.i + +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_3/sol1.c -o CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.s + +# Object files for target problem_3-sol1 +problem_3__sol1_OBJECTS = \ +"CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o" + +# External object files for target problem_3-sol1 +problem_3__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_3-sol1: project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o +project_euler/problem_3-sol1: project_euler/CMakeFiles/problem_3-sol1.dir/build.make +project_euler/problem_3-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_3-sol1: project_euler/CMakeFiles/problem_3-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_3-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_3-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_3-sol1.dir/build: project_euler/problem_3-sol1 +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/build + +project_euler/CMakeFiles/problem_3-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_3-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/clean + +project_euler/CMakeFiles/problem_3-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_3-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_3-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..00adbf4763 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o" + "CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o.d" + "problem_3-sol1" + "problem_3-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_3-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..f640c10937 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_3/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..bab4c97321 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o: project_euler/problem_3/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +project_euler/problem_3/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..3aed56d3dc --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_3-sol1. diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_3-sol1.dir/depend.make new file mode 100644 index 0000000000..54d6e6f818 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_3-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_3-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_3-sol1.dir/link.txt new file mode 100644 index 0000000000..e4fee2f46a --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o" -o problem_3-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o b/project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o new file mode 100644 index 0000000000..ba29a2ed40 Binary files /dev/null and b/project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o.d b/project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o.d new file mode 100644 index 0000000000..783e9ef4b0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o.d @@ -0,0 +1,42 @@ +project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_3/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_3-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_3-sol1.dir/progress.make new file mode 100644 index 0000000000..fadf7421fc --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 70 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_3-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..a722548207 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_3/sol2.c" "project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/build.make b/project_euler/CMakeFiles/problem_3-sol2.dir/build.make new file mode 100644 index 0000000000..edfc4542bd --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_3-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_3-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_3-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_3-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/codegen + +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o: project_euler/CMakeFiles/problem_3-sol2.dir/flags.make +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o: project_euler/problem_3/sol2.c +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o: project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o -MF CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o.d -o CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_3/sol2.c + +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_3/sol2.c > CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.i + +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_3/sol2.c -o CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.s + +# Object files for target problem_3-sol2 +problem_3__sol2_OBJECTS = \ +"CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o" + +# External object files for target problem_3-sol2 +problem_3__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_3-sol2: project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o +project_euler/problem_3-sol2: project_euler/CMakeFiles/problem_3-sol2.dir/build.make +project_euler/problem_3-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_3-sol2: project_euler/CMakeFiles/problem_3-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_3-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_3-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_3-sol2.dir/build: project_euler/problem_3-sol2 +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/build + +project_euler/CMakeFiles/problem_3-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_3-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/clean + +project_euler/CMakeFiles/problem_3-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_3-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_3-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..98debb539c --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o" + "CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o.d" + "problem_3-sol2" + "problem_3-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_3-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..19bdc887a0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_3/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..13134346d3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o: project_euler/problem_3/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +project_euler/problem_3/sol2.c: diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..15fe66b36a --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_3-sol2. diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_3-sol2.dir/depend.make new file mode 100644 index 0000000000..4868372be6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_3-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_3-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_3-sol2.dir/link.txt new file mode 100644 index 0000000000..60192f52ff --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o" -o problem_3-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o b/project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o new file mode 100644 index 0000000000..80f3de04bb Binary files /dev/null and b/project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o.d b/project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o.d new file mode 100644 index 0000000000..e4fa095e49 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_3/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_3-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_3-sol2.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_3-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_4-sol.dir/DependInfo.cmake new file mode 100644 index 0000000000..9d93977487 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_4/sol.c" "project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o" "gcc" "project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/build.make b/project_euler/CMakeFiles/problem_4-sol.dir/build.make new file mode 100644 index 0000000000..738a284188 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_4-sol.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_4-sol.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_4-sol.dir/flags.make + +project_euler/CMakeFiles/problem_4-sol.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/codegen + +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o: project_euler/CMakeFiles/problem_4-sol.dir/flags.make +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o: project_euler/problem_4/sol.c +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o: project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o -MF CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o.d -o CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o -c /Users/jesperolsen/development/C/project_euler/problem_4/sol.c + +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_4-sol.dir/problem_4/sol.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_4/sol.c > CMakeFiles/problem_4-sol.dir/problem_4/sol.c.i + +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_4-sol.dir/problem_4/sol.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_4/sol.c -o CMakeFiles/problem_4-sol.dir/problem_4/sol.c.s + +# Object files for target problem_4-sol +problem_4__sol_OBJECTS = \ +"CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o" + +# External object files for target problem_4-sol +problem_4__sol_EXTERNAL_OBJECTS = + +project_euler/problem_4-sol: project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o +project_euler/problem_4-sol: project_euler/CMakeFiles/problem_4-sol.dir/build.make +project_euler/problem_4-sol: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_4-sol: project_euler/CMakeFiles/problem_4-sol.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_4-sol" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_4-sol.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_4-sol.dir/build: project_euler/problem_4-sol +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/build + +project_euler/CMakeFiles/problem_4-sol.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_4-sol.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/clean + +project_euler/CMakeFiles/problem_4-sol.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_4-sol.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/depend + diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_4-sol.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9d52c9dc11 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o" + "CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o.d" + "problem_4-sol" + "problem_4-sol.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_4-sol.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.internal new file mode 100644 index 0000000000..f77bce1898 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o + /Users/jesperolsen/development/C/project_euler/problem_4/sol.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.make new file mode 100644 index 0000000000..9e953a63d3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o: project_euler/problem_4/sol.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +project_euler/problem_4/sol.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.ts new file mode 100644 index 0000000000..9b719fa9de --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_4-sol. diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/depend.make b/project_euler/CMakeFiles/problem_4-sol.dir/depend.make new file mode 100644 index 0000000000..38e4c5b787 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_4-sol. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/flags.make b/project_euler/CMakeFiles/problem_4-sol.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/link.txt b/project_euler/CMakeFiles/problem_4-sol.dir/link.txt new file mode 100644 index 0000000000..5ec2055236 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o" -o problem_4-sol /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o b/project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o new file mode 100644 index 0000000000..c6a256d9d4 Binary files /dev/null and b/project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o differ diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o.d b/project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o.d new file mode 100644 index 0000000000..a073c36224 --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_4/sol.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_4-sol.dir/progress.make b/project_euler/CMakeFiles/problem_4-sol.dir/progress.make new file mode 100644 index 0000000000..eb0876602d --- /dev/null +++ b/project_euler/CMakeFiles/problem_4-sol.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 71 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_401-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..dfbf39268f --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_401/sol1.c" "project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/build.make b/project_euler/CMakeFiles/problem_401-sol1.dir/build.make new file mode 100644 index 0000000000..3ca0ecece7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_401-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_401-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_401-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_401-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/codegen + +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o: project_euler/CMakeFiles/problem_401-sol1.dir/flags.make +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o: project_euler/problem_401/sol1.c +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o: project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o -MF CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o.d -o CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_401/sol1.c + +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_401/sol1.c > CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.i + +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_401/sol1.c -o CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.s + +# Object files for target problem_401-sol1 +problem_401__sol1_OBJECTS = \ +"CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o" + +# External object files for target problem_401-sol1 +problem_401__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_401-sol1: project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o +project_euler/problem_401-sol1: project_euler/CMakeFiles/problem_401-sol1.dir/build.make +project_euler/problem_401-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_401-sol1: project_euler/CMakeFiles/problem_401-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_401-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_401-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_401-sol1.dir/build: project_euler/problem_401-sol1 +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/build + +project_euler/CMakeFiles/problem_401-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_401-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/clean + +project_euler/CMakeFiles/problem_401-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_401-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_401-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1c2035e5b1 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o" + "CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o.d" + "problem_401-sol1" + "problem_401-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_401-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..d26f5a1541 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.internal @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_401/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..2b74c86e7c --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.make @@ -0,0 +1,286 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o: project_euler/problem_401/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +project_euler/problem_401/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..802035b614 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_401-sol1. diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_401-sol1.dir/depend.make new file mode 100644 index 0000000000..eb19eb9195 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_401-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_401-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_401-sol1.dir/link.txt new file mode 100644 index 0000000000..2a59b711f9 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o" -o problem_401-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o b/project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o new file mode 100644 index 0000000000..1139f5d919 Binary files /dev/null and b/project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o.d b/project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o.d new file mode 100644 index 0000000000..2810e099b5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o.d @@ -0,0 +1,95 @@ +project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_401/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h diff --git a/project_euler/CMakeFiles/problem_401-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_401-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_401-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_5-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..2c08c82b0a --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_5/sol1.c" "project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/build.make b/project_euler/CMakeFiles/problem_5-sol1.dir/build.make new file mode 100644 index 0000000000..4fba4aedaf --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_5-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_5-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_5-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_5-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/codegen + +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o: project_euler/CMakeFiles/problem_5-sol1.dir/flags.make +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o: project_euler/problem_5/sol1.c +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o: project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o -MF CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o.d -o CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_5/sol1.c + +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_5/sol1.c > CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.i + +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_5/sol1.c -o CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.s + +# Object files for target problem_5-sol1 +problem_5__sol1_OBJECTS = \ +"CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o" + +# External object files for target problem_5-sol1 +problem_5__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_5-sol1: project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o +project_euler/problem_5-sol1: project_euler/CMakeFiles/problem_5-sol1.dir/build.make +project_euler/problem_5-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_5-sol1: project_euler/CMakeFiles/problem_5-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_5-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_5-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_5-sol1.dir/build: project_euler/problem_5-sol1 +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/build + +project_euler/CMakeFiles/problem_5-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_5-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/clean + +project_euler/CMakeFiles/problem_5-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_5-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..dd39de97d7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o" + "CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o.d" + "problem_5-sol1" + "problem_5-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_5-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..427a16b2c6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_5/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..dfe9f66817 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o: project_euler/problem_5/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +project_euler/problem_5/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..892254696a --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_5-sol1. diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_5-sol1.dir/depend.make new file mode 100644 index 0000000000..dd79e903a7 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_5-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_5-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_5-sol1.dir/link.txt new file mode 100644 index 0000000000..820b19061e --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o" -o problem_5-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o b/project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o new file mode 100644 index 0000000000..5dd0fd78ae Binary files /dev/null and b/project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o.d b/project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o.d new file mode 100644 index 0000000000..01b59bb3d8 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o.d @@ -0,0 +1,87 @@ +project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_5/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_5-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_5-sol1.dir/progress.make new file mode 100644 index 0000000000..242ed69516 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 72 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_5-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..dcc20a76d0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_5/sol2.c" "project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/build.make b/project_euler/CMakeFiles/problem_5-sol2.dir/build.make new file mode 100644 index 0000000000..7b14fa5ade --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_5-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_5-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_5-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_5-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/codegen + +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o: project_euler/CMakeFiles/problem_5-sol2.dir/flags.make +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o: project_euler/problem_5/sol2.c +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o: project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o -MF CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o.d -o CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_5/sol2.c + +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_5/sol2.c > CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.i + +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_5/sol2.c -o CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.s + +# Object files for target problem_5-sol2 +problem_5__sol2_OBJECTS = \ +"CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o" + +# External object files for target problem_5-sol2 +problem_5__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_5-sol2: project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o +project_euler/problem_5-sol2: project_euler/CMakeFiles/problem_5-sol2.dir/build.make +project_euler/problem_5-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_5-sol2: project_euler/CMakeFiles/problem_5-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_5-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_5-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_5-sol2.dir/build: project_euler/problem_5-sol2 +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/build + +project_euler/CMakeFiles/problem_5-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_5-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/clean + +project_euler/CMakeFiles/problem_5-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_5-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9ac313abab --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o" + "CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o.d" + "problem_5-sol2" + "problem_5-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_5-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..25dd667743 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_5/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..8417d55499 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o: project_euler/problem_5/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +project_euler/problem_5/sol2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..734b6f4428 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_5-sol2. diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_5-sol2.dir/depend.make new file mode 100644 index 0000000000..4fb90f8fcc --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_5-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_5-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_5-sol2.dir/link.txt new file mode 100644 index 0000000000..db198badbf --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o" -o problem_5-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o b/project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o new file mode 100644 index 0000000000..6b682c24a2 Binary files /dev/null and b/project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o.d b/project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o.d new file mode 100644 index 0000000000..3f44b8dac5 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o.d @@ -0,0 +1,87 @@ +project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_5/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_5-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_5-sol2.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_5-sol3.dir/DependInfo.cmake new file mode 100644 index 0000000000..ea7d4aa0a4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_5/sol3.c" "project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o" "gcc" "project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/build.make b/project_euler/CMakeFiles/problem_5-sol3.dir/build.make new file mode 100644 index 0000000000..658cb6bc40 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_5-sol3.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_5-sol3.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_5-sol3.dir/flags.make + +project_euler/CMakeFiles/problem_5-sol3.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/codegen + +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o: project_euler/CMakeFiles/problem_5-sol3.dir/flags.make +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o: project_euler/problem_5/sol3.c +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o: project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o -MF CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o.d -o CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o -c /Users/jesperolsen/development/C/project_euler/problem_5/sol3.c + +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_5/sol3.c > CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.i + +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_5/sol3.c -o CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.s + +# Object files for target problem_5-sol3 +problem_5__sol3_OBJECTS = \ +"CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o" + +# External object files for target problem_5-sol3 +problem_5__sol3_EXTERNAL_OBJECTS = + +project_euler/problem_5-sol3: project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o +project_euler/problem_5-sol3: project_euler/CMakeFiles/problem_5-sol3.dir/build.make +project_euler/problem_5-sol3: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_5-sol3: project_euler/CMakeFiles/problem_5-sol3.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_5-sol3" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_5-sol3.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_5-sol3.dir/build: project_euler/problem_5-sol3 +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/build + +project_euler/CMakeFiles/problem_5-sol3.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_5-sol3.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/clean + +project_euler/CMakeFiles/problem_5-sol3.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol3.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/depend + diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_5-sol3.dir/cmake_clean.cmake new file mode 100644 index 0000000000..cda7496dc9 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o" + "CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o.d" + "problem_5-sol3" + "problem_5-sol3.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_5-sol3.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.internal new file mode 100644 index 0000000000..9617a69acc --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o + /Users/jesperolsen/development/C/project_euler/problem_5/sol3.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.make new file mode 100644 index 0000000000..ee85ea41fa --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o: project_euler/problem_5/sol3.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +project_euler/problem_5/sol3.c: diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.ts new file mode 100644 index 0000000000..a367469489 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_5-sol3. diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/depend.make b/project_euler/CMakeFiles/problem_5-sol3.dir/depend.make new file mode 100644 index 0000000000..590ddcf7fe --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_5-sol3. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/flags.make b/project_euler/CMakeFiles/problem_5-sol3.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/link.txt b/project_euler/CMakeFiles/problem_5-sol3.dir/link.txt new file mode 100644 index 0000000000..1952acfbdb --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o" -o problem_5-sol3 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o b/project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o new file mode 100644 index 0000000000..f92bfc1839 Binary files /dev/null and b/project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o differ diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o.d b/project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o.d new file mode 100644 index 0000000000..34acdade4c --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_5/sol3.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_5-sol3.dir/progress.make b/project_euler/CMakeFiles/problem_5-sol3.dir/progress.make new file mode 100644 index 0000000000..87594309a0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_5-sol3.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 73 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_6-sol.dir/DependInfo.cmake new file mode 100644 index 0000000000..d6c3ec56dc --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_6/sol.c" "project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o" "gcc" "project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/build.make b/project_euler/CMakeFiles/problem_6-sol.dir/build.make new file mode 100644 index 0000000000..844a1fc7d8 --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_6-sol.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_6-sol.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_6-sol.dir/flags.make + +project_euler/CMakeFiles/problem_6-sol.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/codegen + +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o: project_euler/CMakeFiles/problem_6-sol.dir/flags.make +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o: project_euler/problem_6/sol.c +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o: project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o -MF CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o.d -o CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o -c /Users/jesperolsen/development/C/project_euler/problem_6/sol.c + +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_6-sol.dir/problem_6/sol.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_6/sol.c > CMakeFiles/problem_6-sol.dir/problem_6/sol.c.i + +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_6-sol.dir/problem_6/sol.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_6/sol.c -o CMakeFiles/problem_6-sol.dir/problem_6/sol.c.s + +# Object files for target problem_6-sol +problem_6__sol_OBJECTS = \ +"CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o" + +# External object files for target problem_6-sol +problem_6__sol_EXTERNAL_OBJECTS = + +project_euler/problem_6-sol: project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o +project_euler/problem_6-sol: project_euler/CMakeFiles/problem_6-sol.dir/build.make +project_euler/problem_6-sol: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_6-sol: project_euler/CMakeFiles/problem_6-sol.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_6-sol" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_6-sol.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_6-sol.dir/build: project_euler/problem_6-sol +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/build + +project_euler/CMakeFiles/problem_6-sol.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_6-sol.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/clean + +project_euler/CMakeFiles/problem_6-sol.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_6-sol.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/depend + diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_6-sol.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c958297c64 --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o" + "CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o.d" + "problem_6-sol" + "problem_6-sol.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_6-sol.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.internal new file mode 100644 index 0000000000..5739da6295 --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o + /Users/jesperolsen/development/C/project_euler/problem_6/sol.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.make new file mode 100644 index 0000000000..5bea360e64 --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o: project_euler/problem_6/sol.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +project_euler/problem_6/sol.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.ts new file mode 100644 index 0000000000..75720733e0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_6-sol. diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/depend.make b/project_euler/CMakeFiles/problem_6-sol.dir/depend.make new file mode 100644 index 0000000000..d322c6ceb3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_6-sol. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/flags.make b/project_euler/CMakeFiles/problem_6-sol.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/link.txt b/project_euler/CMakeFiles/problem_6-sol.dir/link.txt new file mode 100644 index 0000000000..bd8f48e51b --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o" -o problem_6-sol /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o b/project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o new file mode 100644 index 0000000000..dd8aefb443 Binary files /dev/null and b/project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o differ diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o.d b/project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o.d new file mode 100644 index 0000000000..c7d921c1aa --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_6/sol.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_6-sol.dir/progress.make b/project_euler/CMakeFiles/problem_6-sol.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_6-sol.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_7-sol.dir/DependInfo.cmake new file mode 100644 index 0000000000..70110707a0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_7/sol.c" "project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o" "gcc" "project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/build.make b/project_euler/CMakeFiles/problem_7-sol.dir/build.make new file mode 100644 index 0000000000..e206fc47be --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_7-sol.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_7-sol.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_7-sol.dir/flags.make + +project_euler/CMakeFiles/problem_7-sol.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/codegen + +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o: project_euler/CMakeFiles/problem_7-sol.dir/flags.make +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o: project_euler/problem_7/sol.c +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o: project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o -MF CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o.d -o CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o -c /Users/jesperolsen/development/C/project_euler/problem_7/sol.c + +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_7-sol.dir/problem_7/sol.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_7/sol.c > CMakeFiles/problem_7-sol.dir/problem_7/sol.c.i + +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_7-sol.dir/problem_7/sol.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_7/sol.c -o CMakeFiles/problem_7-sol.dir/problem_7/sol.c.s + +# Object files for target problem_7-sol +problem_7__sol_OBJECTS = \ +"CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o" + +# External object files for target problem_7-sol +problem_7__sol_EXTERNAL_OBJECTS = + +project_euler/problem_7-sol: project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o +project_euler/problem_7-sol: project_euler/CMakeFiles/problem_7-sol.dir/build.make +project_euler/problem_7-sol: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_7-sol: project_euler/CMakeFiles/problem_7-sol.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_7-sol" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_7-sol.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_7-sol.dir/build: project_euler/problem_7-sol +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/build + +project_euler/CMakeFiles/problem_7-sol.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_7-sol.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/clean + +project_euler/CMakeFiles/problem_7-sol.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_7-sol.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/depend + diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_7-sol.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d698ed5845 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o" + "CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o.d" + "problem_7-sol" + "problem_7-sol.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_7-sol.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.internal new file mode 100644 index 0000000000..f7087c5385 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o + /Users/jesperolsen/development/C/project_euler/problem_7/sol.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.make new file mode 100644 index 0000000000..21090df98e --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o: project_euler/problem_7/sol.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +project_euler/problem_7/sol.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.ts new file mode 100644 index 0000000000..d566e3d317 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_7-sol. diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/depend.make b/project_euler/CMakeFiles/problem_7-sol.dir/depend.make new file mode 100644 index 0000000000..95add729af --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_7-sol. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/flags.make b/project_euler/CMakeFiles/problem_7-sol.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/link.txt b/project_euler/CMakeFiles/problem_7-sol.dir/link.txt new file mode 100644 index 0000000000..02eaa7c3ae --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o" -o problem_7-sol /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o b/project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o new file mode 100644 index 0000000000..84bb40a767 Binary files /dev/null and b/project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o differ diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o.d b/project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o.d new file mode 100644 index 0000000000..d6fb11e9fd --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o.d @@ -0,0 +1,87 @@ +project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_7/sol.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_7-sol.dir/progress.make b/project_euler/CMakeFiles/problem_7-sol.dir/progress.make new file mode 100644 index 0000000000..6c01700766 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 74 +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_7-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..491aa8fd6b --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_7/sol2.c" "project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/build.make b/project_euler/CMakeFiles/problem_7-sol2.dir/build.make new file mode 100644 index 0000000000..63baff5291 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_7-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_7-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_7-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_7-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/codegen + +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o: project_euler/CMakeFiles/problem_7-sol2.dir/flags.make +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o: project_euler/problem_7/sol2.c +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o: project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o -MF CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o.d -o CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_7/sol2.c + +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_7/sol2.c > CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.i + +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_7/sol2.c -o CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.s + +# Object files for target problem_7-sol2 +problem_7__sol2_OBJECTS = \ +"CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o" + +# External object files for target problem_7-sol2 +problem_7__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_7-sol2: project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o +project_euler/problem_7-sol2: project_euler/CMakeFiles/problem_7-sol2.dir/build.make +project_euler/problem_7-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_7-sol2: project_euler/CMakeFiles/problem_7-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_7-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_7-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_7-sol2.dir/build: project_euler/problem_7-sol2 +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/build + +project_euler/CMakeFiles/problem_7-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_7-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/clean + +project_euler/CMakeFiles/problem_7-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_7-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_7-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e11585463b --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o" + "CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o.d" + "problem_7-sol2" + "problem_7-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_7-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..cd20bb94d2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_7/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..3238f1753c --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o: project_euler/problem_7/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +project_euler/problem_7/sol2.c: diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..f58187b4cc --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_7-sol2. diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_7-sol2.dir/depend.make new file mode 100644 index 0000000000..21aac8eb96 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_7-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_7-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_7-sol2.dir/link.txt new file mode 100644 index 0000000000..993e6f1772 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o" -o problem_7-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o b/project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o new file mode 100644 index 0000000000..40a6334bc9 Binary files /dev/null and b/project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o.d b/project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o.d new file mode 100644 index 0000000000..925fb613e6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_7/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_7-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_7-sol2.dir/progress.make new file mode 100644 index 0000000000..98725d7d20 --- /dev/null +++ b/project_euler/CMakeFiles/problem_7-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 75 + diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_8-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..27d54320bc --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_8/sol1.c" "project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/build.make b/project_euler/CMakeFiles/problem_8-sol1.dir/build.make new file mode 100644 index 0000000000..d9045b5da2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_8-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_8-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_8-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_8-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/codegen + +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o: project_euler/CMakeFiles/problem_8-sol1.dir/flags.make +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o: project_euler/problem_8/sol1.c +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o: project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o -MF CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o.d -o CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_8/sol1.c + +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_8/sol1.c > CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.i + +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_8/sol1.c -o CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.s + +# Object files for target problem_8-sol1 +problem_8__sol1_OBJECTS = \ +"CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o" + +# External object files for target problem_8-sol1 +problem_8__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_8-sol1: project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o +project_euler/problem_8-sol1: project_euler/CMakeFiles/problem_8-sol1.dir/build.make +project_euler/problem_8-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_8-sol1: project_euler/CMakeFiles/problem_8-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_8-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_8-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_8-sol1.dir/build: project_euler/problem_8-sol1 +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/build + +project_euler/CMakeFiles/problem_8-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_8-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/clean + +project_euler/CMakeFiles/problem_8-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_8-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_8-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3c27236aa6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o" + "CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o.d" + "problem_8-sol1" + "problem_8-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_8-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..6514b42bfe --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_8/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..935872e754 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o: project_euler/problem_8/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +project_euler/problem_8/sol1.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..d863eca565 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_8-sol1. diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_8-sol1.dir/depend.make new file mode 100644 index 0000000000..4c22183885 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_8-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_8-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_8-sol1.dir/link.txt new file mode 100644 index 0000000000..df42ed65e2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o" -o problem_8-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o b/project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o new file mode 100644 index 0000000000..8bc72c79a7 Binary files /dev/null and b/project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o.d b/project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o.d new file mode 100644 index 0000000000..2717f160d0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o.d @@ -0,0 +1,87 @@ +project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_8/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_8-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_8-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_8-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..417f010279 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_8/sol2.c" "project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/build.make b/project_euler/CMakeFiles/problem_8-sol2.dir/build.make new file mode 100644 index 0000000000..1acef4f974 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_8-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_8-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_8-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_8-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/codegen + +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o: project_euler/CMakeFiles/problem_8-sol2.dir/flags.make +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o: project_euler/problem_8/sol2.c +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o: project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o -MF CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o.d -o CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_8/sol2.c + +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_8/sol2.c > CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.i + +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_8/sol2.c -o CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.s + +# Object files for target problem_8-sol2 +problem_8__sol2_OBJECTS = \ +"CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o" + +# External object files for target problem_8-sol2 +problem_8__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_8-sol2: project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o +project_euler/problem_8-sol2: project_euler/CMakeFiles/problem_8-sol2.dir/build.make +project_euler/problem_8-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_8-sol2: project_euler/CMakeFiles/problem_8-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_8-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_8-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_8-sol2.dir/build: project_euler/problem_8-sol2 +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/build + +project_euler/CMakeFiles/problem_8-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_8-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/clean + +project_euler/CMakeFiles/problem_8-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_8-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_8-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..346cd2c908 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o" + "CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o.d" + "problem_8-sol2" + "problem_8-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_8-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..0ac4196771 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.internal @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_8/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..885507c657 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.make @@ -0,0 +1,283 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o: project_euler/problem_8/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +project_euler/problem_8/sol2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..6aefa04b26 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_8-sol2. diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_8-sol2.dir/depend.make new file mode 100644 index 0000000000..31d1b4e4e4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_8-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_8-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_8-sol2.dir/link.txt new file mode 100644 index 0000000000..292389cceb --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o" -o problem_8-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o b/project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o new file mode 100644 index 0000000000..b740b36fa3 Binary files /dev/null and b/project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o.d b/project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o.d new file mode 100644 index 0000000000..0ad94a63ae --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o.d @@ -0,0 +1,94 @@ +project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_8/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/project_euler/CMakeFiles/problem_8-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_8-sol2.dir/progress.make new file mode 100644 index 0000000000..938a393d29 --- /dev/null +++ b/project_euler/CMakeFiles/problem_8-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 76 + diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_9-sol1.dir/DependInfo.cmake new file mode 100644 index 0000000000..ec3127d5d3 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_9/sol1.c" "project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o" "gcc" "project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/build.make b/project_euler/CMakeFiles/problem_9-sol1.dir/build.make new file mode 100644 index 0000000000..47b32ae07c --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_9-sol1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_9-sol1.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_9-sol1.dir/flags.make + +project_euler/CMakeFiles/problem_9-sol1.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/codegen + +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o: project_euler/CMakeFiles/problem_9-sol1.dir/flags.make +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o: project_euler/problem_9/sol1.c +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o: project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o -MF CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o.d -o CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o -c /Users/jesperolsen/development/C/project_euler/problem_9/sol1.c + +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_9/sol1.c > CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.i + +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_9/sol1.c -o CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.s + +# Object files for target problem_9-sol1 +problem_9__sol1_OBJECTS = \ +"CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o" + +# External object files for target problem_9-sol1 +problem_9__sol1_EXTERNAL_OBJECTS = + +project_euler/problem_9-sol1: project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o +project_euler/problem_9-sol1: project_euler/CMakeFiles/problem_9-sol1.dir/build.make +project_euler/problem_9-sol1: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_9-sol1: project_euler/CMakeFiles/problem_9-sol1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_9-sol1" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_9-sol1.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_9-sol1.dir/build: project_euler/problem_9-sol1 +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/build + +project_euler/CMakeFiles/problem_9-sol1.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_9-sol1.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/clean + +project_euler/CMakeFiles/problem_9-sol1.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_9-sol1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/depend + diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_9-sol1.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b6870e6ae6 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o" + "CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o.d" + "problem_9-sol1" + "problem_9-sol1.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_9-sol1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.internal new file mode 100644 index 0000000000..d0e20f0b5f --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o + /Users/jesperolsen/development/C/project_euler/problem_9/sol1.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.make new file mode 100644 index 0000000000..0d6ce758dc --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o: project_euler/problem_9/sol1.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +project_euler/problem_9/sol1.c: diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.ts new file mode 100644 index 0000000000..b435849065 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_9-sol1. diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/depend.make b/project_euler/CMakeFiles/problem_9-sol1.dir/depend.make new file mode 100644 index 0000000000..1477a32a61 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_9-sol1. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/flags.make b/project_euler/CMakeFiles/problem_9-sol1.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/link.txt b/project_euler/CMakeFiles/problem_9-sol1.dir/link.txt new file mode 100644 index 0000000000..b811e01dd2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o" -o problem_9-sol1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o b/project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o new file mode 100644 index 0000000000..2a3b6ae5c4 Binary files /dev/null and b/project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o differ diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o.d b/project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o.d new file mode 100644 index 0000000000..8a0b5b70a4 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o.d @@ -0,0 +1,41 @@ +project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_9/sol1.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/project_euler/CMakeFiles/problem_9-sol1.dir/progress.make b/project_euler/CMakeFiles/problem_9-sol1.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol1.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/DependInfo.cmake b/project_euler/CMakeFiles/problem_9-sol2.dir/DependInfo.cmake new file mode 100644 index 0000000000..7037a88eec --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/project_euler/problem_9/sol2.c" "project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o" "gcc" "project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/build.make b/project_euler/CMakeFiles/problem_9-sol2.dir/build.make new file mode 100644 index 0000000000..84609f40ae --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include project_euler/CMakeFiles/problem_9-sol2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.make + +# Include the progress variables for this target. +include project_euler/CMakeFiles/problem_9-sol2.dir/progress.make + +# Include the compile flags for this target's objects. +include project_euler/CMakeFiles/problem_9-sol2.dir/flags.make + +project_euler/CMakeFiles/problem_9-sol2.dir/codegen: +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/codegen + +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o: project_euler/CMakeFiles/problem_9-sol2.dir/flags.make +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o: project_euler/problem_9/sol2.c +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o: project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o -MF CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o.d -o CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o -c /Users/jesperolsen/development/C/project_euler/problem_9/sol2.c + +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.i" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/project_euler/problem_9/sol2.c > CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.i + +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.s" + cd /Users/jesperolsen/development/C/project_euler && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/project_euler/problem_9/sol2.c -o CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.s + +# Object files for target problem_9-sol2 +problem_9__sol2_OBJECTS = \ +"CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o" + +# External object files for target problem_9-sol2 +problem_9__sol2_EXTERNAL_OBJECTS = + +project_euler/problem_9-sol2: project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o +project_euler/problem_9-sol2: project_euler/CMakeFiles/problem_9-sol2.dir/build.make +project_euler/problem_9-sol2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +project_euler/problem_9-sol2: project_euler/CMakeFiles/problem_9-sol2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable problem_9-sol2" + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/problem_9-sol2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +project_euler/CMakeFiles/problem_9-sol2.dir/build: project_euler/problem_9-sol2 +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/build + +project_euler/CMakeFiles/problem_9-sol2.dir/clean: + cd /Users/jesperolsen/development/C/project_euler && $(CMAKE_COMMAND) -P CMakeFiles/problem_9-sol2.dir/cmake_clean.cmake +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/clean + +project_euler/CMakeFiles/problem_9-sol2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C /Users/jesperolsen/development/C/project_euler /Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_9-sol2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/depend + diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/cmake_clean.cmake b/project_euler/CMakeFiles/problem_9-sol2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d7e1baf5e1 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o" + "CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o.d" + "problem_9-sol2" + "problem_9-sol2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/problem_9-sol2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.internal b/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.internal new file mode 100644 index 0000000000..bd592214a8 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o + /Users/jesperolsen/development/C/project_euler/problem_9/sol2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.make b/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.make new file mode 100644 index 0000000000..a49e38c0a0 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o: project_euler/problem_9/sol2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +project_euler/problem_9/sol2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.ts b/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.ts new file mode 100644 index 0000000000..e61890e7ca --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for problem_9-sol2. diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/depend.make b/project_euler/CMakeFiles/problem_9-sol2.dir/depend.make new file mode 100644 index 0000000000..d6ea7d3c77 --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for problem_9-sol2. +# This may be replaced when dependencies are built. diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/flags.make b/project_euler/CMakeFiles/problem_9-sol2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/link.txt b/project_euler/CMakeFiles/problem_9-sol2.dir/link.txt new file mode 100644 index 0000000000..1bbeb6d25f --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o" -o problem_9-sol2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o b/project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o new file mode 100644 index 0000000000..305f6e1dea Binary files /dev/null and b/project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o differ diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o.d b/project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o.d new file mode 100644 index 0000000000..9dcacc402a --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o.d @@ -0,0 +1,87 @@ +project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o: \ + /Users/jesperolsen/development/C/project_euler/problem_9/sol2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/project_euler/CMakeFiles/problem_9-sol2.dir/progress.make b/project_euler/CMakeFiles/problem_9-sol2.dir/progress.make new file mode 100644 index 0000000000..85e5e31b4e --- /dev/null +++ b/project_euler/CMakeFiles/problem_9-sol2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 77 + diff --git a/project_euler/CMakeFiles/progress.marks b/project_euler/CMakeFiles/progress.marks new file mode 100644 index 0000000000..3c032078a4 --- /dev/null +++ b/project_euler/CMakeFiles/progress.marks @@ -0,0 +1 @@ +18 diff --git a/project_euler/Makefile b/project_euler/Makefile new file mode 100644 index 0000000000..9f6e9fee1c --- /dev/null +++ b/project_euler/Makefile @@ -0,0 +1,1639 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/project_euler//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +project_euler/CMakeFiles/problem_1-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_1-sol1.dir/rule + +# Convenience name for target. +problem_1-sol1: project_euler/CMakeFiles/problem_1-sol1.dir/rule +.PHONY : problem_1-sol1 + +# fast build rule for target. +problem_1-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/build +.PHONY : problem_1-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_1-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_1-sol2.dir/rule + +# Convenience name for target. +problem_1-sol2: project_euler/CMakeFiles/problem_1-sol2.dir/rule +.PHONY : problem_1-sol2 + +# fast build rule for target. +problem_1-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/build +.PHONY : problem_1-sol2/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_1-sol3.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol3.dir/rule +.PHONY : project_euler/CMakeFiles/problem_1-sol3.dir/rule + +# Convenience name for target. +problem_1-sol3: project_euler/CMakeFiles/problem_1-sol3.dir/rule +.PHONY : problem_1-sol3 + +# fast build rule for target. +problem_1-sol3/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/build +.PHONY : problem_1-sol3/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_1-sol4.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_1-sol4.dir/rule +.PHONY : project_euler/CMakeFiles/problem_1-sol4.dir/rule + +# Convenience name for target. +problem_1-sol4: project_euler/CMakeFiles/problem_1-sol4.dir/rule +.PHONY : problem_1-sol4 + +# fast build rule for target. +problem_1-sol4/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/build +.PHONY : problem_1-sol4/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_10-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_10-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_10-sol1.dir/rule + +# Convenience name for target. +problem_10-sol1: project_euler/CMakeFiles/problem_10-sol1.dir/rule +.PHONY : problem_10-sol1 + +# fast build rule for target. +problem_10-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/build +.PHONY : problem_10-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_10-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_10-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_10-sol2.dir/rule + +# Convenience name for target. +problem_10-sol2: project_euler/CMakeFiles/problem_10-sol2.dir/rule +.PHONY : problem_10-sol2 + +# fast build rule for target. +problem_10-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/build +.PHONY : problem_10-sol2/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_12-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_12-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_12-sol1.dir/rule + +# Convenience name for target. +problem_12-sol1: project_euler/CMakeFiles/problem_12-sol1.dir/rule +.PHONY : problem_12-sol1 + +# fast build rule for target. +problem_12-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/build +.PHONY : problem_12-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_13-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_13-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_13-sol1.dir/rule + +# Convenience name for target. +problem_13-sol1: project_euler/CMakeFiles/problem_13-sol1.dir/rule +.PHONY : problem_13-sol1 + +# fast build rule for target. +problem_13-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/build +.PHONY : problem_13-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_14-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_14-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_14-sol1.dir/rule + +# Convenience name for target. +problem_14-sol1: project_euler/CMakeFiles/problem_14-sol1.dir/rule +.PHONY : problem_14-sol1 + +# fast build rule for target. +problem_14-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/build +.PHONY : problem_14-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_15-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_15-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_15-sol1.dir/rule + +# Convenience name for target. +problem_15-sol1: project_euler/CMakeFiles/problem_15-sol1.dir/rule +.PHONY : problem_15-sol1 + +# fast build rule for target. +problem_15-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/build +.PHONY : problem_15-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_16-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_16-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_16-sol1.dir/rule + +# Convenience name for target. +problem_16-sol1: project_euler/CMakeFiles/problem_16-sol1.dir/rule +.PHONY : problem_16-sol1 + +# fast build rule for target. +problem_16-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/build +.PHONY : problem_16-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_19-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_19-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_19-sol1.dir/rule + +# Convenience name for target. +problem_19-sol1: project_euler/CMakeFiles/problem_19-sol1.dir/rule +.PHONY : problem_19-sol1 + +# fast build rule for target. +problem_19-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/build +.PHONY : problem_19-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_2-so1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_2-so1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_2-so1.dir/rule + +# Convenience name for target. +problem_2-so1: project_euler/CMakeFiles/problem_2-so1.dir/rule +.PHONY : problem_2-so1 + +# fast build rule for target. +problem_2-so1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/build +.PHONY : problem_2-so1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_20-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_20-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_20-sol1.dir/rule + +# Convenience name for target. +problem_20-sol1: project_euler/CMakeFiles/problem_20-sol1.dir/rule +.PHONY : problem_20-sol1 + +# fast build rule for target. +problem_20-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/build +.PHONY : problem_20-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_21-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_21-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_21-sol1.dir/rule + +# Convenience name for target. +problem_21-sol1: project_euler/CMakeFiles/problem_21-sol1.dir/rule +.PHONY : problem_21-sol1 + +# fast build rule for target. +problem_21-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/build +.PHONY : problem_21-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_22-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_22-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_22-sol1.dir/rule + +# Convenience name for target. +problem_22-sol1: project_euler/CMakeFiles/problem_22-sol1.dir/rule +.PHONY : problem_22-sol1 + +# fast build rule for target. +problem_22-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/build +.PHONY : problem_22-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_23-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_23-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_23-sol1.dir/rule + +# Convenience name for target. +problem_23-sol1: project_euler/CMakeFiles/problem_23-sol1.dir/rule +.PHONY : problem_23-sol1 + +# fast build rule for target. +problem_23-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/build +.PHONY : problem_23-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_23-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_23-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_23-sol2.dir/rule + +# Convenience name for target. +problem_23-sol2: project_euler/CMakeFiles/problem_23-sol2.dir/rule +.PHONY : problem_23-sol2 + +# fast build rule for target. +problem_23-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/build +.PHONY : problem_23-sol2/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_25-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_25-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_25-sol1.dir/rule + +# Convenience name for target. +problem_25-sol1: project_euler/CMakeFiles/problem_25-sol1.dir/rule +.PHONY : problem_25-sol1 + +# fast build rule for target. +problem_25-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/build +.PHONY : problem_25-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_26-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_26-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_26-sol1.dir/rule + +# Convenience name for target. +problem_26-sol1: project_euler/CMakeFiles/problem_26-sol1.dir/rule +.PHONY : problem_26-sol1 + +# fast build rule for target. +problem_26-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/build +.PHONY : problem_26-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_3-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_3-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_3-sol1.dir/rule + +# Convenience name for target. +problem_3-sol1: project_euler/CMakeFiles/problem_3-sol1.dir/rule +.PHONY : problem_3-sol1 + +# fast build rule for target. +problem_3-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/build +.PHONY : problem_3-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_3-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_3-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_3-sol2.dir/rule + +# Convenience name for target. +problem_3-sol2: project_euler/CMakeFiles/problem_3-sol2.dir/rule +.PHONY : problem_3-sol2 + +# fast build rule for target. +problem_3-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/build +.PHONY : problem_3-sol2/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_4-sol.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_4-sol.dir/rule +.PHONY : project_euler/CMakeFiles/problem_4-sol.dir/rule + +# Convenience name for target. +problem_4-sol: project_euler/CMakeFiles/problem_4-sol.dir/rule +.PHONY : problem_4-sol + +# fast build rule for target. +problem_4-sol/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/build +.PHONY : problem_4-sol/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_401-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_401-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_401-sol1.dir/rule + +# Convenience name for target. +problem_401-sol1: project_euler/CMakeFiles/problem_401-sol1.dir/rule +.PHONY : problem_401-sol1 + +# fast build rule for target. +problem_401-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/build +.PHONY : problem_401-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_5-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_5-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_5-sol1.dir/rule + +# Convenience name for target. +problem_5-sol1: project_euler/CMakeFiles/problem_5-sol1.dir/rule +.PHONY : problem_5-sol1 + +# fast build rule for target. +problem_5-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/build +.PHONY : problem_5-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_5-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_5-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_5-sol2.dir/rule + +# Convenience name for target. +problem_5-sol2: project_euler/CMakeFiles/problem_5-sol2.dir/rule +.PHONY : problem_5-sol2 + +# fast build rule for target. +problem_5-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/build +.PHONY : problem_5-sol2/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_5-sol3.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_5-sol3.dir/rule +.PHONY : project_euler/CMakeFiles/problem_5-sol3.dir/rule + +# Convenience name for target. +problem_5-sol3: project_euler/CMakeFiles/problem_5-sol3.dir/rule +.PHONY : problem_5-sol3 + +# fast build rule for target. +problem_5-sol3/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/build +.PHONY : problem_5-sol3/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_6-sol.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_6-sol.dir/rule +.PHONY : project_euler/CMakeFiles/problem_6-sol.dir/rule + +# Convenience name for target. +problem_6-sol: project_euler/CMakeFiles/problem_6-sol.dir/rule +.PHONY : problem_6-sol + +# fast build rule for target. +problem_6-sol/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/build +.PHONY : problem_6-sol/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_7-sol.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_7-sol.dir/rule +.PHONY : project_euler/CMakeFiles/problem_7-sol.dir/rule + +# Convenience name for target. +problem_7-sol: project_euler/CMakeFiles/problem_7-sol.dir/rule +.PHONY : problem_7-sol + +# fast build rule for target. +problem_7-sol/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/build +.PHONY : problem_7-sol/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_7-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_7-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_7-sol2.dir/rule + +# Convenience name for target. +problem_7-sol2: project_euler/CMakeFiles/problem_7-sol2.dir/rule +.PHONY : problem_7-sol2 + +# fast build rule for target. +problem_7-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/build +.PHONY : problem_7-sol2/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_8-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_8-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_8-sol1.dir/rule + +# Convenience name for target. +problem_8-sol1: project_euler/CMakeFiles/problem_8-sol1.dir/rule +.PHONY : problem_8-sol1 + +# fast build rule for target. +problem_8-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/build +.PHONY : problem_8-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_8-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_8-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_8-sol2.dir/rule + +# Convenience name for target. +problem_8-sol2: project_euler/CMakeFiles/problem_8-sol2.dir/rule +.PHONY : problem_8-sol2 + +# fast build rule for target. +problem_8-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/build +.PHONY : problem_8-sol2/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_9-sol1.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_9-sol1.dir/rule +.PHONY : project_euler/CMakeFiles/problem_9-sol1.dir/rule + +# Convenience name for target. +problem_9-sol1: project_euler/CMakeFiles/problem_9-sol1.dir/rule +.PHONY : problem_9-sol1 + +# fast build rule for target. +problem_9-sol1/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/build +.PHONY : problem_9-sol1/fast + +# Convenience name for target. +project_euler/CMakeFiles/problem_9-sol2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 project_euler/CMakeFiles/problem_9-sol2.dir/rule +.PHONY : project_euler/CMakeFiles/problem_9-sol2.dir/rule + +# Convenience name for target. +problem_9-sol2: project_euler/CMakeFiles/problem_9-sol2.dir/rule +.PHONY : problem_9-sol2 + +# fast build rule for target. +problem_9-sol2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/build +.PHONY : problem_9-sol2/fast + +problem_1/sol1.o: problem_1/sol1.c.o +.PHONY : problem_1/sol1.o + +# target to build an object file +problem_1/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.o +.PHONY : problem_1/sol1.c.o + +problem_1/sol1.i: problem_1/sol1.c.i +.PHONY : problem_1/sol1.i + +# target to preprocess a source file +problem_1/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.i +.PHONY : problem_1/sol1.c.i + +problem_1/sol1.s: problem_1/sol1.c.s +.PHONY : problem_1/sol1.s + +# target to generate assembly for a file +problem_1/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol1.dir/build.make project_euler/CMakeFiles/problem_1-sol1.dir/problem_1/sol1.c.s +.PHONY : problem_1/sol1.c.s + +problem_1/sol2.o: problem_1/sol2.c.o +.PHONY : problem_1/sol2.o + +# target to build an object file +problem_1/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.o +.PHONY : problem_1/sol2.c.o + +problem_1/sol2.i: problem_1/sol2.c.i +.PHONY : problem_1/sol2.i + +# target to preprocess a source file +problem_1/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.i +.PHONY : problem_1/sol2.c.i + +problem_1/sol2.s: problem_1/sol2.c.s +.PHONY : problem_1/sol2.s + +# target to generate assembly for a file +problem_1/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol2.dir/build.make project_euler/CMakeFiles/problem_1-sol2.dir/problem_1/sol2.c.s +.PHONY : problem_1/sol2.c.s + +problem_1/sol3.o: problem_1/sol3.c.o +.PHONY : problem_1/sol3.o + +# target to build an object file +problem_1/sol3.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.o +.PHONY : problem_1/sol3.c.o + +problem_1/sol3.i: problem_1/sol3.c.i +.PHONY : problem_1/sol3.i + +# target to preprocess a source file +problem_1/sol3.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.i +.PHONY : problem_1/sol3.c.i + +problem_1/sol3.s: problem_1/sol3.c.s +.PHONY : problem_1/sol3.s + +# target to generate assembly for a file +problem_1/sol3.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol3.dir/build.make project_euler/CMakeFiles/problem_1-sol3.dir/problem_1/sol3.c.s +.PHONY : problem_1/sol3.c.s + +problem_1/sol4.o: problem_1/sol4.c.o +.PHONY : problem_1/sol4.o + +# target to build an object file +problem_1/sol4.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.o +.PHONY : problem_1/sol4.c.o + +problem_1/sol4.i: problem_1/sol4.c.i +.PHONY : problem_1/sol4.i + +# target to preprocess a source file +problem_1/sol4.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.i +.PHONY : problem_1/sol4.c.i + +problem_1/sol4.s: problem_1/sol4.c.s +.PHONY : problem_1/sol4.s + +# target to generate assembly for a file +problem_1/sol4.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_1-sol4.dir/build.make project_euler/CMakeFiles/problem_1-sol4.dir/problem_1/sol4.c.s +.PHONY : problem_1/sol4.c.s + +problem_10/sol1.o: problem_10/sol1.c.o +.PHONY : problem_10/sol1.o + +# target to build an object file +problem_10/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.o +.PHONY : problem_10/sol1.c.o + +problem_10/sol1.i: problem_10/sol1.c.i +.PHONY : problem_10/sol1.i + +# target to preprocess a source file +problem_10/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.i +.PHONY : problem_10/sol1.c.i + +problem_10/sol1.s: problem_10/sol1.c.s +.PHONY : problem_10/sol1.s + +# target to generate assembly for a file +problem_10/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol1.dir/build.make project_euler/CMakeFiles/problem_10-sol1.dir/problem_10/sol1.c.s +.PHONY : problem_10/sol1.c.s + +problem_10/sol2.o: problem_10/sol2.c.o +.PHONY : problem_10/sol2.o + +# target to build an object file +problem_10/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.o +.PHONY : problem_10/sol2.c.o + +problem_10/sol2.i: problem_10/sol2.c.i +.PHONY : problem_10/sol2.i + +# target to preprocess a source file +problem_10/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.i +.PHONY : problem_10/sol2.c.i + +problem_10/sol2.s: problem_10/sol2.c.s +.PHONY : problem_10/sol2.s + +# target to generate assembly for a file +problem_10/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_10-sol2.dir/build.make project_euler/CMakeFiles/problem_10-sol2.dir/problem_10/sol2.c.s +.PHONY : problem_10/sol2.c.s + +problem_12/sol1.o: problem_12/sol1.c.o +.PHONY : problem_12/sol1.o + +# target to build an object file +problem_12/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.o +.PHONY : problem_12/sol1.c.o + +problem_12/sol1.i: problem_12/sol1.c.i +.PHONY : problem_12/sol1.i + +# target to preprocess a source file +problem_12/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.i +.PHONY : problem_12/sol1.c.i + +problem_12/sol1.s: problem_12/sol1.c.s +.PHONY : problem_12/sol1.s + +# target to generate assembly for a file +problem_12/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_12-sol1.dir/build.make project_euler/CMakeFiles/problem_12-sol1.dir/problem_12/sol1.c.s +.PHONY : problem_12/sol1.c.s + +problem_13/sol1.o: problem_13/sol1.c.o +.PHONY : problem_13/sol1.o + +# target to build an object file +problem_13/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.o +.PHONY : problem_13/sol1.c.o + +problem_13/sol1.i: problem_13/sol1.c.i +.PHONY : problem_13/sol1.i + +# target to preprocess a source file +problem_13/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.i +.PHONY : problem_13/sol1.c.i + +problem_13/sol1.s: problem_13/sol1.c.s +.PHONY : problem_13/sol1.s + +# target to generate assembly for a file +problem_13/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_13-sol1.dir/build.make project_euler/CMakeFiles/problem_13-sol1.dir/problem_13/sol1.c.s +.PHONY : problem_13/sol1.c.s + +problem_14/sol1.o: problem_14/sol1.c.o +.PHONY : problem_14/sol1.o + +# target to build an object file +problem_14/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.o +.PHONY : problem_14/sol1.c.o + +problem_14/sol1.i: problem_14/sol1.c.i +.PHONY : problem_14/sol1.i + +# target to preprocess a source file +problem_14/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.i +.PHONY : problem_14/sol1.c.i + +problem_14/sol1.s: problem_14/sol1.c.s +.PHONY : problem_14/sol1.s + +# target to generate assembly for a file +problem_14/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_14-sol1.dir/build.make project_euler/CMakeFiles/problem_14-sol1.dir/problem_14/sol1.c.s +.PHONY : problem_14/sol1.c.s + +problem_15/sol1.o: problem_15/sol1.c.o +.PHONY : problem_15/sol1.o + +# target to build an object file +problem_15/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.o +.PHONY : problem_15/sol1.c.o + +problem_15/sol1.i: problem_15/sol1.c.i +.PHONY : problem_15/sol1.i + +# target to preprocess a source file +problem_15/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.i +.PHONY : problem_15/sol1.c.i + +problem_15/sol1.s: problem_15/sol1.c.s +.PHONY : problem_15/sol1.s + +# target to generate assembly for a file +problem_15/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_15-sol1.dir/build.make project_euler/CMakeFiles/problem_15-sol1.dir/problem_15/sol1.c.s +.PHONY : problem_15/sol1.c.s + +problem_16/sol1.o: problem_16/sol1.c.o +.PHONY : problem_16/sol1.o + +# target to build an object file +problem_16/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.o +.PHONY : problem_16/sol1.c.o + +problem_16/sol1.i: problem_16/sol1.c.i +.PHONY : problem_16/sol1.i + +# target to preprocess a source file +problem_16/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.i +.PHONY : problem_16/sol1.c.i + +problem_16/sol1.s: problem_16/sol1.c.s +.PHONY : problem_16/sol1.s + +# target to generate assembly for a file +problem_16/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_16-sol1.dir/build.make project_euler/CMakeFiles/problem_16-sol1.dir/problem_16/sol1.c.s +.PHONY : problem_16/sol1.c.s + +problem_19/sol1.o: problem_19/sol1.c.o +.PHONY : problem_19/sol1.o + +# target to build an object file +problem_19/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.o +.PHONY : problem_19/sol1.c.o + +problem_19/sol1.i: problem_19/sol1.c.i +.PHONY : problem_19/sol1.i + +# target to preprocess a source file +problem_19/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.i +.PHONY : problem_19/sol1.c.i + +problem_19/sol1.s: problem_19/sol1.c.s +.PHONY : problem_19/sol1.s + +# target to generate assembly for a file +problem_19/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_19-sol1.dir/build.make project_euler/CMakeFiles/problem_19-sol1.dir/problem_19/sol1.c.s +.PHONY : problem_19/sol1.c.s + +problem_2/so1.o: problem_2/so1.c.o +.PHONY : problem_2/so1.o + +# target to build an object file +problem_2/so1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.o +.PHONY : problem_2/so1.c.o + +problem_2/so1.i: problem_2/so1.c.i +.PHONY : problem_2/so1.i + +# target to preprocess a source file +problem_2/so1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.i +.PHONY : problem_2/so1.c.i + +problem_2/so1.s: problem_2/so1.c.s +.PHONY : problem_2/so1.s + +# target to generate assembly for a file +problem_2/so1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_2-so1.dir/build.make project_euler/CMakeFiles/problem_2-so1.dir/problem_2/so1.c.s +.PHONY : problem_2/so1.c.s + +problem_20/sol1.o: problem_20/sol1.c.o +.PHONY : problem_20/sol1.o + +# target to build an object file +problem_20/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.o +.PHONY : problem_20/sol1.c.o + +problem_20/sol1.i: problem_20/sol1.c.i +.PHONY : problem_20/sol1.i + +# target to preprocess a source file +problem_20/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.i +.PHONY : problem_20/sol1.c.i + +problem_20/sol1.s: problem_20/sol1.c.s +.PHONY : problem_20/sol1.s + +# target to generate assembly for a file +problem_20/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_20-sol1.dir/build.make project_euler/CMakeFiles/problem_20-sol1.dir/problem_20/sol1.c.s +.PHONY : problem_20/sol1.c.s + +problem_21/sol1.o: problem_21/sol1.c.o +.PHONY : problem_21/sol1.o + +# target to build an object file +problem_21/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.o +.PHONY : problem_21/sol1.c.o + +problem_21/sol1.i: problem_21/sol1.c.i +.PHONY : problem_21/sol1.i + +# target to preprocess a source file +problem_21/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.i +.PHONY : problem_21/sol1.c.i + +problem_21/sol1.s: problem_21/sol1.c.s +.PHONY : problem_21/sol1.s + +# target to generate assembly for a file +problem_21/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_21-sol1.dir/build.make project_euler/CMakeFiles/problem_21-sol1.dir/problem_21/sol1.c.s +.PHONY : problem_21/sol1.c.s + +problem_22/sol1.o: problem_22/sol1.c.o +.PHONY : problem_22/sol1.o + +# target to build an object file +problem_22/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.o +.PHONY : problem_22/sol1.c.o + +problem_22/sol1.i: problem_22/sol1.c.i +.PHONY : problem_22/sol1.i + +# target to preprocess a source file +problem_22/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.i +.PHONY : problem_22/sol1.c.i + +problem_22/sol1.s: problem_22/sol1.c.s +.PHONY : problem_22/sol1.s + +# target to generate assembly for a file +problem_22/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_22-sol1.dir/build.make project_euler/CMakeFiles/problem_22-sol1.dir/problem_22/sol1.c.s +.PHONY : problem_22/sol1.c.s + +problem_23/sol1.o: problem_23/sol1.c.o +.PHONY : problem_23/sol1.o + +# target to build an object file +problem_23/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.o +.PHONY : problem_23/sol1.c.o + +problem_23/sol1.i: problem_23/sol1.c.i +.PHONY : problem_23/sol1.i + +# target to preprocess a source file +problem_23/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.i +.PHONY : problem_23/sol1.c.i + +problem_23/sol1.s: problem_23/sol1.c.s +.PHONY : problem_23/sol1.s + +# target to generate assembly for a file +problem_23/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol1.dir/build.make project_euler/CMakeFiles/problem_23-sol1.dir/problem_23/sol1.c.s +.PHONY : problem_23/sol1.c.s + +problem_23/sol2.o: problem_23/sol2.c.o +.PHONY : problem_23/sol2.o + +# target to build an object file +problem_23/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.o +.PHONY : problem_23/sol2.c.o + +problem_23/sol2.i: problem_23/sol2.c.i +.PHONY : problem_23/sol2.i + +# target to preprocess a source file +problem_23/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.i +.PHONY : problem_23/sol2.c.i + +problem_23/sol2.s: problem_23/sol2.c.s +.PHONY : problem_23/sol2.s + +# target to generate assembly for a file +problem_23/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_23-sol2.dir/build.make project_euler/CMakeFiles/problem_23-sol2.dir/problem_23/sol2.c.s +.PHONY : problem_23/sol2.c.s + +problem_25/sol1.o: problem_25/sol1.c.o +.PHONY : problem_25/sol1.o + +# target to build an object file +problem_25/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.o +.PHONY : problem_25/sol1.c.o + +problem_25/sol1.i: problem_25/sol1.c.i +.PHONY : problem_25/sol1.i + +# target to preprocess a source file +problem_25/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.i +.PHONY : problem_25/sol1.c.i + +problem_25/sol1.s: problem_25/sol1.c.s +.PHONY : problem_25/sol1.s + +# target to generate assembly for a file +problem_25/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_25-sol1.dir/build.make project_euler/CMakeFiles/problem_25-sol1.dir/problem_25/sol1.c.s +.PHONY : problem_25/sol1.c.s + +problem_26/sol1.o: problem_26/sol1.c.o +.PHONY : problem_26/sol1.o + +# target to build an object file +problem_26/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.o +.PHONY : problem_26/sol1.c.o + +problem_26/sol1.i: problem_26/sol1.c.i +.PHONY : problem_26/sol1.i + +# target to preprocess a source file +problem_26/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.i +.PHONY : problem_26/sol1.c.i + +problem_26/sol1.s: problem_26/sol1.c.s +.PHONY : problem_26/sol1.s + +# target to generate assembly for a file +problem_26/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_26-sol1.dir/build.make project_euler/CMakeFiles/problem_26-sol1.dir/problem_26/sol1.c.s +.PHONY : problem_26/sol1.c.s + +problem_3/sol1.o: problem_3/sol1.c.o +.PHONY : problem_3/sol1.o + +# target to build an object file +problem_3/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.o +.PHONY : problem_3/sol1.c.o + +problem_3/sol1.i: problem_3/sol1.c.i +.PHONY : problem_3/sol1.i + +# target to preprocess a source file +problem_3/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.i +.PHONY : problem_3/sol1.c.i + +problem_3/sol1.s: problem_3/sol1.c.s +.PHONY : problem_3/sol1.s + +# target to generate assembly for a file +problem_3/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol1.dir/build.make project_euler/CMakeFiles/problem_3-sol1.dir/problem_3/sol1.c.s +.PHONY : problem_3/sol1.c.s + +problem_3/sol2.o: problem_3/sol2.c.o +.PHONY : problem_3/sol2.o + +# target to build an object file +problem_3/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.o +.PHONY : problem_3/sol2.c.o + +problem_3/sol2.i: problem_3/sol2.c.i +.PHONY : problem_3/sol2.i + +# target to preprocess a source file +problem_3/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.i +.PHONY : problem_3/sol2.c.i + +problem_3/sol2.s: problem_3/sol2.c.s +.PHONY : problem_3/sol2.s + +# target to generate assembly for a file +problem_3/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_3-sol2.dir/build.make project_euler/CMakeFiles/problem_3-sol2.dir/problem_3/sol2.c.s +.PHONY : problem_3/sol2.c.s + +problem_4/sol.o: problem_4/sol.c.o +.PHONY : problem_4/sol.o + +# target to build an object file +problem_4/sol.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.o +.PHONY : problem_4/sol.c.o + +problem_4/sol.i: problem_4/sol.c.i +.PHONY : problem_4/sol.i + +# target to preprocess a source file +problem_4/sol.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.i +.PHONY : problem_4/sol.c.i + +problem_4/sol.s: problem_4/sol.c.s +.PHONY : problem_4/sol.s + +# target to generate assembly for a file +problem_4/sol.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_4-sol.dir/build.make project_euler/CMakeFiles/problem_4-sol.dir/problem_4/sol.c.s +.PHONY : problem_4/sol.c.s + +problem_401/sol1.o: problem_401/sol1.c.o +.PHONY : problem_401/sol1.o + +# target to build an object file +problem_401/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.o +.PHONY : problem_401/sol1.c.o + +problem_401/sol1.i: problem_401/sol1.c.i +.PHONY : problem_401/sol1.i + +# target to preprocess a source file +problem_401/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.i +.PHONY : problem_401/sol1.c.i + +problem_401/sol1.s: problem_401/sol1.c.s +.PHONY : problem_401/sol1.s + +# target to generate assembly for a file +problem_401/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_401-sol1.dir/build.make project_euler/CMakeFiles/problem_401-sol1.dir/problem_401/sol1.c.s +.PHONY : problem_401/sol1.c.s + +problem_5/sol1.o: problem_5/sol1.c.o +.PHONY : problem_5/sol1.o + +# target to build an object file +problem_5/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.o +.PHONY : problem_5/sol1.c.o + +problem_5/sol1.i: problem_5/sol1.c.i +.PHONY : problem_5/sol1.i + +# target to preprocess a source file +problem_5/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.i +.PHONY : problem_5/sol1.c.i + +problem_5/sol1.s: problem_5/sol1.c.s +.PHONY : problem_5/sol1.s + +# target to generate assembly for a file +problem_5/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol1.dir/build.make project_euler/CMakeFiles/problem_5-sol1.dir/problem_5/sol1.c.s +.PHONY : problem_5/sol1.c.s + +problem_5/sol2.o: problem_5/sol2.c.o +.PHONY : problem_5/sol2.o + +# target to build an object file +problem_5/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.o +.PHONY : problem_5/sol2.c.o + +problem_5/sol2.i: problem_5/sol2.c.i +.PHONY : problem_5/sol2.i + +# target to preprocess a source file +problem_5/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.i +.PHONY : problem_5/sol2.c.i + +problem_5/sol2.s: problem_5/sol2.c.s +.PHONY : problem_5/sol2.s + +# target to generate assembly for a file +problem_5/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol2.dir/build.make project_euler/CMakeFiles/problem_5-sol2.dir/problem_5/sol2.c.s +.PHONY : problem_5/sol2.c.s + +problem_5/sol3.o: problem_5/sol3.c.o +.PHONY : problem_5/sol3.o + +# target to build an object file +problem_5/sol3.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.o +.PHONY : problem_5/sol3.c.o + +problem_5/sol3.i: problem_5/sol3.c.i +.PHONY : problem_5/sol3.i + +# target to preprocess a source file +problem_5/sol3.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.i +.PHONY : problem_5/sol3.c.i + +problem_5/sol3.s: problem_5/sol3.c.s +.PHONY : problem_5/sol3.s + +# target to generate assembly for a file +problem_5/sol3.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_5-sol3.dir/build.make project_euler/CMakeFiles/problem_5-sol3.dir/problem_5/sol3.c.s +.PHONY : problem_5/sol3.c.s + +problem_6/sol.o: problem_6/sol.c.o +.PHONY : problem_6/sol.o + +# target to build an object file +problem_6/sol.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.o +.PHONY : problem_6/sol.c.o + +problem_6/sol.i: problem_6/sol.c.i +.PHONY : problem_6/sol.i + +# target to preprocess a source file +problem_6/sol.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.i +.PHONY : problem_6/sol.c.i + +problem_6/sol.s: problem_6/sol.c.s +.PHONY : problem_6/sol.s + +# target to generate assembly for a file +problem_6/sol.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_6-sol.dir/build.make project_euler/CMakeFiles/problem_6-sol.dir/problem_6/sol.c.s +.PHONY : problem_6/sol.c.s + +problem_7/sol.o: problem_7/sol.c.o +.PHONY : problem_7/sol.o + +# target to build an object file +problem_7/sol.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.o +.PHONY : problem_7/sol.c.o + +problem_7/sol.i: problem_7/sol.c.i +.PHONY : problem_7/sol.i + +# target to preprocess a source file +problem_7/sol.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.i +.PHONY : problem_7/sol.c.i + +problem_7/sol.s: problem_7/sol.c.s +.PHONY : problem_7/sol.s + +# target to generate assembly for a file +problem_7/sol.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol.dir/build.make project_euler/CMakeFiles/problem_7-sol.dir/problem_7/sol.c.s +.PHONY : problem_7/sol.c.s + +problem_7/sol2.o: problem_7/sol2.c.o +.PHONY : problem_7/sol2.o + +# target to build an object file +problem_7/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.o +.PHONY : problem_7/sol2.c.o + +problem_7/sol2.i: problem_7/sol2.c.i +.PHONY : problem_7/sol2.i + +# target to preprocess a source file +problem_7/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.i +.PHONY : problem_7/sol2.c.i + +problem_7/sol2.s: problem_7/sol2.c.s +.PHONY : problem_7/sol2.s + +# target to generate assembly for a file +problem_7/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_7-sol2.dir/build.make project_euler/CMakeFiles/problem_7-sol2.dir/problem_7/sol2.c.s +.PHONY : problem_7/sol2.c.s + +problem_8/sol1.o: problem_8/sol1.c.o +.PHONY : problem_8/sol1.o + +# target to build an object file +problem_8/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.o +.PHONY : problem_8/sol1.c.o + +problem_8/sol1.i: problem_8/sol1.c.i +.PHONY : problem_8/sol1.i + +# target to preprocess a source file +problem_8/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.i +.PHONY : problem_8/sol1.c.i + +problem_8/sol1.s: problem_8/sol1.c.s +.PHONY : problem_8/sol1.s + +# target to generate assembly for a file +problem_8/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol1.dir/build.make project_euler/CMakeFiles/problem_8-sol1.dir/problem_8/sol1.c.s +.PHONY : problem_8/sol1.c.s + +problem_8/sol2.o: problem_8/sol2.c.o +.PHONY : problem_8/sol2.o + +# target to build an object file +problem_8/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.o +.PHONY : problem_8/sol2.c.o + +problem_8/sol2.i: problem_8/sol2.c.i +.PHONY : problem_8/sol2.i + +# target to preprocess a source file +problem_8/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.i +.PHONY : problem_8/sol2.c.i + +problem_8/sol2.s: problem_8/sol2.c.s +.PHONY : problem_8/sol2.s + +# target to generate assembly for a file +problem_8/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_8-sol2.dir/build.make project_euler/CMakeFiles/problem_8-sol2.dir/problem_8/sol2.c.s +.PHONY : problem_8/sol2.c.s + +problem_9/sol1.o: problem_9/sol1.c.o +.PHONY : problem_9/sol1.o + +# target to build an object file +problem_9/sol1.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.o +.PHONY : problem_9/sol1.c.o + +problem_9/sol1.i: problem_9/sol1.c.i +.PHONY : problem_9/sol1.i + +# target to preprocess a source file +problem_9/sol1.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.i +.PHONY : problem_9/sol1.c.i + +problem_9/sol1.s: problem_9/sol1.c.s +.PHONY : problem_9/sol1.s + +# target to generate assembly for a file +problem_9/sol1.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol1.dir/build.make project_euler/CMakeFiles/problem_9-sol1.dir/problem_9/sol1.c.s +.PHONY : problem_9/sol1.c.s + +problem_9/sol2.o: problem_9/sol2.c.o +.PHONY : problem_9/sol2.o + +# target to build an object file +problem_9/sol2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.o +.PHONY : problem_9/sol2.c.o + +problem_9/sol2.i: problem_9/sol2.c.i +.PHONY : problem_9/sol2.i + +# target to preprocess a source file +problem_9/sol2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.i +.PHONY : problem_9/sol2.c.i + +problem_9/sol2.s: problem_9/sol2.c.s +.PHONY : problem_9/sol2.s + +# target to generate assembly for a file +problem_9/sol2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f project_euler/CMakeFiles/problem_9-sol2.dir/build.make project_euler/CMakeFiles/problem_9-sol2.dir/problem_9/sol2.c.s +.PHONY : problem_9/sol2.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... problem_1-sol1" + @echo "... problem_1-sol2" + @echo "... problem_1-sol3" + @echo "... problem_1-sol4" + @echo "... problem_10-sol1" + @echo "... problem_10-sol2" + @echo "... problem_12-sol1" + @echo "... problem_13-sol1" + @echo "... problem_14-sol1" + @echo "... problem_15-sol1" + @echo "... problem_16-sol1" + @echo "... problem_19-sol1" + @echo "... problem_2-so1" + @echo "... problem_20-sol1" + @echo "... problem_21-sol1" + @echo "... problem_22-sol1" + @echo "... problem_23-sol1" + @echo "... problem_23-sol2" + @echo "... problem_25-sol1" + @echo "... problem_26-sol1" + @echo "... problem_3-sol1" + @echo "... problem_3-sol2" + @echo "... problem_4-sol" + @echo "... problem_401-sol1" + @echo "... problem_5-sol1" + @echo "... problem_5-sol2" + @echo "... problem_5-sol3" + @echo "... problem_6-sol" + @echo "... problem_7-sol" + @echo "... problem_7-sol2" + @echo "... problem_8-sol1" + @echo "... problem_8-sol2" + @echo "... problem_9-sol1" + @echo "... problem_9-sol2" + @echo "... problem_1/sol1.o" + @echo "... problem_1/sol1.i" + @echo "... problem_1/sol1.s" + @echo "... problem_1/sol2.o" + @echo "... problem_1/sol2.i" + @echo "... problem_1/sol2.s" + @echo "... problem_1/sol3.o" + @echo "... problem_1/sol3.i" + @echo "... problem_1/sol3.s" + @echo "... problem_1/sol4.o" + @echo "... problem_1/sol4.i" + @echo "... problem_1/sol4.s" + @echo "... problem_10/sol1.o" + @echo "... problem_10/sol1.i" + @echo "... problem_10/sol1.s" + @echo "... problem_10/sol2.o" + @echo "... problem_10/sol2.i" + @echo "... problem_10/sol2.s" + @echo "... problem_12/sol1.o" + @echo "... problem_12/sol1.i" + @echo "... problem_12/sol1.s" + @echo "... problem_13/sol1.o" + @echo "... problem_13/sol1.i" + @echo "... problem_13/sol1.s" + @echo "... problem_14/sol1.o" + @echo "... problem_14/sol1.i" + @echo "... problem_14/sol1.s" + @echo "... problem_15/sol1.o" + @echo "... problem_15/sol1.i" + @echo "... problem_15/sol1.s" + @echo "... problem_16/sol1.o" + @echo "... problem_16/sol1.i" + @echo "... problem_16/sol1.s" + @echo "... problem_19/sol1.o" + @echo "... problem_19/sol1.i" + @echo "... problem_19/sol1.s" + @echo "... problem_2/so1.o" + @echo "... problem_2/so1.i" + @echo "... problem_2/so1.s" + @echo "... problem_20/sol1.o" + @echo "... problem_20/sol1.i" + @echo "... problem_20/sol1.s" + @echo "... problem_21/sol1.o" + @echo "... problem_21/sol1.i" + @echo "... problem_21/sol1.s" + @echo "... problem_22/sol1.o" + @echo "... problem_22/sol1.i" + @echo "... problem_22/sol1.s" + @echo "... problem_23/sol1.o" + @echo "... problem_23/sol1.i" + @echo "... problem_23/sol1.s" + @echo "... problem_23/sol2.o" + @echo "... problem_23/sol2.i" + @echo "... problem_23/sol2.s" + @echo "... problem_25/sol1.o" + @echo "... problem_25/sol1.i" + @echo "... problem_25/sol1.s" + @echo "... problem_26/sol1.o" + @echo "... problem_26/sol1.i" + @echo "... problem_26/sol1.s" + @echo "... problem_3/sol1.o" + @echo "... problem_3/sol1.i" + @echo "... problem_3/sol1.s" + @echo "... problem_3/sol2.o" + @echo "... problem_3/sol2.i" + @echo "... problem_3/sol2.s" + @echo "... problem_4/sol.o" + @echo "... problem_4/sol.i" + @echo "... problem_4/sol.s" + @echo "... problem_401/sol1.o" + @echo "... problem_401/sol1.i" + @echo "... problem_401/sol1.s" + @echo "... problem_5/sol1.o" + @echo "... problem_5/sol1.i" + @echo "... problem_5/sol1.s" + @echo "... problem_5/sol2.o" + @echo "... problem_5/sol2.i" + @echo "... problem_5/sol2.s" + @echo "... problem_5/sol3.o" + @echo "... problem_5/sol3.i" + @echo "... problem_5/sol3.s" + @echo "... problem_6/sol.o" + @echo "... problem_6/sol.i" + @echo "... problem_6/sol.s" + @echo "... problem_7/sol.o" + @echo "... problem_7/sol.i" + @echo "... problem_7/sol.s" + @echo "... problem_7/sol2.o" + @echo "... problem_7/sol2.i" + @echo "... problem_7/sol2.s" + @echo "... problem_8/sol1.o" + @echo "... problem_8/sol1.i" + @echo "... problem_8/sol1.s" + @echo "... problem_8/sol2.o" + @echo "... problem_8/sol2.i" + @echo "... problem_8/sol2.s" + @echo "... problem_9/sol1.o" + @echo "... problem_9/sol1.i" + @echo "... problem_9/sol1.s" + @echo "... problem_9/sol2.o" + @echo "... problem_9/sol2.i" + @echo "... problem_9/sol2.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/project_euler/cmake_install.cmake b/project_euler/cmake_install.cmake new file mode 100644 index 0000000000..1dc175fd3c --- /dev/null +++ b/project_euler/cmake_install.cmake @@ -0,0 +1,521 @@ +# Install script for directory: /Users/jesperolsen/development/C/project_euler + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_1-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_1-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_1-sol3") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol3" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol3") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol3") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol3.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_1-sol4") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol4" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol4") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_1-sol4") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_1-sol4.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_10-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_10-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_10-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_10-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_10-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_10-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_10-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_10-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_10-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_10-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_12-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_12-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_12-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_12-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_12-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_13-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_13-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_13-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_13-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_13-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_14-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_14-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_14-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_14-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_14-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_15-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_15-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_15-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_15-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_15-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_16-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_16-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_16-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_16-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_16-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_19-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_19-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_19-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_19-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_19-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_2-so1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_2-so1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_2-so1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_2-so1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_2-so1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_20-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_20-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_20-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_20-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_20-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_21-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_21-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_21-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_21-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_21-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_22-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_22-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_22-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_22-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_22-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_23-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_23-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_23-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_23-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_23-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_23-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_23-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_23-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_23-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_23-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_25-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_25-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_25-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_25-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_25-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_26-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_26-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_26-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_26-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_26-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_3-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_3-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_3-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_3-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_3-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_3-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_3-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_3-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_3-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_3-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_4-sol") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_4-sol" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_4-sol") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_4-sol") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_4-sol.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_401-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_401-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_401-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_401-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_401-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_5-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_5-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_5-sol3") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol3" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol3") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_5-sol3") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_5-sol3.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_6-sol") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_6-sol" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_6-sol") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_6-sol") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_6-sol.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_7-sol") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_7-sol" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_7-sol") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_7-sol") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_7-sol.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_7-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_7-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_7-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_7-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_7-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_8-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_8-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_8-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_8-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_8-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_8-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_8-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_8-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_8-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_8-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_9-sol1") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_9-sol1" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_9-sol1") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_9-sol1") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_9-sol1.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/project_euler" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/project_euler/problem_9-sol2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_9-sol2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_9-sol2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/project_euler/problem_9-sol2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/project_euler/CMakeFiles/problem_9-sol2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/project_euler/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/project_euler/problem_1-sol1 b/project_euler/problem_1-sol1 new file mode 100755 index 0000000000..0b7e61d33b Binary files /dev/null and b/project_euler/problem_1-sol1 differ diff --git a/project_euler/problem_1-sol2 b/project_euler/problem_1-sol2 new file mode 100755 index 0000000000..6d4f965eb7 Binary files /dev/null and b/project_euler/problem_1-sol2 differ diff --git a/project_euler/problem_1-sol3 b/project_euler/problem_1-sol3 new file mode 100755 index 0000000000..174723ed58 Binary files /dev/null and b/project_euler/problem_1-sol3 differ diff --git a/project_euler/problem_1-sol4 b/project_euler/problem_1-sol4 new file mode 100755 index 0000000000..22700c6e65 Binary files /dev/null and b/project_euler/problem_1-sol4 differ diff --git a/project_euler/problem_10-sol1 b/project_euler/problem_10-sol1 new file mode 100755 index 0000000000..40615d45bc Binary files /dev/null and b/project_euler/problem_10-sol1 differ diff --git a/project_euler/problem_10-sol2 b/project_euler/problem_10-sol2 new file mode 100755 index 0000000000..aae97e4c65 Binary files /dev/null and b/project_euler/problem_10-sol2 differ diff --git a/project_euler/problem_12-sol1 b/project_euler/problem_12-sol1 new file mode 100755 index 0000000000..8fe190ae30 Binary files /dev/null and b/project_euler/problem_12-sol1 differ diff --git a/project_euler/problem_13-sol1 b/project_euler/problem_13-sol1 new file mode 100755 index 0000000000..115971e9ca Binary files /dev/null and b/project_euler/problem_13-sol1 differ diff --git a/project_euler/problem_14-sol1 b/project_euler/problem_14-sol1 new file mode 100755 index 0000000000..4553edf5b7 Binary files /dev/null and b/project_euler/problem_14-sol1 differ diff --git a/project_euler/problem_15-sol1 b/project_euler/problem_15-sol1 new file mode 100755 index 0000000000..cf127ae0e7 Binary files /dev/null and b/project_euler/problem_15-sol1 differ diff --git a/project_euler/problem_16-sol1 b/project_euler/problem_16-sol1 new file mode 100755 index 0000000000..a83e2ebd1f Binary files /dev/null and b/project_euler/problem_16-sol1 differ diff --git a/project_euler/problem_19-sol1 b/project_euler/problem_19-sol1 new file mode 100755 index 0000000000..11e4fe14c5 Binary files /dev/null and b/project_euler/problem_19-sol1 differ diff --git a/project_euler/problem_2-so1 b/project_euler/problem_2-so1 new file mode 100755 index 0000000000..dbebe56aae Binary files /dev/null and b/project_euler/problem_2-so1 differ diff --git a/project_euler/problem_20-sol1 b/project_euler/problem_20-sol1 new file mode 100755 index 0000000000..65883242ee Binary files /dev/null and b/project_euler/problem_20-sol1 differ diff --git a/project_euler/problem_21-sol1 b/project_euler/problem_21-sol1 new file mode 100755 index 0000000000..e7985c92e1 Binary files /dev/null and b/project_euler/problem_21-sol1 differ diff --git a/project_euler/problem_22-sol1 b/project_euler/problem_22-sol1 new file mode 100755 index 0000000000..4c8b726cac Binary files /dev/null and b/project_euler/problem_22-sol1 differ diff --git a/project_euler/problem_23-sol1 b/project_euler/problem_23-sol1 new file mode 100755 index 0000000000..21320434ac Binary files /dev/null and b/project_euler/problem_23-sol1 differ diff --git a/project_euler/problem_23-sol2 b/project_euler/problem_23-sol2 new file mode 100755 index 0000000000..2d5af2d600 Binary files /dev/null and b/project_euler/problem_23-sol2 differ diff --git a/project_euler/problem_25-sol1 b/project_euler/problem_25-sol1 new file mode 100755 index 0000000000..af13b529ab Binary files /dev/null and b/project_euler/problem_25-sol1 differ diff --git a/project_euler/problem_26-sol1 b/project_euler/problem_26-sol1 new file mode 100755 index 0000000000..1b25bd9fa8 Binary files /dev/null and b/project_euler/problem_26-sol1 differ diff --git a/project_euler/problem_3-sol1 b/project_euler/problem_3-sol1 new file mode 100755 index 0000000000..27abfb2588 Binary files /dev/null and b/project_euler/problem_3-sol1 differ diff --git a/project_euler/problem_3-sol2 b/project_euler/problem_3-sol2 new file mode 100755 index 0000000000..bfa9f98750 Binary files /dev/null and b/project_euler/problem_3-sol2 differ diff --git a/project_euler/problem_4-sol b/project_euler/problem_4-sol new file mode 100755 index 0000000000..2e20e2afaa Binary files /dev/null and b/project_euler/problem_4-sol differ diff --git a/project_euler/problem_401-sol1 b/project_euler/problem_401-sol1 new file mode 100755 index 0000000000..b362ddbe3a Binary files /dev/null and b/project_euler/problem_401-sol1 differ diff --git a/project_euler/problem_5-sol1 b/project_euler/problem_5-sol1 new file mode 100755 index 0000000000..2189a72ba8 Binary files /dev/null and b/project_euler/problem_5-sol1 differ diff --git a/project_euler/problem_5-sol2 b/project_euler/problem_5-sol2 new file mode 100755 index 0000000000..639367bd53 Binary files /dev/null and b/project_euler/problem_5-sol2 differ diff --git a/project_euler/problem_5-sol3 b/project_euler/problem_5-sol3 new file mode 100755 index 0000000000..953e7f9cd6 Binary files /dev/null and b/project_euler/problem_5-sol3 differ diff --git a/project_euler/problem_6-sol b/project_euler/problem_6-sol new file mode 100755 index 0000000000..0415c98979 Binary files /dev/null and b/project_euler/problem_6-sol differ diff --git a/project_euler/problem_7-sol b/project_euler/problem_7-sol new file mode 100755 index 0000000000..d77003d801 Binary files /dev/null and b/project_euler/problem_7-sol differ diff --git a/project_euler/problem_7-sol2 b/project_euler/problem_7-sol2 new file mode 100755 index 0000000000..94c15a4dd6 Binary files /dev/null and b/project_euler/problem_7-sol2 differ diff --git a/project_euler/problem_8-sol1 b/project_euler/problem_8-sol1 new file mode 100755 index 0000000000..e4c37fc4e4 Binary files /dev/null and b/project_euler/problem_8-sol1 differ diff --git a/project_euler/problem_8-sol2 b/project_euler/problem_8-sol2 new file mode 100755 index 0000000000..3762406e3f Binary files /dev/null and b/project_euler/problem_8-sol2 differ diff --git a/project_euler/problem_9-sol1 b/project_euler/problem_9-sol1 new file mode 100755 index 0000000000..175740774e Binary files /dev/null and b/project_euler/problem_9-sol1 differ diff --git a/project_euler/problem_9-sol2 b/project_euler/problem_9-sol2 new file mode 100755 index 0000000000..ab2116d965 Binary files /dev/null and b/project_euler/problem_9-sol2 differ diff --git a/searching/CMakeFiles/CMakeDirectoryInformation.cmake b/searching/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/searching/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/searching/CMakeFiles/binary_search.dir/DependInfo.cmake b/searching/CMakeFiles/binary_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..a75a3b5ab8 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/binary_search.c" "searching/CMakeFiles/binary_search.dir/binary_search.c.o" "gcc" "searching/CMakeFiles/binary_search.dir/binary_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/binary_search.dir/binary_search.c.o b/searching/CMakeFiles/binary_search.dir/binary_search.c.o new file mode 100644 index 0000000000..a7424e6c1c Binary files /dev/null and b/searching/CMakeFiles/binary_search.dir/binary_search.c.o differ diff --git a/searching/CMakeFiles/binary_search.dir/binary_search.c.o.d b/searching/CMakeFiles/binary_search.dir/binary_search.c.o.d new file mode 100644 index 0000000000..054beea9a7 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/binary_search.c.o.d @@ -0,0 +1,44 @@ +searching/CMakeFiles/binary_search.dir/binary_search.c.o: \ + /Users/jesperolsen/development/C/searching/binary_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/searching/CMakeFiles/binary_search.dir/build.make b/searching/CMakeFiles/binary_search.dir/build.make new file mode 100644 index 0000000000..92928b7333 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/binary_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/binary_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/binary_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/binary_search.dir/flags.make + +searching/CMakeFiles/binary_search.dir/codegen: +.PHONY : searching/CMakeFiles/binary_search.dir/codegen + +searching/CMakeFiles/binary_search.dir/binary_search.c.o: searching/CMakeFiles/binary_search.dir/flags.make +searching/CMakeFiles/binary_search.dir/binary_search.c.o: searching/binary_search.c +searching/CMakeFiles/binary_search.dir/binary_search.c.o: searching/CMakeFiles/binary_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/binary_search.dir/binary_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/binary_search.dir/binary_search.c.o -MF CMakeFiles/binary_search.dir/binary_search.c.o.d -o CMakeFiles/binary_search.dir/binary_search.c.o -c /Users/jesperolsen/development/C/searching/binary_search.c + +searching/CMakeFiles/binary_search.dir/binary_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/binary_search.dir/binary_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/binary_search.c > CMakeFiles/binary_search.dir/binary_search.c.i + +searching/CMakeFiles/binary_search.dir/binary_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/binary_search.dir/binary_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/binary_search.c -o CMakeFiles/binary_search.dir/binary_search.c.s + +# Object files for target binary_search +binary_search_OBJECTS = \ +"CMakeFiles/binary_search.dir/binary_search.c.o" + +# External object files for target binary_search +binary_search_EXTERNAL_OBJECTS = + +searching/binary_search: searching/CMakeFiles/binary_search.dir/binary_search.c.o +searching/binary_search: searching/CMakeFiles/binary_search.dir/build.make +searching/binary_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/binary_search: searching/CMakeFiles/binary_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable binary_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/binary_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/binary_search.dir/build: searching/binary_search +.PHONY : searching/CMakeFiles/binary_search.dir/build + +searching/CMakeFiles/binary_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/binary_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/binary_search.dir/clean + +searching/CMakeFiles/binary_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/binary_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/binary_search.dir/depend + diff --git a/searching/CMakeFiles/binary_search.dir/cmake_clean.cmake b/searching/CMakeFiles/binary_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..8c9c5d3365 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/binary_search.dir/binary_search.c.o" + "CMakeFiles/binary_search.dir/binary_search.c.o.d" + "binary_search" + "binary_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/binary_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/binary_search.dir/compiler_depend.internal b/searching/CMakeFiles/binary_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..23089144b4 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/compiler_depend.internal @@ -0,0 +1,48 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/binary_search.dir/binary_search.c.o + /Users/jesperolsen/development/C/searching/binary_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/searching/CMakeFiles/binary_search.dir/compiler_depend.make b/searching/CMakeFiles/binary_search.dir/compiler_depend.make new file mode 100644 index 0000000000..33733c71a0 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/compiler_depend.make @@ -0,0 +1,133 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/binary_search.dir/binary_search.c.o: searching/binary_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +searching/binary_search.c: diff --git a/searching/CMakeFiles/binary_search.dir/compiler_depend.ts b/searching/CMakeFiles/binary_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..d344d094b4 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for binary_search. diff --git a/searching/CMakeFiles/binary_search.dir/depend.make b/searching/CMakeFiles/binary_search.dir/depend.make new file mode 100644 index 0000000000..aa3b1d2288 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for binary_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/binary_search.dir/flags.make b/searching/CMakeFiles/binary_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/binary_search.dir/link.txt b/searching/CMakeFiles/binary_search.dir/link.txt new file mode 100644 index 0000000000..d9350e2aa6 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/binary_search.dir/binary_search.c.o -o binary_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/binary_search.dir/progress.make b/searching/CMakeFiles/binary_search.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/searching/CMakeFiles/binary_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/exponential_search.dir/DependInfo.cmake b/searching/CMakeFiles/exponential_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..ec2bc5866d --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/exponential_search.c" "searching/CMakeFiles/exponential_search.dir/exponential_search.c.o" "gcc" "searching/CMakeFiles/exponential_search.dir/exponential_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/exponential_search.dir/build.make b/searching/CMakeFiles/exponential_search.dir/build.make new file mode 100644 index 0000000000..b401b888f9 --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/exponential_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/exponential_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/exponential_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/exponential_search.dir/flags.make + +searching/CMakeFiles/exponential_search.dir/codegen: +.PHONY : searching/CMakeFiles/exponential_search.dir/codegen + +searching/CMakeFiles/exponential_search.dir/exponential_search.c.o: searching/CMakeFiles/exponential_search.dir/flags.make +searching/CMakeFiles/exponential_search.dir/exponential_search.c.o: searching/exponential_search.c +searching/CMakeFiles/exponential_search.dir/exponential_search.c.o: searching/CMakeFiles/exponential_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/exponential_search.dir/exponential_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/exponential_search.dir/exponential_search.c.o -MF CMakeFiles/exponential_search.dir/exponential_search.c.o.d -o CMakeFiles/exponential_search.dir/exponential_search.c.o -c /Users/jesperolsen/development/C/searching/exponential_search.c + +searching/CMakeFiles/exponential_search.dir/exponential_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/exponential_search.dir/exponential_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/exponential_search.c > CMakeFiles/exponential_search.dir/exponential_search.c.i + +searching/CMakeFiles/exponential_search.dir/exponential_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/exponential_search.dir/exponential_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/exponential_search.c -o CMakeFiles/exponential_search.dir/exponential_search.c.s + +# Object files for target exponential_search +exponential_search_OBJECTS = \ +"CMakeFiles/exponential_search.dir/exponential_search.c.o" + +# External object files for target exponential_search +exponential_search_EXTERNAL_OBJECTS = + +searching/exponential_search: searching/CMakeFiles/exponential_search.dir/exponential_search.c.o +searching/exponential_search: searching/CMakeFiles/exponential_search.dir/build.make +searching/exponential_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/exponential_search: searching/CMakeFiles/exponential_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable exponential_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/exponential_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/exponential_search.dir/build: searching/exponential_search +.PHONY : searching/CMakeFiles/exponential_search.dir/build + +searching/CMakeFiles/exponential_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/exponential_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/exponential_search.dir/clean + +searching/CMakeFiles/exponential_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/exponential_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/exponential_search.dir/depend + diff --git a/searching/CMakeFiles/exponential_search.dir/cmake_clean.cmake b/searching/CMakeFiles/exponential_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b5ba162a72 --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/exponential_search.dir/exponential_search.c.o" + "CMakeFiles/exponential_search.dir/exponential_search.c.o.d" + "exponential_search" + "exponential_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/exponential_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/exponential_search.dir/compiler_depend.internal b/searching/CMakeFiles/exponential_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..6354286d42 --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/exponential_search.dir/exponential_search.c.o + /Users/jesperolsen/development/C/searching/exponential_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/searching/CMakeFiles/exponential_search.dir/compiler_depend.make b/searching/CMakeFiles/exponential_search.dir/compiler_depend.make new file mode 100644 index 0000000000..a592f14982 --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/exponential_search.dir/exponential_search.c.o: searching/exponential_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +searching/exponential_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: diff --git a/searching/CMakeFiles/exponential_search.dir/compiler_depend.ts b/searching/CMakeFiles/exponential_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..b0aa172ad9 --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for exponential_search. diff --git a/searching/CMakeFiles/exponential_search.dir/depend.make b/searching/CMakeFiles/exponential_search.dir/depend.make new file mode 100644 index 0000000000..d10542e9ed --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for exponential_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/exponential_search.dir/exponential_search.c.o b/searching/CMakeFiles/exponential_search.dir/exponential_search.c.o new file mode 100644 index 0000000000..9d15fa55d8 Binary files /dev/null and b/searching/CMakeFiles/exponential_search.dir/exponential_search.c.o differ diff --git a/searching/CMakeFiles/exponential_search.dir/exponential_search.c.o.d b/searching/CMakeFiles/exponential_search.dir/exponential_search.c.o.d new file mode 100644 index 0000000000..29e0f6e14a --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/exponential_search.c.o.d @@ -0,0 +1,56 @@ +searching/CMakeFiles/exponential_search.dir/exponential_search.c.o: \ + /Users/jesperolsen/development/C/searching/exponential_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/searching/CMakeFiles/exponential_search.dir/flags.make b/searching/CMakeFiles/exponential_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/exponential_search.dir/link.txt b/searching/CMakeFiles/exponential_search.dir/link.txt new file mode 100644 index 0000000000..62f582b5e6 --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/exponential_search.dir/exponential_search.c.o -o exponential_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/exponential_search.dir/progress.make b/searching/CMakeFiles/exponential_search.dir/progress.make new file mode 100644 index 0000000000..f6b9cd7afc --- /dev/null +++ b/searching/CMakeFiles/exponential_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 19 +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/fibonacci_search.dir/DependInfo.cmake b/searching/CMakeFiles/fibonacci_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..7bbaddcaf0 --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/fibonacci_search.c" "searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o" "gcc" "searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/fibonacci_search.dir/build.make b/searching/CMakeFiles/fibonacci_search.dir/build.make new file mode 100644 index 0000000000..4b8a0fda0c --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/fibonacci_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/fibonacci_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/fibonacci_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/fibonacci_search.dir/flags.make + +searching/CMakeFiles/fibonacci_search.dir/codegen: +.PHONY : searching/CMakeFiles/fibonacci_search.dir/codegen + +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o: searching/CMakeFiles/fibonacci_search.dir/flags.make +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o: searching/fibonacci_search.c +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o: searching/CMakeFiles/fibonacci_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o -MF CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o.d -o CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o -c /Users/jesperolsen/development/C/searching/fibonacci_search.c + +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/fibonacci_search.dir/fibonacci_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/fibonacci_search.c > CMakeFiles/fibonacci_search.dir/fibonacci_search.c.i + +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/fibonacci_search.dir/fibonacci_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/fibonacci_search.c -o CMakeFiles/fibonacci_search.dir/fibonacci_search.c.s + +# Object files for target fibonacci_search +fibonacci_search_OBJECTS = \ +"CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o" + +# External object files for target fibonacci_search +fibonacci_search_EXTERNAL_OBJECTS = + +searching/fibonacci_search: searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o +searching/fibonacci_search: searching/CMakeFiles/fibonacci_search.dir/build.make +searching/fibonacci_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/fibonacci_search: searching/CMakeFiles/fibonacci_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable fibonacci_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fibonacci_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/fibonacci_search.dir/build: searching/fibonacci_search +.PHONY : searching/CMakeFiles/fibonacci_search.dir/build + +searching/CMakeFiles/fibonacci_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/fibonacci_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/fibonacci_search.dir/clean + +searching/CMakeFiles/fibonacci_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/fibonacci_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/fibonacci_search.dir/depend + diff --git a/searching/CMakeFiles/fibonacci_search.dir/cmake_clean.cmake b/searching/CMakeFiles/fibonacci_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..08f10e0613 --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o" + "CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o.d" + "fibonacci_search" + "fibonacci_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/fibonacci_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.internal b/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..cab58d4f4e --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o + /Users/jesperolsen/development/C/searching/fibonacci_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.make b/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.make new file mode 100644 index 0000000000..bb838a4b6f --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o: searching/fibonacci_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +searching/fibonacci_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.ts b/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..423eea366c --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for fibonacci_search. diff --git a/searching/CMakeFiles/fibonacci_search.dir/depend.make b/searching/CMakeFiles/fibonacci_search.dir/depend.make new file mode 100644 index 0000000000..5997da1a16 --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for fibonacci_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o b/searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o new file mode 100644 index 0000000000..31d8f76e9d Binary files /dev/null and b/searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o differ diff --git a/searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o.d b/searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o.d new file mode 100644 index 0000000000..40ecfd53ca --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o.d @@ -0,0 +1,87 @@ +searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o: \ + /Users/jesperolsen/development/C/searching/fibonacci_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/searching/CMakeFiles/fibonacci_search.dir/flags.make b/searching/CMakeFiles/fibonacci_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/fibonacci_search.dir/link.txt b/searching/CMakeFiles/fibonacci_search.dir/link.txt new file mode 100644 index 0000000000..9daf0c2ad4 --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o -o fibonacci_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/fibonacci_search.dir/progress.make b/searching/CMakeFiles/fibonacci_search.dir/progress.make new file mode 100644 index 0000000000..bb3eefd9e4 --- /dev/null +++ b/searching/CMakeFiles/fibonacci_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 23 +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/DependInfo.cmake b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/DependInfo.cmake new file mode 100644 index 0000000000..1d9a9f02a7 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/floyd_cycle_detection_algorithm.c" "searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o" "gcc" "searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make new file mode 100644 index 0000000000..163e5d2246 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/flags.make + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/codegen: +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/codegen + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/flags.make +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o: searching/floyd_cycle_detection_algorithm.c +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o -MF CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o.d -o CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o -c /Users/jesperolsen/development/C/searching/floyd_cycle_detection_algorithm.c + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/floyd_cycle_detection_algorithm.c > CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.i + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/floyd_cycle_detection_algorithm.c -o CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.s + +# Object files for target floyd_cycle_detection_algorithm +floyd_cycle_detection_algorithm_OBJECTS = \ +"CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o" + +# External object files for target floyd_cycle_detection_algorithm +floyd_cycle_detection_algorithm_EXTERNAL_OBJECTS = + +searching/floyd_cycle_detection_algorithm: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o +searching/floyd_cycle_detection_algorithm: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make +searching/floyd_cycle_detection_algorithm: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/floyd_cycle_detection_algorithm: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable floyd_cycle_detection_algorithm" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/floyd_cycle_detection_algorithm.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build: searching/floyd_cycle_detection_algorithm +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/floyd_cycle_detection_algorithm.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/clean + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/depend + diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/cmake_clean.cmake b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/cmake_clean.cmake new file mode 100644 index 0000000000..93ef3b7d11 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o" + "CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o.d" + "floyd_cycle_detection_algorithm" + "floyd_cycle_detection_algorithm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/floyd_cycle_detection_algorithm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.internal b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.internal new file mode 100644 index 0000000000..1ee7620fb4 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.internal @@ -0,0 +1,60 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o + /Users/jesperolsen/development/C/searching/floyd_cycle_detection_algorithm.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.make b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.make new file mode 100644 index 0000000000..ab4e137a15 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.make @@ -0,0 +1,169 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o: searching/floyd_cycle_detection_algorithm.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +searching/floyd_cycle_detection_algorithm.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.ts b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.ts new file mode 100644 index 0000000000..9d292be091 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for floyd_cycle_detection_algorithm. diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/depend.make b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/depend.make new file mode 100644 index 0000000000..602b5d3b6f --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for floyd_cycle_detection_algorithm. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/flags.make b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o new file mode 100644 index 0000000000..f9a27d5f12 Binary files /dev/null and b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o differ diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o.d b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o.d new file mode 100644 index 0000000000..61228736b8 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o.d @@ -0,0 +1,56 @@ +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o: \ + /Users/jesperolsen/development/C/searching/floyd_cycle_detection_algorithm.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/link.txt b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/link.txt new file mode 100644 index 0000000000..b54d4d403f --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o -o floyd_cycle_detection_algorithm /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/progress.make b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/interpolation_search.dir/DependInfo.cmake b/searching/CMakeFiles/interpolation_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..a4d0009b9d --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/interpolation_search.c" "searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o" "gcc" "searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/interpolation_search.dir/build.make b/searching/CMakeFiles/interpolation_search.dir/build.make new file mode 100644 index 0000000000..d95290293d --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/interpolation_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/interpolation_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/interpolation_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/interpolation_search.dir/flags.make + +searching/CMakeFiles/interpolation_search.dir/codegen: +.PHONY : searching/CMakeFiles/interpolation_search.dir/codegen + +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o: searching/CMakeFiles/interpolation_search.dir/flags.make +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o: searching/interpolation_search.c +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o: searching/CMakeFiles/interpolation_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o -MF CMakeFiles/interpolation_search.dir/interpolation_search.c.o.d -o CMakeFiles/interpolation_search.dir/interpolation_search.c.o -c /Users/jesperolsen/development/C/searching/interpolation_search.c + +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/interpolation_search.dir/interpolation_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/interpolation_search.c > CMakeFiles/interpolation_search.dir/interpolation_search.c.i + +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/interpolation_search.dir/interpolation_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/interpolation_search.c -o CMakeFiles/interpolation_search.dir/interpolation_search.c.s + +# Object files for target interpolation_search +interpolation_search_OBJECTS = \ +"CMakeFiles/interpolation_search.dir/interpolation_search.c.o" + +# External object files for target interpolation_search +interpolation_search_EXTERNAL_OBJECTS = + +searching/interpolation_search: searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o +searching/interpolation_search: searching/CMakeFiles/interpolation_search.dir/build.make +searching/interpolation_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/interpolation_search: searching/CMakeFiles/interpolation_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable interpolation_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/interpolation_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/interpolation_search.dir/build: searching/interpolation_search +.PHONY : searching/CMakeFiles/interpolation_search.dir/build + +searching/CMakeFiles/interpolation_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/interpolation_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/interpolation_search.dir/clean + +searching/CMakeFiles/interpolation_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/interpolation_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/interpolation_search.dir/depend + diff --git a/searching/CMakeFiles/interpolation_search.dir/cmake_clean.cmake b/searching/CMakeFiles/interpolation_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..aa04d31d62 --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/interpolation_search.dir/interpolation_search.c.o" + "CMakeFiles/interpolation_search.dir/interpolation_search.c.o.d" + "interpolation_search" + "interpolation_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/interpolation_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/interpolation_search.dir/compiler_depend.internal b/searching/CMakeFiles/interpolation_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..593fed2731 --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o + /Users/jesperolsen/development/C/searching/interpolation_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/searching/CMakeFiles/interpolation_search.dir/compiler_depend.make b/searching/CMakeFiles/interpolation_search.dir/compiler_depend.make new file mode 100644 index 0000000000..e671e1f577 --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o: searching/interpolation_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +searching/interpolation_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/searching/CMakeFiles/interpolation_search.dir/compiler_depend.ts b/searching/CMakeFiles/interpolation_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..60872c1248 --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for interpolation_search. diff --git a/searching/CMakeFiles/interpolation_search.dir/depend.make b/searching/CMakeFiles/interpolation_search.dir/depend.make new file mode 100644 index 0000000000..8858de2ce0 --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for interpolation_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/interpolation_search.dir/flags.make b/searching/CMakeFiles/interpolation_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o b/searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o new file mode 100644 index 0000000000..f755aa9d89 Binary files /dev/null and b/searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o differ diff --git a/searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o.d b/searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o.d new file mode 100644 index 0000000000..9f2761361a --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o.d @@ -0,0 +1,41 @@ +searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o: \ + /Users/jesperolsen/development/C/searching/interpolation_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/searching/CMakeFiles/interpolation_search.dir/link.txt b/searching/CMakeFiles/interpolation_search.dir/link.txt new file mode 100644 index 0000000000..88bc603a97 --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/interpolation_search.dir/interpolation_search.c.o -o interpolation_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/interpolation_search.dir/progress.make b/searching/CMakeFiles/interpolation_search.dir/progress.make new file mode 100644 index 0000000000..7bd5b17199 --- /dev/null +++ b/searching/CMakeFiles/interpolation_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 35 +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/jump_search.dir/DependInfo.cmake b/searching/CMakeFiles/jump_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..b3b22d8700 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/jump_search.c" "searching/CMakeFiles/jump_search.dir/jump_search.c.o" "gcc" "searching/CMakeFiles/jump_search.dir/jump_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/jump_search.dir/build.make b/searching/CMakeFiles/jump_search.dir/build.make new file mode 100644 index 0000000000..4b32ad7c91 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/jump_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/jump_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/jump_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/jump_search.dir/flags.make + +searching/CMakeFiles/jump_search.dir/codegen: +.PHONY : searching/CMakeFiles/jump_search.dir/codegen + +searching/CMakeFiles/jump_search.dir/jump_search.c.o: searching/CMakeFiles/jump_search.dir/flags.make +searching/CMakeFiles/jump_search.dir/jump_search.c.o: searching/jump_search.c +searching/CMakeFiles/jump_search.dir/jump_search.c.o: searching/CMakeFiles/jump_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/jump_search.dir/jump_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/jump_search.dir/jump_search.c.o -MF CMakeFiles/jump_search.dir/jump_search.c.o.d -o CMakeFiles/jump_search.dir/jump_search.c.o -c /Users/jesperolsen/development/C/searching/jump_search.c + +searching/CMakeFiles/jump_search.dir/jump_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/jump_search.dir/jump_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/jump_search.c > CMakeFiles/jump_search.dir/jump_search.c.i + +searching/CMakeFiles/jump_search.dir/jump_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/jump_search.dir/jump_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/jump_search.c -o CMakeFiles/jump_search.dir/jump_search.c.s + +# Object files for target jump_search +jump_search_OBJECTS = \ +"CMakeFiles/jump_search.dir/jump_search.c.o" + +# External object files for target jump_search +jump_search_EXTERNAL_OBJECTS = + +searching/jump_search: searching/CMakeFiles/jump_search.dir/jump_search.c.o +searching/jump_search: searching/CMakeFiles/jump_search.dir/build.make +searching/jump_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/jump_search: searching/CMakeFiles/jump_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable jump_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/jump_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/jump_search.dir/build: searching/jump_search +.PHONY : searching/CMakeFiles/jump_search.dir/build + +searching/CMakeFiles/jump_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/jump_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/jump_search.dir/clean + +searching/CMakeFiles/jump_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/jump_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/jump_search.dir/depend + diff --git a/searching/CMakeFiles/jump_search.dir/cmake_clean.cmake b/searching/CMakeFiles/jump_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..84ba2add57 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/jump_search.dir/jump_search.c.o" + "CMakeFiles/jump_search.dir/jump_search.c.o.d" + "jump_search" + "jump_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/jump_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/jump_search.dir/compiler_depend.internal b/searching/CMakeFiles/jump_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..fc5132d437 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/compiler_depend.internal @@ -0,0 +1,49 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/jump_search.dir/jump_search.c.o + /Users/jesperolsen/development/C/searching/jump_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/searching/CMakeFiles/jump_search.dir/compiler_depend.make b/searching/CMakeFiles/jump_search.dir/compiler_depend.make new file mode 100644 index 0000000000..16a708ea50 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/compiler_depend.make @@ -0,0 +1,136 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/jump_search.dir/jump_search.c.o: searching/jump_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +searching/jump_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/searching/CMakeFiles/jump_search.dir/compiler_depend.ts b/searching/CMakeFiles/jump_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..bab90285c9 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for jump_search. diff --git a/searching/CMakeFiles/jump_search.dir/depend.make b/searching/CMakeFiles/jump_search.dir/depend.make new file mode 100644 index 0000000000..84de1a135d --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for jump_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/jump_search.dir/flags.make b/searching/CMakeFiles/jump_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/jump_search.dir/jump_search.c.o b/searching/CMakeFiles/jump_search.dir/jump_search.c.o new file mode 100644 index 0000000000..f081b210b5 Binary files /dev/null and b/searching/CMakeFiles/jump_search.dir/jump_search.c.o differ diff --git a/searching/CMakeFiles/jump_search.dir/jump_search.c.o.d b/searching/CMakeFiles/jump_search.dir/jump_search.c.o.d new file mode 100644 index 0000000000..65aa274b07 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/jump_search.c.o.d @@ -0,0 +1,45 @@ +searching/CMakeFiles/jump_search.dir/jump_search.c.o: \ + /Users/jesperolsen/development/C/searching/jump_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/searching/CMakeFiles/jump_search.dir/link.txt b/searching/CMakeFiles/jump_search.dir/link.txt new file mode 100644 index 0000000000..b121533833 --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/jump_search.dir/jump_search.c.o -o jump_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/jump_search.dir/progress.make b/searching/CMakeFiles/jump_search.dir/progress.make new file mode 100644 index 0000000000..6e0170c5be --- /dev/null +++ b/searching/CMakeFiles/jump_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 36 +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/linear_search.dir/DependInfo.cmake b/searching/CMakeFiles/linear_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..27c4391184 --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/linear_search.c" "searching/CMakeFiles/linear_search.dir/linear_search.c.o" "gcc" "searching/CMakeFiles/linear_search.dir/linear_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/linear_search.dir/build.make b/searching/CMakeFiles/linear_search.dir/build.make new file mode 100644 index 0000000000..5038a4e3ed --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/linear_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/linear_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/linear_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/linear_search.dir/flags.make + +searching/CMakeFiles/linear_search.dir/codegen: +.PHONY : searching/CMakeFiles/linear_search.dir/codegen + +searching/CMakeFiles/linear_search.dir/linear_search.c.o: searching/CMakeFiles/linear_search.dir/flags.make +searching/CMakeFiles/linear_search.dir/linear_search.c.o: searching/linear_search.c +searching/CMakeFiles/linear_search.dir/linear_search.c.o: searching/CMakeFiles/linear_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/linear_search.dir/linear_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/linear_search.dir/linear_search.c.o -MF CMakeFiles/linear_search.dir/linear_search.c.o.d -o CMakeFiles/linear_search.dir/linear_search.c.o -c /Users/jesperolsen/development/C/searching/linear_search.c + +searching/CMakeFiles/linear_search.dir/linear_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/linear_search.dir/linear_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/linear_search.c > CMakeFiles/linear_search.dir/linear_search.c.i + +searching/CMakeFiles/linear_search.dir/linear_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/linear_search.dir/linear_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/linear_search.c -o CMakeFiles/linear_search.dir/linear_search.c.s + +# Object files for target linear_search +linear_search_OBJECTS = \ +"CMakeFiles/linear_search.dir/linear_search.c.o" + +# External object files for target linear_search +linear_search_EXTERNAL_OBJECTS = + +searching/linear_search: searching/CMakeFiles/linear_search.dir/linear_search.c.o +searching/linear_search: searching/CMakeFiles/linear_search.dir/build.make +searching/linear_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/linear_search: searching/CMakeFiles/linear_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable linear_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/linear_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/linear_search.dir/build: searching/linear_search +.PHONY : searching/CMakeFiles/linear_search.dir/build + +searching/CMakeFiles/linear_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/linear_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/linear_search.dir/clean + +searching/CMakeFiles/linear_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/linear_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/linear_search.dir/depend + diff --git a/searching/CMakeFiles/linear_search.dir/cmake_clean.cmake b/searching/CMakeFiles/linear_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ce3b66e501 --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/linear_search.dir/linear_search.c.o" + "CMakeFiles/linear_search.dir/linear_search.c.o.d" + "linear_search" + "linear_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/linear_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/linear_search.dir/compiler_depend.internal b/searching/CMakeFiles/linear_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..96864c9434 --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/linear_search.dir/linear_search.c.o + /Users/jesperolsen/development/C/searching/linear_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/searching/CMakeFiles/linear_search.dir/compiler_depend.make b/searching/CMakeFiles/linear_search.dir/compiler_depend.make new file mode 100644 index 0000000000..dd24303f95 --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/linear_search.dir/linear_search.c.o: searching/linear_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +searching/linear_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/searching/CMakeFiles/linear_search.dir/compiler_depend.ts b/searching/CMakeFiles/linear_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..728f65ecbc --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for linear_search. diff --git a/searching/CMakeFiles/linear_search.dir/depend.make b/searching/CMakeFiles/linear_search.dir/depend.make new file mode 100644 index 0000000000..588a3a0c72 --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for linear_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/linear_search.dir/flags.make b/searching/CMakeFiles/linear_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/linear_search.dir/linear_search.c.o b/searching/CMakeFiles/linear_search.dir/linear_search.c.o new file mode 100644 index 0000000000..da5c35fd8a Binary files /dev/null and b/searching/CMakeFiles/linear_search.dir/linear_search.c.o differ diff --git a/searching/CMakeFiles/linear_search.dir/linear_search.c.o.d b/searching/CMakeFiles/linear_search.dir/linear_search.c.o.d new file mode 100644 index 0000000000..ab0a0d29aa --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/linear_search.c.o.d @@ -0,0 +1,87 @@ +searching/CMakeFiles/linear_search.dir/linear_search.c.o: \ + /Users/jesperolsen/development/C/searching/linear_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/searching/CMakeFiles/linear_search.dir/link.txt b/searching/CMakeFiles/linear_search.dir/link.txt new file mode 100644 index 0000000000..ad91a3b1df --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/linear_search.dir/linear_search.c.o -o linear_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/linear_search.dir/progress.make b/searching/CMakeFiles/linear_search.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/searching/CMakeFiles/linear_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/modified_binary_search.dir/DependInfo.cmake b/searching/CMakeFiles/modified_binary_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..f00b763bf4 --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/modified_binary_search.c" "searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o" "gcc" "searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/modified_binary_search.dir/build.make b/searching/CMakeFiles/modified_binary_search.dir/build.make new file mode 100644 index 0000000000..07e89abc37 --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/modified_binary_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/modified_binary_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/modified_binary_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/modified_binary_search.dir/flags.make + +searching/CMakeFiles/modified_binary_search.dir/codegen: +.PHONY : searching/CMakeFiles/modified_binary_search.dir/codegen + +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o: searching/CMakeFiles/modified_binary_search.dir/flags.make +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o: searching/modified_binary_search.c +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o: searching/CMakeFiles/modified_binary_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o -MF CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o.d -o CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o -c /Users/jesperolsen/development/C/searching/modified_binary_search.c + +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/modified_binary_search.dir/modified_binary_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/modified_binary_search.c > CMakeFiles/modified_binary_search.dir/modified_binary_search.c.i + +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/modified_binary_search.dir/modified_binary_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/modified_binary_search.c -o CMakeFiles/modified_binary_search.dir/modified_binary_search.c.s + +# Object files for target modified_binary_search +modified_binary_search_OBJECTS = \ +"CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o" + +# External object files for target modified_binary_search +modified_binary_search_EXTERNAL_OBJECTS = + +searching/modified_binary_search: searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o +searching/modified_binary_search: searching/CMakeFiles/modified_binary_search.dir/build.make +searching/modified_binary_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/modified_binary_search: searching/CMakeFiles/modified_binary_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable modified_binary_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/modified_binary_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/modified_binary_search.dir/build: searching/modified_binary_search +.PHONY : searching/CMakeFiles/modified_binary_search.dir/build + +searching/CMakeFiles/modified_binary_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/modified_binary_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/modified_binary_search.dir/clean + +searching/CMakeFiles/modified_binary_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/modified_binary_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/modified_binary_search.dir/depend + diff --git a/searching/CMakeFiles/modified_binary_search.dir/cmake_clean.cmake b/searching/CMakeFiles/modified_binary_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..068fb763c0 --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o" + "CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o.d" + "modified_binary_search" + "modified_binary_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/modified_binary_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.internal b/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..1505222002 --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o + /Users/jesperolsen/development/C/searching/modified_binary_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.make b/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.make new file mode 100644 index 0000000000..1216546903 --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o: searching/modified_binary_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +searching/modified_binary_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: diff --git a/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.ts b/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..7e71b3bf5d --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for modified_binary_search. diff --git a/searching/CMakeFiles/modified_binary_search.dir/depend.make b/searching/CMakeFiles/modified_binary_search.dir/depend.make new file mode 100644 index 0000000000..97c02d421f --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for modified_binary_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/modified_binary_search.dir/flags.make b/searching/CMakeFiles/modified_binary_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/modified_binary_search.dir/link.txt b/searching/CMakeFiles/modified_binary_search.dir/link.txt new file mode 100644 index 0000000000..c3d3c45699 --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o -o modified_binary_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o b/searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o new file mode 100644 index 0000000000..fdc6101559 Binary files /dev/null and b/searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o differ diff --git a/searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o.d b/searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o.d new file mode 100644 index 0000000000..cb3c64b1ec --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o.d @@ -0,0 +1,87 @@ +searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o: \ + /Users/jesperolsen/development/C/searching/modified_binary_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/searching/CMakeFiles/modified_binary_search.dir/progress.make b/searching/CMakeFiles/modified_binary_search.dir/progress.make new file mode 100644 index 0000000000..e767016d33 --- /dev/null +++ b/searching/CMakeFiles/modified_binary_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 47 +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/other_binary_search.dir/DependInfo.cmake b/searching/CMakeFiles/other_binary_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..5d061258f4 --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/other_binary_search.c" "searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o" "gcc" "searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/other_binary_search.dir/build.make b/searching/CMakeFiles/other_binary_search.dir/build.make new file mode 100644 index 0000000000..805ec180fc --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/other_binary_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/other_binary_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/other_binary_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/other_binary_search.dir/flags.make + +searching/CMakeFiles/other_binary_search.dir/codegen: +.PHONY : searching/CMakeFiles/other_binary_search.dir/codegen + +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o: searching/CMakeFiles/other_binary_search.dir/flags.make +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o: searching/other_binary_search.c +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o: searching/CMakeFiles/other_binary_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o -MF CMakeFiles/other_binary_search.dir/other_binary_search.c.o.d -o CMakeFiles/other_binary_search.dir/other_binary_search.c.o -c /Users/jesperolsen/development/C/searching/other_binary_search.c + +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/other_binary_search.dir/other_binary_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/other_binary_search.c > CMakeFiles/other_binary_search.dir/other_binary_search.c.i + +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/other_binary_search.dir/other_binary_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/other_binary_search.c -o CMakeFiles/other_binary_search.dir/other_binary_search.c.s + +# Object files for target other_binary_search +other_binary_search_OBJECTS = \ +"CMakeFiles/other_binary_search.dir/other_binary_search.c.o" + +# External object files for target other_binary_search +other_binary_search_EXTERNAL_OBJECTS = + +searching/other_binary_search: searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o +searching/other_binary_search: searching/CMakeFiles/other_binary_search.dir/build.make +searching/other_binary_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/other_binary_search: searching/CMakeFiles/other_binary_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable other_binary_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/other_binary_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/other_binary_search.dir/build: searching/other_binary_search +.PHONY : searching/CMakeFiles/other_binary_search.dir/build + +searching/CMakeFiles/other_binary_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/other_binary_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/other_binary_search.dir/clean + +searching/CMakeFiles/other_binary_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/other_binary_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/other_binary_search.dir/depend + diff --git a/searching/CMakeFiles/other_binary_search.dir/cmake_clean.cmake b/searching/CMakeFiles/other_binary_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d74dcbd302 --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/other_binary_search.dir/other_binary_search.c.o" + "CMakeFiles/other_binary_search.dir/other_binary_search.c.o.d" + "other_binary_search" + "other_binary_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/other_binary_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/other_binary_search.dir/compiler_depend.internal b/searching/CMakeFiles/other_binary_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..0e4a26e55e --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o + /Users/jesperolsen/development/C/searching/other_binary_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/searching/CMakeFiles/other_binary_search.dir/compiler_depend.make b/searching/CMakeFiles/other_binary_search.dir/compiler_depend.make new file mode 100644 index 0000000000..510a262195 --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o: searching/other_binary_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +searching/other_binary_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/searching/CMakeFiles/other_binary_search.dir/compiler_depend.ts b/searching/CMakeFiles/other_binary_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..4f0b4d7b04 --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for other_binary_search. diff --git a/searching/CMakeFiles/other_binary_search.dir/depend.make b/searching/CMakeFiles/other_binary_search.dir/depend.make new file mode 100644 index 0000000000..27cb97797c --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for other_binary_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/other_binary_search.dir/flags.make b/searching/CMakeFiles/other_binary_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/other_binary_search.dir/link.txt b/searching/CMakeFiles/other_binary_search.dir/link.txt new file mode 100644 index 0000000000..3b9799e7cb --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/other_binary_search.dir/other_binary_search.c.o -o other_binary_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o b/searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o new file mode 100644 index 0000000000..035e83c0a4 Binary files /dev/null and b/searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o differ diff --git a/searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o.d b/searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o.d new file mode 100644 index 0000000000..f5d59faf44 --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o.d @@ -0,0 +1,87 @@ +searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o: \ + /Users/jesperolsen/development/C/searching/other_binary_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/searching/CMakeFiles/other_binary_search.dir/progress.make b/searching/CMakeFiles/other_binary_search.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/searching/CMakeFiles/other_binary_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/progress.marks b/searching/CMakeFiles/progress.marks new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/searching/CMakeFiles/progress.marks @@ -0,0 +1 @@ +5 diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/DependInfo.cmake b/searching/CMakeFiles/sentinel_linear_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..604e22e791 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/sentinel_linear_search.c" "searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o" "gcc" "searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/build.make b/searching/CMakeFiles/sentinel_linear_search.dir/build.make new file mode 100644 index 0000000000..303dbcc6e3 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/sentinel_linear_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/sentinel_linear_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/sentinel_linear_search.dir/flags.make + +searching/CMakeFiles/sentinel_linear_search.dir/codegen: +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/codegen + +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o: searching/CMakeFiles/sentinel_linear_search.dir/flags.make +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o: searching/sentinel_linear_search.c +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o: searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o -MF CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o.d -o CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o -c /Users/jesperolsen/development/C/searching/sentinel_linear_search.c + +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/sentinel_linear_search.c > CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.i + +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/sentinel_linear_search.c -o CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.s + +# Object files for target sentinel_linear_search +sentinel_linear_search_OBJECTS = \ +"CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o" + +# External object files for target sentinel_linear_search +sentinel_linear_search_EXTERNAL_OBJECTS = + +searching/sentinel_linear_search: searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o +searching/sentinel_linear_search: searching/CMakeFiles/sentinel_linear_search.dir/build.make +searching/sentinel_linear_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/sentinel_linear_search: searching/CMakeFiles/sentinel_linear_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sentinel_linear_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sentinel_linear_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/sentinel_linear_search.dir/build: searching/sentinel_linear_search +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/build + +searching/CMakeFiles/sentinel_linear_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/sentinel_linear_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/clean + +searching/CMakeFiles/sentinel_linear_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/sentinel_linear_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/depend + diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/cmake_clean.cmake b/searching/CMakeFiles/sentinel_linear_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e5d676dba9 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o" + "CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o.d" + "sentinel_linear_search" + "sentinel_linear_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/sentinel_linear_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.internal b/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..dc71b9c9d9 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.internal @@ -0,0 +1,48 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o + /Users/jesperolsen/development/C/searching/sentinel_linear_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.make b/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.make new file mode 100644 index 0000000000..a3bc7f84f6 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.make @@ -0,0 +1,133 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o: searching/sentinel_linear_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +searching/sentinel_linear_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.ts b/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..1e7743fcd2 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for sentinel_linear_search. diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/depend.make b/searching/CMakeFiles/sentinel_linear_search.dir/depend.make new file mode 100644 index 0000000000..37956c1845 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for sentinel_linear_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/flags.make b/searching/CMakeFiles/sentinel_linear_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/link.txt b/searching/CMakeFiles/sentinel_linear_search.dir/link.txt new file mode 100644 index 0000000000..c97a0f3a30 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o -o sentinel_linear_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/progress.make b/searching/CMakeFiles/sentinel_linear_search.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o b/searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o new file mode 100644 index 0000000000..ea05b86d4d Binary files /dev/null and b/searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o differ diff --git a/searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o.d b/searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o.d new file mode 100644 index 0000000000..3da350b39b --- /dev/null +++ b/searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o.d @@ -0,0 +1,44 @@ +searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o: \ + /Users/jesperolsen/development/C/searching/sentinel_linear_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h diff --git a/searching/CMakeFiles/ternary_search.dir/DependInfo.cmake b/searching/CMakeFiles/ternary_search.dir/DependInfo.cmake new file mode 100644 index 0000000000..cf2d7c0172 --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/searching/ternary_search.c" "searching/CMakeFiles/ternary_search.dir/ternary_search.c.o" "gcc" "searching/CMakeFiles/ternary_search.dir/ternary_search.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/searching/CMakeFiles/ternary_search.dir/build.make b/searching/CMakeFiles/ternary_search.dir/build.make new file mode 100644 index 0000000000..e95d711d2a --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include searching/CMakeFiles/ternary_search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include searching/CMakeFiles/ternary_search.dir/compiler_depend.make + +# Include the progress variables for this target. +include searching/CMakeFiles/ternary_search.dir/progress.make + +# Include the compile flags for this target's objects. +include searching/CMakeFiles/ternary_search.dir/flags.make + +searching/CMakeFiles/ternary_search.dir/codegen: +.PHONY : searching/CMakeFiles/ternary_search.dir/codegen + +searching/CMakeFiles/ternary_search.dir/ternary_search.c.o: searching/CMakeFiles/ternary_search.dir/flags.make +searching/CMakeFiles/ternary_search.dir/ternary_search.c.o: searching/ternary_search.c +searching/CMakeFiles/ternary_search.dir/ternary_search.c.o: searching/CMakeFiles/ternary_search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object searching/CMakeFiles/ternary_search.dir/ternary_search.c.o" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT searching/CMakeFiles/ternary_search.dir/ternary_search.c.o -MF CMakeFiles/ternary_search.dir/ternary_search.c.o.d -o CMakeFiles/ternary_search.dir/ternary_search.c.o -c /Users/jesperolsen/development/C/searching/ternary_search.c + +searching/CMakeFiles/ternary_search.dir/ternary_search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ternary_search.dir/ternary_search.c.i" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/searching/ternary_search.c > CMakeFiles/ternary_search.dir/ternary_search.c.i + +searching/CMakeFiles/ternary_search.dir/ternary_search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ternary_search.dir/ternary_search.c.s" + cd /Users/jesperolsen/development/C/searching && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/searching/ternary_search.c -o CMakeFiles/ternary_search.dir/ternary_search.c.s + +# Object files for target ternary_search +ternary_search_OBJECTS = \ +"CMakeFiles/ternary_search.dir/ternary_search.c.o" + +# External object files for target ternary_search +ternary_search_EXTERNAL_OBJECTS = + +searching/ternary_search: searching/CMakeFiles/ternary_search.dir/ternary_search.c.o +searching/ternary_search: searching/CMakeFiles/ternary_search.dir/build.make +searching/ternary_search: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +searching/ternary_search: searching/CMakeFiles/ternary_search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ternary_search" + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ternary_search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +searching/CMakeFiles/ternary_search.dir/build: searching/ternary_search +.PHONY : searching/CMakeFiles/ternary_search.dir/build + +searching/CMakeFiles/ternary_search.dir/clean: + cd /Users/jesperolsen/development/C/searching && $(CMAKE_COMMAND) -P CMakeFiles/ternary_search.dir/cmake_clean.cmake +.PHONY : searching/CMakeFiles/ternary_search.dir/clean + +searching/CMakeFiles/ternary_search.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C /Users/jesperolsen/development/C/searching /Users/jesperolsen/development/C/searching/CMakeFiles/ternary_search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : searching/CMakeFiles/ternary_search.dir/depend + diff --git a/searching/CMakeFiles/ternary_search.dir/cmake_clean.cmake b/searching/CMakeFiles/ternary_search.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d2cedfe6d5 --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/ternary_search.dir/ternary_search.c.o" + "CMakeFiles/ternary_search.dir/ternary_search.c.o.d" + "ternary_search" + "ternary_search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/ternary_search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/searching/CMakeFiles/ternary_search.dir/compiler_depend.internal b/searching/CMakeFiles/ternary_search.dir/compiler_depend.internal new file mode 100644 index 0000000000..d39e2d989d --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/ternary_search.dir/ternary_search.c.o + /Users/jesperolsen/development/C/searching/ternary_search.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/searching/CMakeFiles/ternary_search.dir/compiler_depend.make b/searching/CMakeFiles/ternary_search.dir/compiler_depend.make new file mode 100644 index 0000000000..69bb89d391 --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +searching/CMakeFiles/ternary_search.dir/ternary_search.c.o: searching/ternary_search.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +searching/ternary_search.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/searching/CMakeFiles/ternary_search.dir/compiler_depend.ts b/searching/CMakeFiles/ternary_search.dir/compiler_depend.ts new file mode 100644 index 0000000000..bc6bb19f7c --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for ternary_search. diff --git a/searching/CMakeFiles/ternary_search.dir/depend.make b/searching/CMakeFiles/ternary_search.dir/depend.make new file mode 100644 index 0000000000..a47cca75dc --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ternary_search. +# This may be replaced when dependencies are built. diff --git a/searching/CMakeFiles/ternary_search.dir/flags.make b/searching/CMakeFiles/ternary_search.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/searching/CMakeFiles/ternary_search.dir/link.txt b/searching/CMakeFiles/ternary_search.dir/link.txt new file mode 100644 index 0000000000..55c01f2afb --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ternary_search.dir/ternary_search.c.o -o ternary_search /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/searching/CMakeFiles/ternary_search.dir/progress.make b/searching/CMakeFiles/ternary_search.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/searching/CMakeFiles/ternary_search.dir/ternary_search.c.o b/searching/CMakeFiles/ternary_search.dir/ternary_search.c.o new file mode 100644 index 0000000000..6ef5dfe9b4 Binary files /dev/null and b/searching/CMakeFiles/ternary_search.dir/ternary_search.c.o differ diff --git a/searching/CMakeFiles/ternary_search.dir/ternary_search.c.o.d b/searching/CMakeFiles/ternary_search.dir/ternary_search.c.o.d new file mode 100644 index 0000000000..906d7e63a8 --- /dev/null +++ b/searching/CMakeFiles/ternary_search.dir/ternary_search.c.o.d @@ -0,0 +1,41 @@ +searching/CMakeFiles/ternary_search.dir/ternary_search.c.o: \ + /Users/jesperolsen/development/C/searching/ternary_search.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/searching/Makefile b/searching/Makefile new file mode 100644 index 0000000000..60ce327b88 --- /dev/null +++ b/searching/Makefile @@ -0,0 +1,673 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/searching//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +searching/CMakeFiles/binary_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/binary_search.dir/rule +.PHONY : searching/CMakeFiles/binary_search.dir/rule + +# Convenience name for target. +binary_search: searching/CMakeFiles/binary_search.dir/rule +.PHONY : binary_search + +# fast build rule for target. +binary_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/build +.PHONY : binary_search/fast + +# Convenience name for target. +searching/CMakeFiles/exponential_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/exponential_search.dir/rule +.PHONY : searching/CMakeFiles/exponential_search.dir/rule + +# Convenience name for target. +exponential_search: searching/CMakeFiles/exponential_search.dir/rule +.PHONY : exponential_search + +# fast build rule for target. +exponential_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/build +.PHONY : exponential_search/fast + +# Convenience name for target. +searching/CMakeFiles/fibonacci_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/fibonacci_search.dir/rule +.PHONY : searching/CMakeFiles/fibonacci_search.dir/rule + +# Convenience name for target. +fibonacci_search: searching/CMakeFiles/fibonacci_search.dir/rule +.PHONY : fibonacci_search + +# fast build rule for target. +fibonacci_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/build +.PHONY : fibonacci_search/fast + +# Convenience name for target. +searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/rule +.PHONY : searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/rule + +# Convenience name for target. +floyd_cycle_detection_algorithm: searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/rule +.PHONY : floyd_cycle_detection_algorithm + +# fast build rule for target. +floyd_cycle_detection_algorithm/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build +.PHONY : floyd_cycle_detection_algorithm/fast + +# Convenience name for target. +searching/CMakeFiles/interpolation_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/interpolation_search.dir/rule +.PHONY : searching/CMakeFiles/interpolation_search.dir/rule + +# Convenience name for target. +interpolation_search: searching/CMakeFiles/interpolation_search.dir/rule +.PHONY : interpolation_search + +# fast build rule for target. +interpolation_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/build +.PHONY : interpolation_search/fast + +# Convenience name for target. +searching/CMakeFiles/jump_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/jump_search.dir/rule +.PHONY : searching/CMakeFiles/jump_search.dir/rule + +# Convenience name for target. +jump_search: searching/CMakeFiles/jump_search.dir/rule +.PHONY : jump_search + +# fast build rule for target. +jump_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/build +.PHONY : jump_search/fast + +# Convenience name for target. +searching/CMakeFiles/linear_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/linear_search.dir/rule +.PHONY : searching/CMakeFiles/linear_search.dir/rule + +# Convenience name for target. +linear_search: searching/CMakeFiles/linear_search.dir/rule +.PHONY : linear_search + +# fast build rule for target. +linear_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/build +.PHONY : linear_search/fast + +# Convenience name for target. +searching/CMakeFiles/modified_binary_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/modified_binary_search.dir/rule +.PHONY : searching/CMakeFiles/modified_binary_search.dir/rule + +# Convenience name for target. +modified_binary_search: searching/CMakeFiles/modified_binary_search.dir/rule +.PHONY : modified_binary_search + +# fast build rule for target. +modified_binary_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/build +.PHONY : modified_binary_search/fast + +# Convenience name for target. +searching/CMakeFiles/other_binary_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/other_binary_search.dir/rule +.PHONY : searching/CMakeFiles/other_binary_search.dir/rule + +# Convenience name for target. +other_binary_search: searching/CMakeFiles/other_binary_search.dir/rule +.PHONY : other_binary_search + +# fast build rule for target. +other_binary_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/build +.PHONY : other_binary_search/fast + +# Convenience name for target. +searching/CMakeFiles/sentinel_linear_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/sentinel_linear_search.dir/rule +.PHONY : searching/CMakeFiles/sentinel_linear_search.dir/rule + +# Convenience name for target. +sentinel_linear_search: searching/CMakeFiles/sentinel_linear_search.dir/rule +.PHONY : sentinel_linear_search + +# fast build rule for target. +sentinel_linear_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/build +.PHONY : sentinel_linear_search/fast + +# Convenience name for target. +searching/CMakeFiles/ternary_search.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 searching/CMakeFiles/ternary_search.dir/rule +.PHONY : searching/CMakeFiles/ternary_search.dir/rule + +# Convenience name for target. +ternary_search: searching/CMakeFiles/ternary_search.dir/rule +.PHONY : ternary_search + +# fast build rule for target. +ternary_search/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/build +.PHONY : ternary_search/fast + +binary_search.o: binary_search.c.o +.PHONY : binary_search.o + +# target to build an object file +binary_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/binary_search.c.o +.PHONY : binary_search.c.o + +binary_search.i: binary_search.c.i +.PHONY : binary_search.i + +# target to preprocess a source file +binary_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/binary_search.c.i +.PHONY : binary_search.c.i + +binary_search.s: binary_search.c.s +.PHONY : binary_search.s + +# target to generate assembly for a file +binary_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/binary_search.dir/build.make searching/CMakeFiles/binary_search.dir/binary_search.c.s +.PHONY : binary_search.c.s + +exponential_search.o: exponential_search.c.o +.PHONY : exponential_search.o + +# target to build an object file +exponential_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/exponential_search.c.o +.PHONY : exponential_search.c.o + +exponential_search.i: exponential_search.c.i +.PHONY : exponential_search.i + +# target to preprocess a source file +exponential_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/exponential_search.c.i +.PHONY : exponential_search.c.i + +exponential_search.s: exponential_search.c.s +.PHONY : exponential_search.s + +# target to generate assembly for a file +exponential_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/exponential_search.dir/build.make searching/CMakeFiles/exponential_search.dir/exponential_search.c.s +.PHONY : exponential_search.c.s + +fibonacci_search.o: fibonacci_search.c.o +.PHONY : fibonacci_search.o + +# target to build an object file +fibonacci_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.o +.PHONY : fibonacci_search.c.o + +fibonacci_search.i: fibonacci_search.c.i +.PHONY : fibonacci_search.i + +# target to preprocess a source file +fibonacci_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.i +.PHONY : fibonacci_search.c.i + +fibonacci_search.s: fibonacci_search.c.s +.PHONY : fibonacci_search.s + +# target to generate assembly for a file +fibonacci_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/fibonacci_search.dir/build.make searching/CMakeFiles/fibonacci_search.dir/fibonacci_search.c.s +.PHONY : fibonacci_search.c.s + +floyd_cycle_detection_algorithm.o: floyd_cycle_detection_algorithm.c.o +.PHONY : floyd_cycle_detection_algorithm.o + +# target to build an object file +floyd_cycle_detection_algorithm.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.o +.PHONY : floyd_cycle_detection_algorithm.c.o + +floyd_cycle_detection_algorithm.i: floyd_cycle_detection_algorithm.c.i +.PHONY : floyd_cycle_detection_algorithm.i + +# target to preprocess a source file +floyd_cycle_detection_algorithm.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.i +.PHONY : floyd_cycle_detection_algorithm.c.i + +floyd_cycle_detection_algorithm.s: floyd_cycle_detection_algorithm.c.s +.PHONY : floyd_cycle_detection_algorithm.s + +# target to generate assembly for a file +floyd_cycle_detection_algorithm.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/build.make searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/floyd_cycle_detection_algorithm.c.s +.PHONY : floyd_cycle_detection_algorithm.c.s + +interpolation_search.o: interpolation_search.c.o +.PHONY : interpolation_search.o + +# target to build an object file +interpolation_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.o +.PHONY : interpolation_search.c.o + +interpolation_search.i: interpolation_search.c.i +.PHONY : interpolation_search.i + +# target to preprocess a source file +interpolation_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.i +.PHONY : interpolation_search.c.i + +interpolation_search.s: interpolation_search.c.s +.PHONY : interpolation_search.s + +# target to generate assembly for a file +interpolation_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/interpolation_search.dir/build.make searching/CMakeFiles/interpolation_search.dir/interpolation_search.c.s +.PHONY : interpolation_search.c.s + +jump_search.o: jump_search.c.o +.PHONY : jump_search.o + +# target to build an object file +jump_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/jump_search.c.o +.PHONY : jump_search.c.o + +jump_search.i: jump_search.c.i +.PHONY : jump_search.i + +# target to preprocess a source file +jump_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/jump_search.c.i +.PHONY : jump_search.c.i + +jump_search.s: jump_search.c.s +.PHONY : jump_search.s + +# target to generate assembly for a file +jump_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/jump_search.dir/build.make searching/CMakeFiles/jump_search.dir/jump_search.c.s +.PHONY : jump_search.c.s + +linear_search.o: linear_search.c.o +.PHONY : linear_search.o + +# target to build an object file +linear_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/linear_search.c.o +.PHONY : linear_search.c.o + +linear_search.i: linear_search.c.i +.PHONY : linear_search.i + +# target to preprocess a source file +linear_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/linear_search.c.i +.PHONY : linear_search.c.i + +linear_search.s: linear_search.c.s +.PHONY : linear_search.s + +# target to generate assembly for a file +linear_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/linear_search.dir/build.make searching/CMakeFiles/linear_search.dir/linear_search.c.s +.PHONY : linear_search.c.s + +modified_binary_search.o: modified_binary_search.c.o +.PHONY : modified_binary_search.o + +# target to build an object file +modified_binary_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.o +.PHONY : modified_binary_search.c.o + +modified_binary_search.i: modified_binary_search.c.i +.PHONY : modified_binary_search.i + +# target to preprocess a source file +modified_binary_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.i +.PHONY : modified_binary_search.c.i + +modified_binary_search.s: modified_binary_search.c.s +.PHONY : modified_binary_search.s + +# target to generate assembly for a file +modified_binary_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/modified_binary_search.dir/build.make searching/CMakeFiles/modified_binary_search.dir/modified_binary_search.c.s +.PHONY : modified_binary_search.c.s + +other_binary_search.o: other_binary_search.c.o +.PHONY : other_binary_search.o + +# target to build an object file +other_binary_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.o +.PHONY : other_binary_search.c.o + +other_binary_search.i: other_binary_search.c.i +.PHONY : other_binary_search.i + +# target to preprocess a source file +other_binary_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.i +.PHONY : other_binary_search.c.i + +other_binary_search.s: other_binary_search.c.s +.PHONY : other_binary_search.s + +# target to generate assembly for a file +other_binary_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/other_binary_search.dir/build.make searching/CMakeFiles/other_binary_search.dir/other_binary_search.c.s +.PHONY : other_binary_search.c.s + +sentinel_linear_search.o: sentinel_linear_search.c.o +.PHONY : sentinel_linear_search.o + +# target to build an object file +sentinel_linear_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.o +.PHONY : sentinel_linear_search.c.o + +sentinel_linear_search.i: sentinel_linear_search.c.i +.PHONY : sentinel_linear_search.i + +# target to preprocess a source file +sentinel_linear_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.i +.PHONY : sentinel_linear_search.c.i + +sentinel_linear_search.s: sentinel_linear_search.c.s +.PHONY : sentinel_linear_search.s + +# target to generate assembly for a file +sentinel_linear_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/sentinel_linear_search.dir/build.make searching/CMakeFiles/sentinel_linear_search.dir/sentinel_linear_search.c.s +.PHONY : sentinel_linear_search.c.s + +ternary_search.o: ternary_search.c.o +.PHONY : ternary_search.o + +# target to build an object file +ternary_search.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/ternary_search.c.o +.PHONY : ternary_search.c.o + +ternary_search.i: ternary_search.c.i +.PHONY : ternary_search.i + +# target to preprocess a source file +ternary_search.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/ternary_search.c.i +.PHONY : ternary_search.c.i + +ternary_search.s: ternary_search.c.s +.PHONY : ternary_search.s + +# target to generate assembly for a file +ternary_search.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f searching/CMakeFiles/ternary_search.dir/build.make searching/CMakeFiles/ternary_search.dir/ternary_search.c.s +.PHONY : ternary_search.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... binary_search" + @echo "... exponential_search" + @echo "... fibonacci_search" + @echo "... floyd_cycle_detection_algorithm" + @echo "... interpolation_search" + @echo "... jump_search" + @echo "... linear_search" + @echo "... modified_binary_search" + @echo "... other_binary_search" + @echo "... sentinel_linear_search" + @echo "... ternary_search" + @echo "... binary_search.o" + @echo "... binary_search.i" + @echo "... binary_search.s" + @echo "... exponential_search.o" + @echo "... exponential_search.i" + @echo "... exponential_search.s" + @echo "... fibonacci_search.o" + @echo "... fibonacci_search.i" + @echo "... fibonacci_search.s" + @echo "... floyd_cycle_detection_algorithm.o" + @echo "... floyd_cycle_detection_algorithm.i" + @echo "... floyd_cycle_detection_algorithm.s" + @echo "... interpolation_search.o" + @echo "... interpolation_search.i" + @echo "... interpolation_search.s" + @echo "... jump_search.o" + @echo "... jump_search.i" + @echo "... jump_search.s" + @echo "... linear_search.o" + @echo "... linear_search.i" + @echo "... linear_search.s" + @echo "... modified_binary_search.o" + @echo "... modified_binary_search.i" + @echo "... modified_binary_search.s" + @echo "... other_binary_search.o" + @echo "... other_binary_search.i" + @echo "... other_binary_search.s" + @echo "... sentinel_linear_search.o" + @echo "... sentinel_linear_search.i" + @echo "... sentinel_linear_search.s" + @echo "... ternary_search.o" + @echo "... ternary_search.i" + @echo "... ternary_search.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/searching/binary_search b/searching/binary_search new file mode 100755 index 0000000000..ab889654bb Binary files /dev/null and b/searching/binary_search differ diff --git a/searching/cmake_install.cmake b/searching/cmake_install.cmake new file mode 100644 index 0000000000..213a817579 --- /dev/null +++ b/searching/cmake_install.cmake @@ -0,0 +1,199 @@ +# Install script for directory: /Users/jesperolsen/development/C/searching + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/binary_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/binary_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/binary_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/binary_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/binary_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/exponential_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/exponential_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/exponential_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/exponential_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/exponential_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/fibonacci_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/fibonacci_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/fibonacci_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/fibonacci_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/fibonacci_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/floyd_cycle_detection_algorithm") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/floyd_cycle_detection_algorithm" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/floyd_cycle_detection_algorithm") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/floyd_cycle_detection_algorithm") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/floyd_cycle_detection_algorithm.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/interpolation_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/interpolation_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/interpolation_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/interpolation_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/interpolation_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/jump_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/jump_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/jump_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/jump_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/jump_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/linear_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/linear_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/linear_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/linear_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/linear_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/modified_binary_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/modified_binary_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/modified_binary_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/modified_binary_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/modified_binary_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/other_binary_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/other_binary_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/other_binary_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/other_binary_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/other_binary_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/sentinel_linear_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/sentinel_linear_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/sentinel_linear_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/sentinel_linear_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/sentinel_linear_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/searching" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/searching/ternary_search") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/ternary_search" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/ternary_search") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/searching/ternary_search") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/searching/CMakeFiles/ternary_search.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/searching/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/searching/exponential_search b/searching/exponential_search new file mode 100755 index 0000000000..56cb8a85ff Binary files /dev/null and b/searching/exponential_search differ diff --git a/searching/fibonacci_search b/searching/fibonacci_search new file mode 100755 index 0000000000..a8674f6c1e Binary files /dev/null and b/searching/fibonacci_search differ diff --git a/searching/floyd_cycle_detection_algorithm b/searching/floyd_cycle_detection_algorithm new file mode 100755 index 0000000000..53346c6386 Binary files /dev/null and b/searching/floyd_cycle_detection_algorithm differ diff --git a/searching/interpolation_search b/searching/interpolation_search new file mode 100755 index 0000000000..35600cffc2 Binary files /dev/null and b/searching/interpolation_search differ diff --git a/searching/jump_search b/searching/jump_search new file mode 100755 index 0000000000..c06fdd1660 Binary files /dev/null and b/searching/jump_search differ diff --git a/searching/linear_search b/searching/linear_search new file mode 100755 index 0000000000..b7beea985e Binary files /dev/null and b/searching/linear_search differ diff --git a/searching/modified_binary_search b/searching/modified_binary_search new file mode 100755 index 0000000000..58ac1942f5 Binary files /dev/null and b/searching/modified_binary_search differ diff --git a/searching/modified_binary_search.c b/searching/modified_binary_search.c index c376a90bb8..db34eb8744 100644 --- a/searching/modified_binary_search.c +++ b/searching/modified_binary_search.c @@ -112,7 +112,7 @@ int main() } } - modifiedBinarySearch(mat, n, m, x); + modifiedBinarySearch((const int **)mat, n, m, x); for (int i = 0; i < n; i++) free(mat[i]); free(mat); diff --git a/searching/other_binary_search b/searching/other_binary_search new file mode 100755 index 0000000000..765c11ff8f Binary files /dev/null and b/searching/other_binary_search differ diff --git a/searching/sentinel_linear_search b/searching/sentinel_linear_search new file mode 100755 index 0000000000..58a3e706ae Binary files /dev/null and b/searching/sentinel_linear_search differ diff --git a/searching/ternary_search b/searching/ternary_search new file mode 100755 index 0000000000..7d64519645 Binary files /dev/null and b/searching/ternary_search differ diff --git a/sorting/CMakeFiles/CMakeDirectoryInformation.cmake b/sorting/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000..7bffea6255 --- /dev/null +++ b/sorting/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jesperolsen/development/C") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jesperolsen/development/C") + +# 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}) diff --git a/sorting/CMakeFiles/bead_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/bead_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..925ed8d773 --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/bead_sort.c" "sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o" "gcc" "sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o b/sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o new file mode 100644 index 0000000000..16ca069d97 Binary files /dev/null and b/sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o differ diff --git a/sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o.d b/sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o.d new file mode 100644 index 0000000000..cca9cafb7c --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/bead_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/bead_sort.dir/build.make b/sorting/CMakeFiles/bead_sort.dir/build.make new file mode 100644 index 0000000000..1cbd3bd952 --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/bead_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/bead_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/bead_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/bead_sort.dir/flags.make + +sorting/CMakeFiles/bead_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/bead_sort.dir/codegen + +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o: sorting/CMakeFiles/bead_sort.dir/flags.make +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o: sorting/bead_sort.c +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o: sorting/CMakeFiles/bead_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o -MF CMakeFiles/bead_sort.dir/bead_sort.c.o.d -o CMakeFiles/bead_sort.dir/bead_sort.c.o -c /Users/jesperolsen/development/C/sorting/bead_sort.c + +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bead_sort.dir/bead_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/bead_sort.c > CMakeFiles/bead_sort.dir/bead_sort.c.i + +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bead_sort.dir/bead_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/bead_sort.c -o CMakeFiles/bead_sort.dir/bead_sort.c.s + +# Object files for target bead_sort +bead_sort_OBJECTS = \ +"CMakeFiles/bead_sort.dir/bead_sort.c.o" + +# External object files for target bead_sort +bead_sort_EXTERNAL_OBJECTS = + +sorting/bead_sort: sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o +sorting/bead_sort: sorting/CMakeFiles/bead_sort.dir/build.make +sorting/bead_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/bead_sort: sorting/CMakeFiles/bead_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bead_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bead_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/bead_sort.dir/build: sorting/bead_sort +.PHONY : sorting/CMakeFiles/bead_sort.dir/build + +sorting/CMakeFiles/bead_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/bead_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/bead_sort.dir/clean + +sorting/CMakeFiles/bead_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/bead_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/bead_sort.dir/depend + diff --git a/sorting/CMakeFiles/bead_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/bead_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..32e604d0bc --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/bead_sort.dir/bead_sort.c.o" + "CMakeFiles/bead_sort.dir/bead_sort.c.o.d" + "bead_sort" + "bead_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/bead_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/bead_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/bead_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..e3ac9da079 --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o + /Users/jesperolsen/development/C/sorting/bead_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/bead_sort.dir/compiler_depend.make b/sorting/CMakeFiles/bead_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..f43e09063e --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o: sorting/bead_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +sorting/bead_sort.c: diff --git a/sorting/CMakeFiles/bead_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/bead_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..7dcc91ad61 --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for bead_sort. diff --git a/sorting/CMakeFiles/bead_sort.dir/depend.make b/sorting/CMakeFiles/bead_sort.dir/depend.make new file mode 100644 index 0000000000..9013bce281 --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for bead_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/bead_sort.dir/flags.make b/sorting/CMakeFiles/bead_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/bead_sort.dir/link.txt b/sorting/CMakeFiles/bead_sort.dir/link.txt new file mode 100644 index 0000000000..b4b99bf257 --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bead_sort.dir/bead_sort.c.o -o bead_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/bead_sort.dir/progress.make b/sorting/CMakeFiles/bead_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/bead_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/binary_insertion_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..95c0fc4f6b --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/binary_insertion_sort.c" "sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o" "gcc" "sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o b/sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o new file mode 100644 index 0000000000..de98edaec9 Binary files /dev/null and b/sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o differ diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o.d b/sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o.d new file mode 100644 index 0000000000..b9d8da1c34 --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/binary_insertion_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/build.make b/sorting/CMakeFiles/binary_insertion_sort.dir/build.make new file mode 100644 index 0000000000..183b53f9e2 --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/binary_insertion_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/binary_insertion_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/binary_insertion_sort.dir/flags.make + +sorting/CMakeFiles/binary_insertion_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/codegen + +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o: sorting/CMakeFiles/binary_insertion_sort.dir/flags.make +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o: sorting/binary_insertion_sort.c +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o: sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o -MF CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o.d -o CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o -c /Users/jesperolsen/development/C/sorting/binary_insertion_sort.c + +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/binary_insertion_sort.c > CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.i + +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/binary_insertion_sort.c -o CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.s + +# Object files for target binary_insertion_sort +binary_insertion_sort_OBJECTS = \ +"CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o" + +# External object files for target binary_insertion_sort +binary_insertion_sort_EXTERNAL_OBJECTS = + +sorting/binary_insertion_sort: sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o +sorting/binary_insertion_sort: sorting/CMakeFiles/binary_insertion_sort.dir/build.make +sorting/binary_insertion_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/binary_insertion_sort: sorting/CMakeFiles/binary_insertion_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable binary_insertion_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/binary_insertion_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/binary_insertion_sort.dir/build: sorting/binary_insertion_sort +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/build + +sorting/CMakeFiles/binary_insertion_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/binary_insertion_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/clean + +sorting/CMakeFiles/binary_insertion_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/binary_insertion_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/depend + diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/binary_insertion_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..036987025f --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o" + "CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o.d" + "binary_insertion_sort" + "binary_insertion_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/binary_insertion_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..6d9d9afcd7 --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o + /Users/jesperolsen/development/C/sorting/binary_insertion_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.make b/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..1bfc1c4aa5 --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o: sorting/binary_insertion_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +sorting/binary_insertion_sort.c: diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..4dd4f5a3a1 --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for binary_insertion_sort. diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/depend.make b/sorting/CMakeFiles/binary_insertion_sort.dir/depend.make new file mode 100644 index 0000000000..57e9c91b1a --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for binary_insertion_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/flags.make b/sorting/CMakeFiles/binary_insertion_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/link.txt b/sorting/CMakeFiles/binary_insertion_sort.dir/link.txt new file mode 100644 index 0000000000..cb5b44a0dc --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o -o binary_insertion_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/binary_insertion_sort.dir/progress.make b/sorting/CMakeFiles/binary_insertion_sort.dir/progress.make new file mode 100644 index 0000000000..d7043a9ada --- /dev/null +++ b/sorting/CMakeFiles/binary_insertion_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 3 + diff --git a/sorting/CMakeFiles/bogo_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/bogo_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..e21491f18b --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/bogo_sort.c" "sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o" "gcc" "sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o b/sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o new file mode 100644 index 0000000000..067aa69afe Binary files /dev/null and b/sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o differ diff --git a/sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o.d b/sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o.d new file mode 100644 index 0000000000..b0edd07218 --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o.d @@ -0,0 +1,88 @@ +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/bogo_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/bogo_sort.dir/build.make b/sorting/CMakeFiles/bogo_sort.dir/build.make new file mode 100644 index 0000000000..4b05d781e0 --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/bogo_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/bogo_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/bogo_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/bogo_sort.dir/flags.make + +sorting/CMakeFiles/bogo_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/bogo_sort.dir/codegen + +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o: sorting/CMakeFiles/bogo_sort.dir/flags.make +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o: sorting/bogo_sort.c +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o: sorting/CMakeFiles/bogo_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o -MF CMakeFiles/bogo_sort.dir/bogo_sort.c.o.d -o CMakeFiles/bogo_sort.dir/bogo_sort.c.o -c /Users/jesperolsen/development/C/sorting/bogo_sort.c + +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bogo_sort.dir/bogo_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/bogo_sort.c > CMakeFiles/bogo_sort.dir/bogo_sort.c.i + +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bogo_sort.dir/bogo_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/bogo_sort.c -o CMakeFiles/bogo_sort.dir/bogo_sort.c.s + +# Object files for target bogo_sort +bogo_sort_OBJECTS = \ +"CMakeFiles/bogo_sort.dir/bogo_sort.c.o" + +# External object files for target bogo_sort +bogo_sort_EXTERNAL_OBJECTS = + +sorting/bogo_sort: sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o +sorting/bogo_sort: sorting/CMakeFiles/bogo_sort.dir/build.make +sorting/bogo_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/bogo_sort: sorting/CMakeFiles/bogo_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bogo_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bogo_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/bogo_sort.dir/build: sorting/bogo_sort +.PHONY : sorting/CMakeFiles/bogo_sort.dir/build + +sorting/CMakeFiles/bogo_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/bogo_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/bogo_sort.dir/clean + +sorting/CMakeFiles/bogo_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/bogo_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/bogo_sort.dir/depend + diff --git a/sorting/CMakeFiles/bogo_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/bogo_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..49dd129e41 --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/bogo_sort.dir/bogo_sort.c.o" + "CMakeFiles/bogo_sort.dir/bogo_sort.c.o.d" + "bogo_sort" + "bogo_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/bogo_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..21645407ef --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.internal @@ -0,0 +1,92 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o + /Users/jesperolsen/development/C/sorting/bogo_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.make b/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..c9e33896ca --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.make @@ -0,0 +1,265 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o: sorting/bogo_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +sorting/bogo_sort.c: diff --git a/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..47567b062c --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for bogo_sort. diff --git a/sorting/CMakeFiles/bogo_sort.dir/depend.make b/sorting/CMakeFiles/bogo_sort.dir/depend.make new file mode 100644 index 0000000000..8a6032498d --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for bogo_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/bogo_sort.dir/flags.make b/sorting/CMakeFiles/bogo_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/bogo_sort.dir/link.txt b/sorting/CMakeFiles/bogo_sort.dir/link.txt new file mode 100644 index 0000000000..37c02c1eda --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bogo_sort.dir/bogo_sort.c.o -o bogo_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/bogo_sort.dir/progress.make b/sorting/CMakeFiles/bogo_sort.dir/progress.make new file mode 100644 index 0000000000..eff3641865 --- /dev/null +++ b/sorting/CMakeFiles/bogo_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 6 + diff --git a/sorting/CMakeFiles/bubble_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/bubble_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..67f1366542 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/bubble_sort.c" "sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o" "gcc" "sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o b/sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o new file mode 100644 index 0000000000..b8fffb0dc0 Binary files /dev/null and b/sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o differ diff --git a/sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o.d b/sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o.d new file mode 100644 index 0000000000..1f09242bd9 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o.d @@ -0,0 +1,96 @@ +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/bubble_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/bubble_sort.dir/build.make b/sorting/CMakeFiles/bubble_sort.dir/build.make new file mode 100644 index 0000000000..ee9c76916e --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/bubble_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/bubble_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/bubble_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/bubble_sort.dir/flags.make + +sorting/CMakeFiles/bubble_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/bubble_sort.dir/codegen + +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o: sorting/CMakeFiles/bubble_sort.dir/flags.make +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o: sorting/bubble_sort.c +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o: sorting/CMakeFiles/bubble_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o -MF CMakeFiles/bubble_sort.dir/bubble_sort.c.o.d -o CMakeFiles/bubble_sort.dir/bubble_sort.c.o -c /Users/jesperolsen/development/C/sorting/bubble_sort.c + +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bubble_sort.dir/bubble_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/bubble_sort.c > CMakeFiles/bubble_sort.dir/bubble_sort.c.i + +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bubble_sort.dir/bubble_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/bubble_sort.c -o CMakeFiles/bubble_sort.dir/bubble_sort.c.s + +# Object files for target bubble_sort +bubble_sort_OBJECTS = \ +"CMakeFiles/bubble_sort.dir/bubble_sort.c.o" + +# External object files for target bubble_sort +bubble_sort_EXTERNAL_OBJECTS = + +sorting/bubble_sort: sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o +sorting/bubble_sort: sorting/CMakeFiles/bubble_sort.dir/build.make +sorting/bubble_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/bubble_sort: sorting/CMakeFiles/bubble_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bubble_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bubble_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/bubble_sort.dir/build: sorting/bubble_sort +.PHONY : sorting/CMakeFiles/bubble_sort.dir/build + +sorting/CMakeFiles/bubble_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/bubble_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/bubble_sort.dir/clean + +sorting/CMakeFiles/bubble_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/bubble_sort.dir/depend + diff --git a/sorting/CMakeFiles/bubble_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/bubble_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e57978d626 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/bubble_sort.dir/bubble_sort.c.o" + "CMakeFiles/bubble_sort.dir/bubble_sort.c.o.d" + "bubble_sort" + "bubble_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/bubble_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..f3b3c81b4b --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.internal @@ -0,0 +1,100 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o + /Users/jesperolsen/development/C/sorting/bubble_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.make b/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..c9e8e99dcf --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.make @@ -0,0 +1,289 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o: sorting/bubble_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +sorting/bubble_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: diff --git a/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..840475b8d1 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for bubble_sort. diff --git a/sorting/CMakeFiles/bubble_sort.dir/depend.make b/sorting/CMakeFiles/bubble_sort.dir/depend.make new file mode 100644 index 0000000000..399cb24e13 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for bubble_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/bubble_sort.dir/flags.make b/sorting/CMakeFiles/bubble_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/bubble_sort.dir/link.txt b/sorting/CMakeFiles/bubble_sort.dir/link.txt new file mode 100644 index 0000000000..0f35a214b2 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bubble_sort.dir/bubble_sort.c.o -o bubble_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/bubble_sort.dir/progress.make b/sorting/CMakeFiles/bubble_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/DependInfo.cmake b/sorting/CMakeFiles/bubble_sort_2.dir/DependInfo.cmake new file mode 100644 index 0000000000..356e43a612 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/bubble_sort_2.c" "sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o" "gcc" "sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o b/sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o new file mode 100644 index 0000000000..034011f891 Binary files /dev/null and b/sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o differ diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o.d b/sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o.d new file mode 100644 index 0000000000..95ee53ac29 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o.d @@ -0,0 +1,80 @@ +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o: \ + /Users/jesperolsen/development/C/sorting/bubble_sort_2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/build.make b/sorting/CMakeFiles/bubble_sort_2.dir/build.make new file mode 100644 index 0000000000..9418f552d9 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/bubble_sort_2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/bubble_sort_2.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/bubble_sort_2.dir/flags.make + +sorting/CMakeFiles/bubble_sort_2.dir/codegen: +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/codegen + +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o: sorting/CMakeFiles/bubble_sort_2.dir/flags.make +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o: sorting/bubble_sort_2.c +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o: sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o -MF CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o.d -o CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o -c /Users/jesperolsen/development/C/sorting/bubble_sort_2.c + +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/bubble_sort_2.c > CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.i + +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/bubble_sort_2.c -o CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.s + +# Object files for target bubble_sort_2 +bubble_sort_2_OBJECTS = \ +"CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o" + +# External object files for target bubble_sort_2 +bubble_sort_2_EXTERNAL_OBJECTS = + +sorting/bubble_sort_2: sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o +sorting/bubble_sort_2: sorting/CMakeFiles/bubble_sort_2.dir/build.make +sorting/bubble_sort_2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/bubble_sort_2: sorting/CMakeFiles/bubble_sort_2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bubble_sort_2" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bubble_sort_2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/bubble_sort_2.dir/build: sorting/bubble_sort_2 +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/build + +sorting/CMakeFiles/bubble_sort_2.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/bubble_sort_2.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/clean + +sorting/CMakeFiles/bubble_sort_2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort_2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/depend + diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/cmake_clean.cmake b/sorting/CMakeFiles/bubble_sort_2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e1d336d85b --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o" + "CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o.d" + "bubble_sort_2" + "bubble_sort_2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/bubble_sort_2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.internal b/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.internal new file mode 100644 index 0000000000..bd94433d40 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.internal @@ -0,0 +1,84 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o + /Users/jesperolsen/development/C/sorting/bubble_sort_2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.make b/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.make new file mode 100644 index 0000000000..2fe60146bf --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.make @@ -0,0 +1,241 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o: sorting/bubble_sort_2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +sorting/bubble_sort_2.c: diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.ts b/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.ts new file mode 100644 index 0000000000..efffb04dbb --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for bubble_sort_2. diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/depend.make b/sorting/CMakeFiles/bubble_sort_2.dir/depend.make new file mode 100644 index 0000000000..bcc46a88e5 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for bubble_sort_2. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/flags.make b/sorting/CMakeFiles/bubble_sort_2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/link.txt b/sorting/CMakeFiles/bubble_sort_2.dir/link.txt new file mode 100644 index 0000000000..14d03ca1f7 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o -o bubble_sort_2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/bubble_sort_2.dir/progress.make b/sorting/CMakeFiles/bubble_sort_2.dir/progress.make new file mode 100644 index 0000000000..86f13de623 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 7 +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/DependInfo.cmake b/sorting/CMakeFiles/bubble_sort_recursion.dir/DependInfo.cmake new file mode 100644 index 0000000000..5538e6333a --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/bubble_sort_recursion.c" "sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o" "gcc" "sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o b/sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o new file mode 100644 index 0000000000..8148a11105 Binary files /dev/null and b/sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o differ diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o.d b/sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o.d new file mode 100644 index 0000000000..bb4b8f2d59 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o.d @@ -0,0 +1,96 @@ +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o: \ + /Users/jesperolsen/development/C/sorting/bubble_sort_recursion.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/build.make b/sorting/CMakeFiles/bubble_sort_recursion.dir/build.make new file mode 100644 index 0000000000..df74b523df --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/bubble_sort_recursion.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/bubble_sort_recursion.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/bubble_sort_recursion.dir/flags.make + +sorting/CMakeFiles/bubble_sort_recursion.dir/codegen: +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/codegen + +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o: sorting/CMakeFiles/bubble_sort_recursion.dir/flags.make +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o: sorting/bubble_sort_recursion.c +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o: sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o -MF CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o.d -o CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o -c /Users/jesperolsen/development/C/sorting/bubble_sort_recursion.c + +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/bubble_sort_recursion.c > CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.i + +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/bubble_sort_recursion.c -o CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.s + +# Object files for target bubble_sort_recursion +bubble_sort_recursion_OBJECTS = \ +"CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o" + +# External object files for target bubble_sort_recursion +bubble_sort_recursion_EXTERNAL_OBJECTS = + +sorting/bubble_sort_recursion: sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o +sorting/bubble_sort_recursion: sorting/CMakeFiles/bubble_sort_recursion.dir/build.make +sorting/bubble_sort_recursion: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/bubble_sort_recursion: sorting/CMakeFiles/bubble_sort_recursion.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bubble_sort_recursion" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bubble_sort_recursion.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/bubble_sort_recursion.dir/build: sorting/bubble_sort_recursion +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/build + +sorting/CMakeFiles/bubble_sort_recursion.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/bubble_sort_recursion.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/clean + +sorting/CMakeFiles/bubble_sort_recursion.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort_recursion.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/depend + diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/cmake_clean.cmake b/sorting/CMakeFiles/bubble_sort_recursion.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1c13529fe2 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o" + "CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o.d" + "bubble_sort_recursion" + "bubble_sort_recursion.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/bubble_sort_recursion.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.internal b/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.internal new file mode 100644 index 0000000000..f218ce46e8 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.internal @@ -0,0 +1,100 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o + /Users/jesperolsen/development/C/sorting/bubble_sort_recursion.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.make b/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.make new file mode 100644 index 0000000000..0a52612c1b --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.make @@ -0,0 +1,289 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o: sorting/bubble_sort_recursion.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +sorting/bubble_sort_recursion.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.ts b/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.ts new file mode 100644 index 0000000000..b102505fb1 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for bubble_sort_recursion. diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/depend.make b/sorting/CMakeFiles/bubble_sort_recursion.dir/depend.make new file mode 100644 index 0000000000..0beaddf82c --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for bubble_sort_recursion. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/flags.make b/sorting/CMakeFiles/bubble_sort_recursion.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/link.txt b/sorting/CMakeFiles/bubble_sort_recursion.dir/link.txt new file mode 100644 index 0000000000..26a21be7ea --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o -o bubble_sort_recursion /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/bubble_sort_recursion.dir/progress.make b/sorting/CMakeFiles/bubble_sort_recursion.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/bubble_sort_recursion.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/bucket_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/bucket_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..907c7c7698 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/bucket_sort.c" "sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o" "gcc" "sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o b/sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o new file mode 100644 index 0000000000..12b04c40f6 Binary files /dev/null and b/sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o differ diff --git a/sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o.d b/sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o.d new file mode 100644 index 0000000000..2ca842b445 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o.d @@ -0,0 +1,90 @@ +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/bucket_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/bucket_sort.dir/build.make b/sorting/CMakeFiles/bucket_sort.dir/build.make new file mode 100644 index 0000000000..f3b5dc0b17 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/bucket_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/bucket_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/bucket_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/bucket_sort.dir/flags.make + +sorting/CMakeFiles/bucket_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/bucket_sort.dir/codegen + +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o: sorting/CMakeFiles/bucket_sort.dir/flags.make +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o: sorting/bucket_sort.c +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o: sorting/CMakeFiles/bucket_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o -MF CMakeFiles/bucket_sort.dir/bucket_sort.c.o.d -o CMakeFiles/bucket_sort.dir/bucket_sort.c.o -c /Users/jesperolsen/development/C/sorting/bucket_sort.c + +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/bucket_sort.dir/bucket_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/bucket_sort.c > CMakeFiles/bucket_sort.dir/bucket_sort.c.i + +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/bucket_sort.dir/bucket_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/bucket_sort.c -o CMakeFiles/bucket_sort.dir/bucket_sort.c.s + +# Object files for target bucket_sort +bucket_sort_OBJECTS = \ +"CMakeFiles/bucket_sort.dir/bucket_sort.c.o" + +# External object files for target bucket_sort +bucket_sort_EXTERNAL_OBJECTS = + +sorting/bucket_sort: sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o +sorting/bucket_sort: sorting/CMakeFiles/bucket_sort.dir/build.make +sorting/bucket_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/bucket_sort: sorting/CMakeFiles/bucket_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bucket_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bucket_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/bucket_sort.dir/build: sorting/bucket_sort +.PHONY : sorting/CMakeFiles/bucket_sort.dir/build + +sorting/CMakeFiles/bucket_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/bucket_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/bucket_sort.dir/clean + +sorting/CMakeFiles/bucket_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/bucket_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/bucket_sort.dir/depend + diff --git a/sorting/CMakeFiles/bucket_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/bucket_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..9cce28fffa --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/bucket_sort.dir/bucket_sort.c.o" + "CMakeFiles/bucket_sort.dir/bucket_sort.c.o.d" + "bucket_sort" + "bucket_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/bucket_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..a291f3dc81 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.internal @@ -0,0 +1,94 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o + /Users/jesperolsen/development/C/sorting/bucket_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.make b/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..494de883b4 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.make @@ -0,0 +1,271 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o: sorting/bucket_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +sorting/bucket_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..e45560b232 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for bucket_sort. diff --git a/sorting/CMakeFiles/bucket_sort.dir/depend.make b/sorting/CMakeFiles/bucket_sort.dir/depend.make new file mode 100644 index 0000000000..c75a075cd7 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for bucket_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/bucket_sort.dir/flags.make b/sorting/CMakeFiles/bucket_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/bucket_sort.dir/link.txt b/sorting/CMakeFiles/bucket_sort.dir/link.txt new file mode 100644 index 0000000000..8338c0d883 --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bucket_sort.dir/bucket_sort.c.o -o bucket_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/bucket_sort.dir/progress.make b/sorting/CMakeFiles/bucket_sort.dir/progress.make new file mode 100644 index 0000000000..1481293cbf --- /dev/null +++ b/sorting/CMakeFiles/bucket_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 8 +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/cocktail_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/cocktail_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..434501bdfd --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/cocktail_sort.c" "sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o" "gcc" "sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/cocktail_sort.dir/build.make b/sorting/CMakeFiles/cocktail_sort.dir/build.make new file mode 100644 index 0000000000..03744387f4 --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/cocktail_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/cocktail_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/cocktail_sort.dir/flags.make + +sorting/CMakeFiles/cocktail_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/codegen + +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o: sorting/CMakeFiles/cocktail_sort.dir/flags.make +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o: sorting/cocktail_sort.c +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o: sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o -MF CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o.d -o CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o -c /Users/jesperolsen/development/C/sorting/cocktail_sort.c + +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/cocktail_sort.dir/cocktail_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/cocktail_sort.c > CMakeFiles/cocktail_sort.dir/cocktail_sort.c.i + +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/cocktail_sort.dir/cocktail_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/cocktail_sort.c -o CMakeFiles/cocktail_sort.dir/cocktail_sort.c.s + +# Object files for target cocktail_sort +cocktail_sort_OBJECTS = \ +"CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o" + +# External object files for target cocktail_sort +cocktail_sort_EXTERNAL_OBJECTS = + +sorting/cocktail_sort: sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o +sorting/cocktail_sort: sorting/CMakeFiles/cocktail_sort.dir/build.make +sorting/cocktail_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/cocktail_sort: sorting/CMakeFiles/cocktail_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cocktail_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cocktail_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/cocktail_sort.dir/build: sorting/cocktail_sort +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/build + +sorting/CMakeFiles/cocktail_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/cocktail_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/clean + +sorting/CMakeFiles/cocktail_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/cocktail_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/depend + diff --git a/sorting/CMakeFiles/cocktail_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/cocktail_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..8c168d19d9 --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o" + "CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o.d" + "cocktail_sort" + "cocktail_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/cocktail_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o b/sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o new file mode 100644 index 0000000000..b6b0ebfa3e Binary files /dev/null and b/sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o differ diff --git a/sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o.d b/sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o.d new file mode 100644 index 0000000000..f3eab49727 --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/cocktail_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..9eaf2fddd2 --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o + /Users/jesperolsen/development/C/sorting/cocktail_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.make b/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..fdc4d19b1a --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o: sorting/cocktail_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +sorting/cocktail_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: diff --git a/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..5db9c3caf4 --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cocktail_sort. diff --git a/sorting/CMakeFiles/cocktail_sort.dir/depend.make b/sorting/CMakeFiles/cocktail_sort.dir/depend.make new file mode 100644 index 0000000000..784aef3e1f --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cocktail_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/cocktail_sort.dir/flags.make b/sorting/CMakeFiles/cocktail_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/cocktail_sort.dir/link.txt b/sorting/CMakeFiles/cocktail_sort.dir/link.txt new file mode 100644 index 0000000000..ce971716c7 --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o -o cocktail_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/cocktail_sort.dir/progress.make b/sorting/CMakeFiles/cocktail_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/cocktail_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/comb_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/comb_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..4b5c4d5e0a --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/comb_sort.c" "sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o" "gcc" "sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/comb_sort.dir/build.make b/sorting/CMakeFiles/comb_sort.dir/build.make new file mode 100644 index 0000000000..39f1b23da8 --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/comb_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/comb_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/comb_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/comb_sort.dir/flags.make + +sorting/CMakeFiles/comb_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/comb_sort.dir/codegen + +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o: sorting/CMakeFiles/comb_sort.dir/flags.make +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o: sorting/comb_sort.c +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o: sorting/CMakeFiles/comb_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o -MF CMakeFiles/comb_sort.dir/comb_sort.c.o.d -o CMakeFiles/comb_sort.dir/comb_sort.c.o -c /Users/jesperolsen/development/C/sorting/comb_sort.c + +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/comb_sort.dir/comb_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/comb_sort.c > CMakeFiles/comb_sort.dir/comb_sort.c.i + +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/comb_sort.dir/comb_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/comb_sort.c -o CMakeFiles/comb_sort.dir/comb_sort.c.s + +# Object files for target comb_sort +comb_sort_OBJECTS = \ +"CMakeFiles/comb_sort.dir/comb_sort.c.o" + +# External object files for target comb_sort +comb_sort_EXTERNAL_OBJECTS = + +sorting/comb_sort: sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o +sorting/comb_sort: sorting/CMakeFiles/comb_sort.dir/build.make +sorting/comb_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/comb_sort: sorting/CMakeFiles/comb_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable comb_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/comb_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/comb_sort.dir/build: sorting/comb_sort +.PHONY : sorting/CMakeFiles/comb_sort.dir/build + +sorting/CMakeFiles/comb_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/comb_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/comb_sort.dir/clean + +sorting/CMakeFiles/comb_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/comb_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/comb_sort.dir/depend + diff --git a/sorting/CMakeFiles/comb_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/comb_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ed8ed99c1e --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/comb_sort.dir/comb_sort.c.o" + "CMakeFiles/comb_sort.dir/comb_sort.c.o.d" + "comb_sort" + "comb_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/comb_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o b/sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o new file mode 100644 index 0000000000..8f504ab392 Binary files /dev/null and b/sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o differ diff --git a/sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o.d b/sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o.d new file mode 100644 index 0000000000..136f2b2dd6 --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/comb_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/comb_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/comb_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..37d72479ec --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o + /Users/jesperolsen/development/C/sorting/comb_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/comb_sort.dir/compiler_depend.make b/sorting/CMakeFiles/comb_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..c574d7a217 --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o: sorting/comb_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +sorting/comb_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/comb_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/comb_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..b4a2c24bc2 --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for comb_sort. diff --git a/sorting/CMakeFiles/comb_sort.dir/depend.make b/sorting/CMakeFiles/comb_sort.dir/depend.make new file mode 100644 index 0000000000..35a8f26d43 --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for comb_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/comb_sort.dir/flags.make b/sorting/CMakeFiles/comb_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/comb_sort.dir/link.txt b/sorting/CMakeFiles/comb_sort.dir/link.txt new file mode 100644 index 0000000000..84af48c9bc --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/comb_sort.dir/comb_sort.c.o -o comb_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/comb_sort.dir/progress.make b/sorting/CMakeFiles/comb_sort.dir/progress.make new file mode 100644 index 0000000000..e869fc500d --- /dev/null +++ b/sorting/CMakeFiles/comb_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 13 + diff --git a/sorting/CMakeFiles/counting_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/counting_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..66704c6cb1 --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/counting_sort.c" "sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o" "gcc" "sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/counting_sort.dir/build.make b/sorting/CMakeFiles/counting_sort.dir/build.make new file mode 100644 index 0000000000..21e821830a --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/counting_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/counting_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/counting_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/counting_sort.dir/flags.make + +sorting/CMakeFiles/counting_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/counting_sort.dir/codegen + +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o: sorting/CMakeFiles/counting_sort.dir/flags.make +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o: sorting/counting_sort.c +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o: sorting/CMakeFiles/counting_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o -MF CMakeFiles/counting_sort.dir/counting_sort.c.o.d -o CMakeFiles/counting_sort.dir/counting_sort.c.o -c /Users/jesperolsen/development/C/sorting/counting_sort.c + +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/counting_sort.dir/counting_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/counting_sort.c > CMakeFiles/counting_sort.dir/counting_sort.c.i + +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/counting_sort.dir/counting_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/counting_sort.c -o CMakeFiles/counting_sort.dir/counting_sort.c.s + +# Object files for target counting_sort +counting_sort_OBJECTS = \ +"CMakeFiles/counting_sort.dir/counting_sort.c.o" + +# External object files for target counting_sort +counting_sort_EXTERNAL_OBJECTS = + +sorting/counting_sort: sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o +sorting/counting_sort: sorting/CMakeFiles/counting_sort.dir/build.make +sorting/counting_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/counting_sort: sorting/CMakeFiles/counting_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable counting_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/counting_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/counting_sort.dir/build: sorting/counting_sort +.PHONY : sorting/CMakeFiles/counting_sort.dir/build + +sorting/CMakeFiles/counting_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/counting_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/counting_sort.dir/clean + +sorting/CMakeFiles/counting_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/counting_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/counting_sort.dir/depend + diff --git a/sorting/CMakeFiles/counting_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/counting_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..1edcb34d88 --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/counting_sort.dir/counting_sort.c.o" + "CMakeFiles/counting_sort.dir/counting_sort.c.o.d" + "counting_sort" + "counting_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/counting_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/counting_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/counting_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..fb4ea8937e --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/compiler_depend.internal @@ -0,0 +1,98 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o + /Users/jesperolsen/development/C/sorting/counting_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/counting_sort.dir/compiler_depend.make b/sorting/CMakeFiles/counting_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..b6e203fe73 --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/compiler_depend.make @@ -0,0 +1,283 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o: sorting/counting_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +sorting/counting_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/counting_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/counting_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..fe625014cd --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for counting_sort. diff --git a/sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o b/sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o new file mode 100644 index 0000000000..bd2e9e0220 Binary files /dev/null and b/sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o differ diff --git a/sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o.d b/sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o.d new file mode 100644 index 0000000000..7a0218bb8a --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o.d @@ -0,0 +1,94 @@ +sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/counting_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h diff --git a/sorting/CMakeFiles/counting_sort.dir/depend.make b/sorting/CMakeFiles/counting_sort.dir/depend.make new file mode 100644 index 0000000000..fc9f8bb962 --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for counting_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/counting_sort.dir/flags.make b/sorting/CMakeFiles/counting_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/counting_sort.dir/link.txt b/sorting/CMakeFiles/counting_sort.dir/link.txt new file mode 100644 index 0000000000..cdb4afff75 --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/counting_sort.dir/counting_sort.c.o -o counting_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/counting_sort.dir/progress.make b/sorting/CMakeFiles/counting_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/counting_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/cycle_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/cycle_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..b911aa23ad --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/cycle_sort.c" "sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o" "gcc" "sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/cycle_sort.dir/build.make b/sorting/CMakeFiles/cycle_sort.dir/build.make new file mode 100644 index 0000000000..94389551b4 --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/cycle_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/cycle_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/cycle_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/cycle_sort.dir/flags.make + +sorting/CMakeFiles/cycle_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/cycle_sort.dir/codegen + +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o: sorting/CMakeFiles/cycle_sort.dir/flags.make +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o: sorting/cycle_sort.c +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o: sorting/CMakeFiles/cycle_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o -MF CMakeFiles/cycle_sort.dir/cycle_sort.c.o.d -o CMakeFiles/cycle_sort.dir/cycle_sort.c.o -c /Users/jesperolsen/development/C/sorting/cycle_sort.c + +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/cycle_sort.dir/cycle_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/cycle_sort.c > CMakeFiles/cycle_sort.dir/cycle_sort.c.i + +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/cycle_sort.dir/cycle_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/cycle_sort.c -o CMakeFiles/cycle_sort.dir/cycle_sort.c.s + +# Object files for target cycle_sort +cycle_sort_OBJECTS = \ +"CMakeFiles/cycle_sort.dir/cycle_sort.c.o" + +# External object files for target cycle_sort +cycle_sort_EXTERNAL_OBJECTS = + +sorting/cycle_sort: sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o +sorting/cycle_sort: sorting/CMakeFiles/cycle_sort.dir/build.make +sorting/cycle_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/cycle_sort: sorting/CMakeFiles/cycle_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cycle_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cycle_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/cycle_sort.dir/build: sorting/cycle_sort +.PHONY : sorting/CMakeFiles/cycle_sort.dir/build + +sorting/CMakeFiles/cycle_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/cycle_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/cycle_sort.dir/clean + +sorting/CMakeFiles/cycle_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/cycle_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/cycle_sort.dir/depend + diff --git a/sorting/CMakeFiles/cycle_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/cycle_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6ad76a0143 --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/cycle_sort.dir/cycle_sort.c.o" + "CMakeFiles/cycle_sort.dir/cycle_sort.c.o.d" + "cycle_sort" + "cycle_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/cycle_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..a167851c0b --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o + /Users/jesperolsen/development/C/sorting/cycle_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.make b/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..c19ff59805 --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o: sorting/cycle_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +sorting/cycle_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..adf9d9a4ba --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cycle_sort. diff --git a/sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o b/sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o new file mode 100644 index 0000000000..23ef6b174e Binary files /dev/null and b/sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o differ diff --git a/sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o.d b/sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o.d new file mode 100644 index 0000000000..2be5480d1b --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/cycle_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/cycle_sort.dir/depend.make b/sorting/CMakeFiles/cycle_sort.dir/depend.make new file mode 100644 index 0000000000..c6e4425e6f --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cycle_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/cycle_sort.dir/flags.make b/sorting/CMakeFiles/cycle_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/cycle_sort.dir/link.txt b/sorting/CMakeFiles/cycle_sort.dir/link.txt new file mode 100644 index 0000000000..790ec82e7a --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cycle_sort.dir/cycle_sort.c.o -o cycle_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/cycle_sort.dir/progress.make b/sorting/CMakeFiles/cycle_sort.dir/progress.make new file mode 100644 index 0000000000..2db8a6d695 --- /dev/null +++ b/sorting/CMakeFiles/cycle_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 14 + diff --git a/sorting/CMakeFiles/gnome_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/gnome_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..dbef02db24 --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/gnome_sort.c" "sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o" "gcc" "sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/gnome_sort.dir/build.make b/sorting/CMakeFiles/gnome_sort.dir/build.make new file mode 100644 index 0000000000..84bd388d1b --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/gnome_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/gnome_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/gnome_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/gnome_sort.dir/flags.make + +sorting/CMakeFiles/gnome_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/gnome_sort.dir/codegen + +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o: sorting/CMakeFiles/gnome_sort.dir/flags.make +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o: sorting/gnome_sort.c +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o: sorting/CMakeFiles/gnome_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o -MF CMakeFiles/gnome_sort.dir/gnome_sort.c.o.d -o CMakeFiles/gnome_sort.dir/gnome_sort.c.o -c /Users/jesperolsen/development/C/sorting/gnome_sort.c + +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/gnome_sort.dir/gnome_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/gnome_sort.c > CMakeFiles/gnome_sort.dir/gnome_sort.c.i + +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/gnome_sort.dir/gnome_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/gnome_sort.c -o CMakeFiles/gnome_sort.dir/gnome_sort.c.s + +# Object files for target gnome_sort +gnome_sort_OBJECTS = \ +"CMakeFiles/gnome_sort.dir/gnome_sort.c.o" + +# External object files for target gnome_sort +gnome_sort_EXTERNAL_OBJECTS = + +sorting/gnome_sort: sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o +sorting/gnome_sort: sorting/CMakeFiles/gnome_sort.dir/build.make +sorting/gnome_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/gnome_sort: sorting/CMakeFiles/gnome_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable gnome_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gnome_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/gnome_sort.dir/build: sorting/gnome_sort +.PHONY : sorting/CMakeFiles/gnome_sort.dir/build + +sorting/CMakeFiles/gnome_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/gnome_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/gnome_sort.dir/clean + +sorting/CMakeFiles/gnome_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/gnome_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/gnome_sort.dir/depend + diff --git a/sorting/CMakeFiles/gnome_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/gnome_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d6343e7328 --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/gnome_sort.dir/gnome_sort.c.o" + "CMakeFiles/gnome_sort.dir/gnome_sort.c.o.d" + "gnome_sort" + "gnome_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/gnome_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..289925dffb --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o + /Users/jesperolsen/development/C/sorting/gnome_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.make b/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..890711b2b0 --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o: sorting/gnome_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +sorting/gnome_sort.c: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: diff --git a/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..6ec8d60e05 --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for gnome_sort. diff --git a/sorting/CMakeFiles/gnome_sort.dir/depend.make b/sorting/CMakeFiles/gnome_sort.dir/depend.make new file mode 100644 index 0000000000..d7e8ca1678 --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for gnome_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/gnome_sort.dir/flags.make b/sorting/CMakeFiles/gnome_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o b/sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o new file mode 100644 index 0000000000..2e1b004154 Binary files /dev/null and b/sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o differ diff --git a/sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o.d b/sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o.d new file mode 100644 index 0000000000..ddf6aab07d --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/gnome_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/gnome_sort.dir/link.txt b/sorting/CMakeFiles/gnome_sort.dir/link.txt new file mode 100644 index 0000000000..8c6ac2fc7e --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gnome_sort.dir/gnome_sort.c.o -o gnome_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/gnome_sort.dir/progress.make b/sorting/CMakeFiles/gnome_sort.dir/progress.make new file mode 100644 index 0000000000..fd38c8bcfc --- /dev/null +++ b/sorting/CMakeFiles/gnome_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 26 + diff --git a/sorting/CMakeFiles/heap_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/heap_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..121a4c6746 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/heap_sort.c" "sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o" "gcc" "sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/heap_sort.dir/build.make b/sorting/CMakeFiles/heap_sort.dir/build.make new file mode 100644 index 0000000000..46f8b32fe8 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/heap_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/heap_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/heap_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/heap_sort.dir/flags.make + +sorting/CMakeFiles/heap_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/heap_sort.dir/codegen + +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o: sorting/CMakeFiles/heap_sort.dir/flags.make +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o: sorting/heap_sort.c +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o: sorting/CMakeFiles/heap_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o -MF CMakeFiles/heap_sort.dir/heap_sort.c.o.d -o CMakeFiles/heap_sort.dir/heap_sort.c.o -c /Users/jesperolsen/development/C/sorting/heap_sort.c + +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/heap_sort.dir/heap_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/heap_sort.c > CMakeFiles/heap_sort.dir/heap_sort.c.i + +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/heap_sort.dir/heap_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/heap_sort.c -o CMakeFiles/heap_sort.dir/heap_sort.c.s + +# Object files for target heap_sort +heap_sort_OBJECTS = \ +"CMakeFiles/heap_sort.dir/heap_sort.c.o" + +# External object files for target heap_sort +heap_sort_EXTERNAL_OBJECTS = + +sorting/heap_sort: sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o +sorting/heap_sort: sorting/CMakeFiles/heap_sort.dir/build.make +sorting/heap_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/heap_sort: sorting/CMakeFiles/heap_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable heap_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/heap_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/heap_sort.dir/build: sorting/heap_sort +.PHONY : sorting/CMakeFiles/heap_sort.dir/build + +sorting/CMakeFiles/heap_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/heap_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/heap_sort.dir/clean + +sorting/CMakeFiles/heap_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/heap_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/heap_sort.dir/depend + diff --git a/sorting/CMakeFiles/heap_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/heap_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..21d4772646 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/heap_sort.dir/heap_sort.c.o" + "CMakeFiles/heap_sort.dir/heap_sort.c.o.d" + "heap_sort" + "heap_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/heap_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/heap_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/heap_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..8aa05bf1ab --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o + /Users/jesperolsen/development/C/sorting/heap_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/sorting/CMakeFiles/heap_sort.dir/compiler_depend.make b/sorting/CMakeFiles/heap_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..2ca535d5da --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o: sorting/heap_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +sorting/heap_sort.c: diff --git a/sorting/CMakeFiles/heap_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/heap_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..c7b54cbb9f --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for heap_sort. diff --git a/sorting/CMakeFiles/heap_sort.dir/depend.make b/sorting/CMakeFiles/heap_sort.dir/depend.make new file mode 100644 index 0000000000..4115f990fa --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for heap_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/heap_sort.dir/flags.make b/sorting/CMakeFiles/heap_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o b/sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o new file mode 100644 index 0000000000..8d093c2d40 Binary files /dev/null and b/sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o differ diff --git a/sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o.d b/sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o.d new file mode 100644 index 0000000000..619696f3dd --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o.d @@ -0,0 +1,41 @@ +sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/heap_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/sorting/CMakeFiles/heap_sort.dir/link.txt b/sorting/CMakeFiles/heap_sort.dir/link.txt new file mode 100644 index 0000000000..803bd80fc0 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/heap_sort.dir/heap_sort.c.o -o heap_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/heap_sort.dir/progress.make b/sorting/CMakeFiles/heap_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/heap_sort_2.dir/DependInfo.cmake b/sorting/CMakeFiles/heap_sort_2.dir/DependInfo.cmake new file mode 100644 index 0000000000..16d418b670 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/heap_sort_2.c" "sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o" "gcc" "sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/heap_sort_2.dir/build.make b/sorting/CMakeFiles/heap_sort_2.dir/build.make new file mode 100644 index 0000000000..99036e2fc3 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/heap_sort_2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/heap_sort_2.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/heap_sort_2.dir/flags.make + +sorting/CMakeFiles/heap_sort_2.dir/codegen: +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/codegen + +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o: sorting/CMakeFiles/heap_sort_2.dir/flags.make +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o: sorting/heap_sort_2.c +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o: sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o -MF CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o.d -o CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o -c /Users/jesperolsen/development/C/sorting/heap_sort_2.c + +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/heap_sort_2.dir/heap_sort_2.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/heap_sort_2.c > CMakeFiles/heap_sort_2.dir/heap_sort_2.c.i + +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/heap_sort_2.dir/heap_sort_2.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/heap_sort_2.c -o CMakeFiles/heap_sort_2.dir/heap_sort_2.c.s + +# Object files for target heap_sort_2 +heap_sort_2_OBJECTS = \ +"CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o" + +# External object files for target heap_sort_2 +heap_sort_2_EXTERNAL_OBJECTS = + +sorting/heap_sort_2: sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o +sorting/heap_sort_2: sorting/CMakeFiles/heap_sort_2.dir/build.make +sorting/heap_sort_2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/heap_sort_2: sorting/CMakeFiles/heap_sort_2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable heap_sort_2" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/heap_sort_2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/heap_sort_2.dir/build: sorting/heap_sort_2 +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/build + +sorting/CMakeFiles/heap_sort_2.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/heap_sort_2.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/clean + +sorting/CMakeFiles/heap_sort_2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/heap_sort_2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/depend + diff --git a/sorting/CMakeFiles/heap_sort_2.dir/cmake_clean.cmake b/sorting/CMakeFiles/heap_sort_2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..8a18a915eb --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o" + "CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o.d" + "heap_sort_2" + "heap_sort_2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/heap_sort_2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.internal b/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.internal new file mode 100644 index 0000000000..b0622b9879 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.internal @@ -0,0 +1,102 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o + /Users/jesperolsen/development/C/sorting/heap_sort_2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.make b/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.make new file mode 100644 index 0000000000..0a5966f722 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.make @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o: sorting/heap_sort_2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +sorting/heap_sort_2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: diff --git a/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.ts b/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.ts new file mode 100644 index 0000000000..6819b52697 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for heap_sort_2. diff --git a/sorting/CMakeFiles/heap_sort_2.dir/depend.make b/sorting/CMakeFiles/heap_sort_2.dir/depend.make new file mode 100644 index 0000000000..3d466d96d9 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for heap_sort_2. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/heap_sort_2.dir/flags.make b/sorting/CMakeFiles/heap_sort_2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o b/sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o new file mode 100644 index 0000000000..6a642b260b Binary files /dev/null and b/sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o differ diff --git a/sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o.d b/sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o.d new file mode 100644 index 0000000000..1708ff2ece --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o.d @@ -0,0 +1,98 @@ +sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o: \ + /Users/jesperolsen/development/C/sorting/heap_sort_2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h diff --git a/sorting/CMakeFiles/heap_sort_2.dir/link.txt b/sorting/CMakeFiles/heap_sort_2.dir/link.txt new file mode 100644 index 0000000000..f1466ebee8 --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o -o heap_sort_2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/heap_sort_2.dir/progress.make b/sorting/CMakeFiles/heap_sort_2.dir/progress.make new file mode 100644 index 0000000000..eda664886c --- /dev/null +++ b/sorting/CMakeFiles/heap_sort_2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 31 + diff --git a/sorting/CMakeFiles/insertion_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/insertion_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..b8d83c8dd8 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/insertion_sort.c" "sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o" "gcc" "sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/insertion_sort.dir/build.make b/sorting/CMakeFiles/insertion_sort.dir/build.make new file mode 100644 index 0000000000..de25d62ec8 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/insertion_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/insertion_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/insertion_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/insertion_sort.dir/flags.make + +sorting/CMakeFiles/insertion_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/insertion_sort.dir/codegen + +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o: sorting/CMakeFiles/insertion_sort.dir/flags.make +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o: sorting/insertion_sort.c +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o: sorting/CMakeFiles/insertion_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o -MF CMakeFiles/insertion_sort.dir/insertion_sort.c.o.d -o CMakeFiles/insertion_sort.dir/insertion_sort.c.o -c /Users/jesperolsen/development/C/sorting/insertion_sort.c + +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/insertion_sort.dir/insertion_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/insertion_sort.c > CMakeFiles/insertion_sort.dir/insertion_sort.c.i + +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/insertion_sort.dir/insertion_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/insertion_sort.c -o CMakeFiles/insertion_sort.dir/insertion_sort.c.s + +# Object files for target insertion_sort +insertion_sort_OBJECTS = \ +"CMakeFiles/insertion_sort.dir/insertion_sort.c.o" + +# External object files for target insertion_sort +insertion_sort_EXTERNAL_OBJECTS = + +sorting/insertion_sort: sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o +sorting/insertion_sort: sorting/CMakeFiles/insertion_sort.dir/build.make +sorting/insertion_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/insertion_sort: sorting/CMakeFiles/insertion_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable insertion_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/insertion_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/insertion_sort.dir/build: sorting/insertion_sort +.PHONY : sorting/CMakeFiles/insertion_sort.dir/build + +sorting/CMakeFiles/insertion_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/insertion_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/insertion_sort.dir/clean + +sorting/CMakeFiles/insertion_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/insertion_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/insertion_sort.dir/depend + diff --git a/sorting/CMakeFiles/insertion_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/insertion_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..cfdc035ee2 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/insertion_sort.dir/insertion_sort.c.o" + "CMakeFiles/insertion_sort.dir/insertion_sort.c.o.d" + "insertion_sort" + "insertion_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/insertion_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..ebab70401a --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.internal @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o + /Users/jesperolsen/development/C/sorting/insertion_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.make b/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..49479897d6 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.make @@ -0,0 +1,286 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o: sorting/insertion_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +sorting/insertion_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..6dc7f1cc11 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for insertion_sort. diff --git a/sorting/CMakeFiles/insertion_sort.dir/depend.make b/sorting/CMakeFiles/insertion_sort.dir/depend.make new file mode 100644 index 0000000000..8af263739d --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for insertion_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/insertion_sort.dir/flags.make b/sorting/CMakeFiles/insertion_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o b/sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o new file mode 100644 index 0000000000..cb9b95a973 Binary files /dev/null and b/sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o differ diff --git a/sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o.d b/sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o.d new file mode 100644 index 0000000000..511ebbb1a3 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o.d @@ -0,0 +1,95 @@ +sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/insertion_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/insertion_sort.dir/link.txt b/sorting/CMakeFiles/insertion_sort.dir/link.txt new file mode 100644 index 0000000000..940b52824d --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/insertion_sort.dir/insertion_sort.c.o -o insertion_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/insertion_sort.dir/progress.make b/sorting/CMakeFiles/insertion_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/DependInfo.cmake b/sorting/CMakeFiles/insertion_sort_recursive.dir/DependInfo.cmake new file mode 100644 index 0000000000..844910354b --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/insertion_sort_recursive.c" "sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o" "gcc" "sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/build.make b/sorting/CMakeFiles/insertion_sort_recursive.dir/build.make new file mode 100644 index 0000000000..1c0265f36b --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/insertion_sort_recursive.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/insertion_sort_recursive.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/insertion_sort_recursive.dir/flags.make + +sorting/CMakeFiles/insertion_sort_recursive.dir/codegen: +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/codegen + +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o: sorting/CMakeFiles/insertion_sort_recursive.dir/flags.make +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o: sorting/insertion_sort_recursive.c +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o: sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o -MF CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o.d -o CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o -c /Users/jesperolsen/development/C/sorting/insertion_sort_recursive.c + +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/insertion_sort_recursive.c > CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.i + +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/insertion_sort_recursive.c -o CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.s + +# Object files for target insertion_sort_recursive +insertion_sort_recursive_OBJECTS = \ +"CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o" + +# External object files for target insertion_sort_recursive +insertion_sort_recursive_EXTERNAL_OBJECTS = + +sorting/insertion_sort_recursive: sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o +sorting/insertion_sort_recursive: sorting/CMakeFiles/insertion_sort_recursive.dir/build.make +sorting/insertion_sort_recursive: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/insertion_sort_recursive: sorting/CMakeFiles/insertion_sort_recursive.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable insertion_sort_recursive" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/insertion_sort_recursive.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/insertion_sort_recursive.dir/build: sorting/insertion_sort_recursive +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/build + +sorting/CMakeFiles/insertion_sort_recursive.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/insertion_sort_recursive.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/clean + +sorting/CMakeFiles/insertion_sort_recursive.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/insertion_sort_recursive.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/depend + diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/cmake_clean.cmake b/sorting/CMakeFiles/insertion_sort_recursive.dir/cmake_clean.cmake new file mode 100644 index 0000000000..c0d920fd86 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o" + "CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o.d" + "insertion_sort_recursive" + "insertion_sort_recursive.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/insertion_sort_recursive.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.internal b/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.internal new file mode 100644 index 0000000000..636d564c74 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.internal @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o + /Users/jesperolsen/development/C/sorting/insertion_sort_recursive.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.make b/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.make new file mode 100644 index 0000000000..34050f0724 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.make @@ -0,0 +1,286 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o: sorting/insertion_sort_recursive.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +sorting/insertion_sort_recursive.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.ts b/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.ts new file mode 100644 index 0000000000..4427c2ef31 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for insertion_sort_recursive. diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/depend.make b/sorting/CMakeFiles/insertion_sort_recursive.dir/depend.make new file mode 100644 index 0000000000..fcfd6f1deb --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for insertion_sort_recursive. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/flags.make b/sorting/CMakeFiles/insertion_sort_recursive.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o b/sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o new file mode 100644 index 0000000000..fcc5965d32 Binary files /dev/null and b/sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o differ diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o.d b/sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o.d new file mode 100644 index 0000000000..53ac93cb53 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o.d @@ -0,0 +1,95 @@ +sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o: \ + /Users/jesperolsen/development/C/sorting/insertion_sort_recursive.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/link.txt b/sorting/CMakeFiles/insertion_sort_recursive.dir/link.txt new file mode 100644 index 0000000000..f0702dfef3 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o -o insertion_sort_recursive /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/insertion_sort_recursive.dir/progress.make b/sorting/CMakeFiles/insertion_sort_recursive.dir/progress.make new file mode 100644 index 0000000000..527b7e9489 --- /dev/null +++ b/sorting/CMakeFiles/insertion_sort_recursive.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 34 +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/merge_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/merge_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..6c73e281a1 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/merge_sort.c" "sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o" "gcc" "sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/merge_sort.dir/build.make b/sorting/CMakeFiles/merge_sort.dir/build.make new file mode 100644 index 0000000000..02bd4dda28 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/merge_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/merge_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/merge_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/merge_sort.dir/flags.make + +sorting/CMakeFiles/merge_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/merge_sort.dir/codegen + +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o: sorting/CMakeFiles/merge_sort.dir/flags.make +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o: sorting/merge_sort.c +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o: sorting/CMakeFiles/merge_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o -MF CMakeFiles/merge_sort.dir/merge_sort.c.o.d -o CMakeFiles/merge_sort.dir/merge_sort.c.o -c /Users/jesperolsen/development/C/sorting/merge_sort.c + +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/merge_sort.dir/merge_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/merge_sort.c > CMakeFiles/merge_sort.dir/merge_sort.c.i + +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/merge_sort.dir/merge_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/merge_sort.c -o CMakeFiles/merge_sort.dir/merge_sort.c.s + +# Object files for target merge_sort +merge_sort_OBJECTS = \ +"CMakeFiles/merge_sort.dir/merge_sort.c.o" + +# External object files for target merge_sort +merge_sort_EXTERNAL_OBJECTS = + +sorting/merge_sort: sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o +sorting/merge_sort: sorting/CMakeFiles/merge_sort.dir/build.make +sorting/merge_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/merge_sort: sorting/CMakeFiles/merge_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable merge_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/merge_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/merge_sort.dir/build: sorting/merge_sort +.PHONY : sorting/CMakeFiles/merge_sort.dir/build + +sorting/CMakeFiles/merge_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/merge_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/merge_sort.dir/clean + +sorting/CMakeFiles/merge_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/merge_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/merge_sort.dir/depend + diff --git a/sorting/CMakeFiles/merge_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/merge_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3e0a09e782 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/merge_sort.dir/merge_sort.c.o" + "CMakeFiles/merge_sort.dir/merge_sort.c.o.d" + "merge_sort" + "merge_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/merge_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/merge_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/merge_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..01fd6e9e77 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o + /Users/jesperolsen/development/C/sorting/merge_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/merge_sort.dir/compiler_depend.make b/sorting/CMakeFiles/merge_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..38919f2fc3 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o: sorting/merge_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +sorting/merge_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: diff --git a/sorting/CMakeFiles/merge_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/merge_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..1de2df5abb --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for merge_sort. diff --git a/sorting/CMakeFiles/merge_sort.dir/depend.make b/sorting/CMakeFiles/merge_sort.dir/depend.make new file mode 100644 index 0000000000..0a818c4fd0 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for merge_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/merge_sort.dir/flags.make b/sorting/CMakeFiles/merge_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/merge_sort.dir/link.txt b/sorting/CMakeFiles/merge_sort.dir/link.txt new file mode 100644 index 0000000000..ac26d76f8f --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/merge_sort.dir/merge_sort.c.o -o merge_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o b/sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o new file mode 100644 index 0000000000..b97e86b698 Binary files /dev/null and b/sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o differ diff --git a/sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o.d b/sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o.d new file mode 100644 index 0000000000..bc5b397f8e --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/merge_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/merge_sort.dir/progress.make b/sorting/CMakeFiles/merge_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/DependInfo.cmake b/sorting/CMakeFiles/merge_sort_nr.dir/DependInfo.cmake new file mode 100644 index 0000000000..7c365efa5f --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/merge_sort_nr.c" "sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o" "gcc" "sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/build.make b/sorting/CMakeFiles/merge_sort_nr.dir/build.make new file mode 100644 index 0000000000..9d111a1cca --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/merge_sort_nr.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/merge_sort_nr.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/merge_sort_nr.dir/flags.make + +sorting/CMakeFiles/merge_sort_nr.dir/codegen: +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/codegen + +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o: sorting/CMakeFiles/merge_sort_nr.dir/flags.make +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o: sorting/merge_sort_nr.c +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o: sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o -MF CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o.d -o CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o -c /Users/jesperolsen/development/C/sorting/merge_sort_nr.c + +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/merge_sort_nr.c > CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.i + +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/merge_sort_nr.c -o CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.s + +# Object files for target merge_sort_nr +merge_sort_nr_OBJECTS = \ +"CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o" + +# External object files for target merge_sort_nr +merge_sort_nr_EXTERNAL_OBJECTS = + +sorting/merge_sort_nr: sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o +sorting/merge_sort_nr: sorting/CMakeFiles/merge_sort_nr.dir/build.make +sorting/merge_sort_nr: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/merge_sort_nr: sorting/CMakeFiles/merge_sort_nr.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable merge_sort_nr" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/merge_sort_nr.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/merge_sort_nr.dir/build: sorting/merge_sort_nr +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/build + +sorting/CMakeFiles/merge_sort_nr.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/merge_sort_nr.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/clean + +sorting/CMakeFiles/merge_sort_nr.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/merge_sort_nr.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/depend + diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/cmake_clean.cmake b/sorting/CMakeFiles/merge_sort_nr.dir/cmake_clean.cmake new file mode 100644 index 0000000000..e6b6a6fc87 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o" + "CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o.d" + "merge_sort_nr" + "merge_sort_nr.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/merge_sort_nr.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.internal b/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.internal new file mode 100644 index 0000000000..93011023ff --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o + /Users/jesperolsen/development/C/sorting/merge_sort_nr.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.make b/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.make new file mode 100644 index 0000000000..569e2ac256 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o: sorting/merge_sort_nr.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +sorting/merge_sort_nr.c: diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.ts b/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.ts new file mode 100644 index 0000000000..f14734842f --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for merge_sort_nr. diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/depend.make b/sorting/CMakeFiles/merge_sort_nr.dir/depend.make new file mode 100644 index 0000000000..d605587048 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for merge_sort_nr. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/flags.make b/sorting/CMakeFiles/merge_sort_nr.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/link.txt b/sorting/CMakeFiles/merge_sort_nr.dir/link.txt new file mode 100644 index 0000000000..db86212cd4 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o -o merge_sort_nr /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o b/sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o new file mode 100644 index 0000000000..f436544de2 Binary files /dev/null and b/sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o differ diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o.d b/sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o.d new file mode 100644 index 0000000000..d945864888 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o.d @@ -0,0 +1,41 @@ +sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o: \ + /Users/jesperolsen/development/C/sorting/merge_sort_nr.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/sorting/CMakeFiles/merge_sort_nr.dir/progress.make b/sorting/CMakeFiles/merge_sort_nr.dir/progress.make new file mode 100644 index 0000000000..661b7ff725 --- /dev/null +++ b/sorting/CMakeFiles/merge_sort_nr.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 46 +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/multikey_quick_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..ea841b7faa --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/multikey_quick_sort.c" "sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o" "gcc" "sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/build.make b/sorting/CMakeFiles/multikey_quick_sort.dir/build.make new file mode 100644 index 0000000000..661fddd544 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/multikey_quick_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/multikey_quick_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/multikey_quick_sort.dir/flags.make + +sorting/CMakeFiles/multikey_quick_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/codegen + +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o: sorting/CMakeFiles/multikey_quick_sort.dir/flags.make +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o: sorting/multikey_quick_sort.c +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o: sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o -MF CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o.d -o CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o -c /Users/jesperolsen/development/C/sorting/multikey_quick_sort.c + +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/multikey_quick_sort.c > CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.i + +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/multikey_quick_sort.c -o CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.s + +# Object files for target multikey_quick_sort +multikey_quick_sort_OBJECTS = \ +"CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o" + +# External object files for target multikey_quick_sort +multikey_quick_sort_EXTERNAL_OBJECTS = + +sorting/multikey_quick_sort: sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o +sorting/multikey_quick_sort: sorting/CMakeFiles/multikey_quick_sort.dir/build.make +sorting/multikey_quick_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/multikey_quick_sort: sorting/CMakeFiles/multikey_quick_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multikey_quick_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/multikey_quick_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/multikey_quick_sort.dir/build: sorting/multikey_quick_sort +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/build + +sorting/CMakeFiles/multikey_quick_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/multikey_quick_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/clean + +sorting/CMakeFiles/multikey_quick_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/multikey_quick_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/depend + diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/multikey_quick_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..3c91f9ab84 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o" + "CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o.d" + "multikey_quick_sort" + "multikey_quick_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/multikey_quick_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..47fe7f5439 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.internal @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o + /Users/jesperolsen/development/C/sorting/multikey_quick_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.make b/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..a29ed98dc3 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.make @@ -0,0 +1,298 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o: sorting/multikey_quick_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +sorting/multikey_quick_sort.c: diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..f7722a200c --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for multikey_quick_sort. diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/depend.make b/sorting/CMakeFiles/multikey_quick_sort.dir/depend.make new file mode 100644 index 0000000000..6dd5d39930 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for multikey_quick_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/flags.make b/sorting/CMakeFiles/multikey_quick_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/link.txt b/sorting/CMakeFiles/multikey_quick_sort.dir/link.txt new file mode 100644 index 0000000000..e303e09039 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o -o multikey_quick_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o b/sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o new file mode 100644 index 0000000000..138c1ab253 Binary files /dev/null and b/sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o differ diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o.d b/sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o.d new file mode 100644 index 0000000000..968d6dc2b3 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o.d @@ -0,0 +1,99 @@ +sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/multikey_quick_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_strings.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_string.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/multikey_quick_sort.dir/progress.make b/sorting/CMakeFiles/multikey_quick_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/multikey_quick_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/odd_even_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/odd_even_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..e947105935 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/odd_even_sort.c" "sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o" "gcc" "sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/odd_even_sort.dir/build.make b/sorting/CMakeFiles/odd_even_sort.dir/build.make new file mode 100644 index 0000000000..95c8a57b04 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/odd_even_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/odd_even_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/odd_even_sort.dir/flags.make + +sorting/CMakeFiles/odd_even_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/codegen + +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o: sorting/CMakeFiles/odd_even_sort.dir/flags.make +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o: sorting/odd_even_sort.c +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o: sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o -MF CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o.d -o CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o -c /Users/jesperolsen/development/C/sorting/odd_even_sort.c + +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/odd_even_sort.dir/odd_even_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/odd_even_sort.c > CMakeFiles/odd_even_sort.dir/odd_even_sort.c.i + +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/odd_even_sort.dir/odd_even_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/odd_even_sort.c -o CMakeFiles/odd_even_sort.dir/odd_even_sort.c.s + +# Object files for target odd_even_sort +odd_even_sort_OBJECTS = \ +"CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o" + +# External object files for target odd_even_sort +odd_even_sort_EXTERNAL_OBJECTS = + +sorting/odd_even_sort: sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o +sorting/odd_even_sort: sorting/CMakeFiles/odd_even_sort.dir/build.make +sorting/odd_even_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/odd_even_sort: sorting/CMakeFiles/odd_even_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable odd_even_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/odd_even_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/odd_even_sort.dir/build: sorting/odd_even_sort +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/build + +sorting/CMakeFiles/odd_even_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/odd_even_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/clean + +sorting/CMakeFiles/odd_even_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/odd_even_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/depend + diff --git a/sorting/CMakeFiles/odd_even_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/odd_even_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..80769c1a74 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o" + "CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o.d" + "odd_even_sort" + "odd_even_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/odd_even_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..f0d9a03548 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.internal @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o + /Users/jesperolsen/development/C/sorting/odd_even_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.make b/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..b99f060738 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.make @@ -0,0 +1,298 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o: sorting/odd_even_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +sorting/odd_even_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: diff --git a/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..47706d1ffb --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for odd_even_sort. diff --git a/sorting/CMakeFiles/odd_even_sort.dir/depend.make b/sorting/CMakeFiles/odd_even_sort.dir/depend.make new file mode 100644 index 0000000000..4c4b10be55 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for odd_even_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/odd_even_sort.dir/flags.make b/sorting/CMakeFiles/odd_even_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/odd_even_sort.dir/link.txt b/sorting/CMakeFiles/odd_even_sort.dir/link.txt new file mode 100644 index 0000000000..bb84e53794 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o -o odd_even_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o b/sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o new file mode 100644 index 0000000000..e8408256ed Binary files /dev/null and b/sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o differ diff --git a/sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o.d b/sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o.d new file mode 100644 index 0000000000..0a0b95fad5 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o.d @@ -0,0 +1,99 @@ +sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/odd_even_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdbool.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h diff --git a/sorting/CMakeFiles/odd_even_sort.dir/progress.make b/sorting/CMakeFiles/odd_even_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/odd_even_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/pancake_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/pancake_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..60e77afbab --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/pancake_sort.c" "sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o" "gcc" "sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/pancake_sort.dir/build.make b/sorting/CMakeFiles/pancake_sort.dir/build.make new file mode 100644 index 0000000000..688be8b106 --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/pancake_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/pancake_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/pancake_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/pancake_sort.dir/flags.make + +sorting/CMakeFiles/pancake_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/pancake_sort.dir/codegen + +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o: sorting/CMakeFiles/pancake_sort.dir/flags.make +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o: sorting/pancake_sort.c +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o: sorting/CMakeFiles/pancake_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o -MF CMakeFiles/pancake_sort.dir/pancake_sort.c.o.d -o CMakeFiles/pancake_sort.dir/pancake_sort.c.o -c /Users/jesperolsen/development/C/sorting/pancake_sort.c + +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/pancake_sort.dir/pancake_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/pancake_sort.c > CMakeFiles/pancake_sort.dir/pancake_sort.c.i + +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/pancake_sort.dir/pancake_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/pancake_sort.c -o CMakeFiles/pancake_sort.dir/pancake_sort.c.s + +# Object files for target pancake_sort +pancake_sort_OBJECTS = \ +"CMakeFiles/pancake_sort.dir/pancake_sort.c.o" + +# External object files for target pancake_sort +pancake_sort_EXTERNAL_OBJECTS = + +sorting/pancake_sort: sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o +sorting/pancake_sort: sorting/CMakeFiles/pancake_sort.dir/build.make +sorting/pancake_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/pancake_sort: sorting/CMakeFiles/pancake_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pancake_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pancake_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/pancake_sort.dir/build: sorting/pancake_sort +.PHONY : sorting/CMakeFiles/pancake_sort.dir/build + +sorting/CMakeFiles/pancake_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/pancake_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/pancake_sort.dir/clean + +sorting/CMakeFiles/pancake_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/pancake_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/pancake_sort.dir/depend + diff --git a/sorting/CMakeFiles/pancake_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/pancake_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..a86a719893 --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/pancake_sort.dir/pancake_sort.c.o" + "CMakeFiles/pancake_sort.dir/pancake_sort.c.o.d" + "pancake_sort" + "pancake_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/pancake_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..156b1341a0 --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o + /Users/jesperolsen/development/C/sorting/pancake_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.make b/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..21cc93c620 --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o: sorting/pancake_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +sorting/pancake_sort.c: diff --git a/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..2cabb858de --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for pancake_sort. diff --git a/sorting/CMakeFiles/pancake_sort.dir/depend.make b/sorting/CMakeFiles/pancake_sort.dir/depend.make new file mode 100644 index 0000000000..36d36b7948 --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for pancake_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/pancake_sort.dir/flags.make b/sorting/CMakeFiles/pancake_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/pancake_sort.dir/link.txt b/sorting/CMakeFiles/pancake_sort.dir/link.txt new file mode 100644 index 0000000000..85bd29ece5 --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/pancake_sort.dir/pancake_sort.c.o -o pancake_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o b/sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o new file mode 100644 index 0000000000..4ab8935f0c Binary files /dev/null and b/sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o differ diff --git a/sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o.d b/sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o.d new file mode 100644 index 0000000000..57160b60da --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/pancake_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/pancake_sort.dir/progress.make b/sorting/CMakeFiles/pancake_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/pancake_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/partition_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/partition_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..282b2fe296 --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/partition_sort.c" "sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o" "gcc" "sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/partition_sort.dir/build.make b/sorting/CMakeFiles/partition_sort.dir/build.make new file mode 100644 index 0000000000..403182ce71 --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/partition_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/partition_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/partition_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/partition_sort.dir/flags.make + +sorting/CMakeFiles/partition_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/partition_sort.dir/codegen + +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o: sorting/CMakeFiles/partition_sort.dir/flags.make +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o: sorting/partition_sort.c +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o: sorting/CMakeFiles/partition_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o -MF CMakeFiles/partition_sort.dir/partition_sort.c.o.d -o CMakeFiles/partition_sort.dir/partition_sort.c.o -c /Users/jesperolsen/development/C/sorting/partition_sort.c + +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/partition_sort.dir/partition_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/partition_sort.c > CMakeFiles/partition_sort.dir/partition_sort.c.i + +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/partition_sort.dir/partition_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/partition_sort.c -o CMakeFiles/partition_sort.dir/partition_sort.c.s + +# Object files for target partition_sort +partition_sort_OBJECTS = \ +"CMakeFiles/partition_sort.dir/partition_sort.c.o" + +# External object files for target partition_sort +partition_sort_EXTERNAL_OBJECTS = + +sorting/partition_sort: sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o +sorting/partition_sort: sorting/CMakeFiles/partition_sort.dir/build.make +sorting/partition_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/partition_sort: sorting/CMakeFiles/partition_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable partition_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/partition_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/partition_sort.dir/build: sorting/partition_sort +.PHONY : sorting/CMakeFiles/partition_sort.dir/build + +sorting/CMakeFiles/partition_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/partition_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/partition_sort.dir/clean + +sorting/CMakeFiles/partition_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/partition_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/partition_sort.dir/depend + diff --git a/sorting/CMakeFiles/partition_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/partition_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..ecfd31048c --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/partition_sort.dir/partition_sort.c.o" + "CMakeFiles/partition_sort.dir/partition_sort.c.o.d" + "partition_sort" + "partition_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/partition_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/partition_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/partition_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..24c22c567e --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o + /Users/jesperolsen/development/C/sorting/partition_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/partition_sort.dir/compiler_depend.make b/sorting/CMakeFiles/partition_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..b5df126836 --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o: sorting/partition_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +sorting/partition_sort.c: diff --git a/sorting/CMakeFiles/partition_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/partition_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..135959ba85 --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for partition_sort. diff --git a/sorting/CMakeFiles/partition_sort.dir/depend.make b/sorting/CMakeFiles/partition_sort.dir/depend.make new file mode 100644 index 0000000000..0aa6655ca9 --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for partition_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/partition_sort.dir/flags.make b/sorting/CMakeFiles/partition_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/partition_sort.dir/link.txt b/sorting/CMakeFiles/partition_sort.dir/link.txt new file mode 100644 index 0000000000..7b67b9285d --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/partition_sort.dir/partition_sort.c.o -o partition_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o b/sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o new file mode 100644 index 0000000000..b01ffb047d Binary files /dev/null and b/sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o differ diff --git a/sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o.d b/sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o.d new file mode 100644 index 0000000000..00679295bd --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/partition_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/partition_sort.dir/progress.make b/sorting/CMakeFiles/partition_sort.dir/progress.make new file mode 100644 index 0000000000..3fab501d4c --- /dev/null +++ b/sorting/CMakeFiles/partition_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 55 + diff --git a/sorting/CMakeFiles/patience_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/patience_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..f81eca6228 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/patience_sort.c" "sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o" "gcc" "sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/patience_sort.dir/build.make b/sorting/CMakeFiles/patience_sort.dir/build.make new file mode 100644 index 0000000000..363128c3dd --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/patience_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/patience_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/patience_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/patience_sort.dir/flags.make + +sorting/CMakeFiles/patience_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/patience_sort.dir/codegen + +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o: sorting/CMakeFiles/patience_sort.dir/flags.make +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o: sorting/patience_sort.c +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o: sorting/CMakeFiles/patience_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o -MF CMakeFiles/patience_sort.dir/patience_sort.c.o.d -o CMakeFiles/patience_sort.dir/patience_sort.c.o -c /Users/jesperolsen/development/C/sorting/patience_sort.c + +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/patience_sort.dir/patience_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/patience_sort.c > CMakeFiles/patience_sort.dir/patience_sort.c.i + +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/patience_sort.dir/patience_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/patience_sort.c -o CMakeFiles/patience_sort.dir/patience_sort.c.s + +# Object files for target patience_sort +patience_sort_OBJECTS = \ +"CMakeFiles/patience_sort.dir/patience_sort.c.o" + +# External object files for target patience_sort +patience_sort_EXTERNAL_OBJECTS = + +sorting/patience_sort: sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o +sorting/patience_sort: sorting/CMakeFiles/patience_sort.dir/build.make +sorting/patience_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/patience_sort: sorting/CMakeFiles/patience_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable patience_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/patience_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/patience_sort.dir/build: sorting/patience_sort +.PHONY : sorting/CMakeFiles/patience_sort.dir/build + +sorting/CMakeFiles/patience_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/patience_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/patience_sort.dir/clean + +sorting/CMakeFiles/patience_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/patience_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/patience_sort.dir/depend + diff --git a/sorting/CMakeFiles/patience_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/patience_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b2d0a11395 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/patience_sort.dir/patience_sort.c.o" + "CMakeFiles/patience_sort.dir/patience_sort.c.o.d" + "patience_sort" + "patience_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/patience_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/patience_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/patience_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..19472c2bd5 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/compiler_depend.internal @@ -0,0 +1,94 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o + /Users/jesperolsen/development/C/sorting/patience_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/patience_sort.dir/compiler_depend.make b/sorting/CMakeFiles/patience_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..3348165f87 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/compiler_depend.make @@ -0,0 +1,271 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o: sorting/patience_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +sorting/patience_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/patience_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/patience_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..04b8b5b778 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for patience_sort. diff --git a/sorting/CMakeFiles/patience_sort.dir/depend.make b/sorting/CMakeFiles/patience_sort.dir/depend.make new file mode 100644 index 0000000000..10a8ede814 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for patience_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/patience_sort.dir/flags.make b/sorting/CMakeFiles/patience_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/patience_sort.dir/link.txt b/sorting/CMakeFiles/patience_sort.dir/link.txt new file mode 100644 index 0000000000..a349509f61 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/patience_sort.dir/patience_sort.c.o -o patience_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o b/sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o new file mode 100644 index 0000000000..d5e956ea3f Binary files /dev/null and b/sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o differ diff --git a/sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o.d b/sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o.d new file mode 100644 index 0000000000..5fceeb3c31 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o.d @@ -0,0 +1,90 @@ +sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/patience_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/patience_sort.dir/progress.make b/sorting/CMakeFiles/patience_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/patience_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/pigeonhole_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..2e7bf0d383 --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/pigeonhole_sort.c" "sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o" "gcc" "sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/build.make b/sorting/CMakeFiles/pigeonhole_sort.dir/build.make new file mode 100644 index 0000000000..8b9eb349ab --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/pigeonhole_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/pigeonhole_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/pigeonhole_sort.dir/flags.make + +sorting/CMakeFiles/pigeonhole_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/codegen + +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o: sorting/CMakeFiles/pigeonhole_sort.dir/flags.make +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o: sorting/pigeonhole_sort.c +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o: sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o -MF CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o.d -o CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o -c /Users/jesperolsen/development/C/sorting/pigeonhole_sort.c + +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/pigeonhole_sort.c > CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.i + +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/pigeonhole_sort.c -o CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.s + +# Object files for target pigeonhole_sort +pigeonhole_sort_OBJECTS = \ +"CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o" + +# External object files for target pigeonhole_sort +pigeonhole_sort_EXTERNAL_OBJECTS = + +sorting/pigeonhole_sort: sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o +sorting/pigeonhole_sort: sorting/CMakeFiles/pigeonhole_sort.dir/build.make +sorting/pigeonhole_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/pigeonhole_sort: sorting/CMakeFiles/pigeonhole_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pigeonhole_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pigeonhole_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/pigeonhole_sort.dir/build: sorting/pigeonhole_sort +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/build + +sorting/CMakeFiles/pigeonhole_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/pigeonhole_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/clean + +sorting/CMakeFiles/pigeonhole_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/pigeonhole_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/depend + diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/pigeonhole_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..eee7831231 --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o" + "CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o.d" + "pigeonhole_sort" + "pigeonhole_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/pigeonhole_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..56e5cbd15b --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o + /Users/jesperolsen/development/C/sorting/pigeonhole_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.make b/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..64bd17559f --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o: sorting/pigeonhole_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +sorting/pigeonhole_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..f4763cc3bb --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for pigeonhole_sort. diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/depend.make b/sorting/CMakeFiles/pigeonhole_sort.dir/depend.make new file mode 100644 index 0000000000..76c48adbf7 --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for pigeonhole_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/flags.make b/sorting/CMakeFiles/pigeonhole_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/link.txt b/sorting/CMakeFiles/pigeonhole_sort.dir/link.txt new file mode 100644 index 0000000000..20e8af9e76 --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o -o pigeonhole_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o b/sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o new file mode 100644 index 0000000000..a795e5dd46 Binary files /dev/null and b/sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o differ diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o.d b/sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o.d new file mode 100644 index 0000000000..08f727f4d9 --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/pigeonhole_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/pigeonhole_sort.dir/progress.make b/sorting/CMakeFiles/pigeonhole_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/pigeonhole_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/progress.marks b/sorting/CMakeFiles/progress.marks new file mode 100644 index 0000000000..98d9bcb75a --- /dev/null +++ b/sorting/CMakeFiles/progress.marks @@ -0,0 +1 @@ +17 diff --git a/sorting/CMakeFiles/quick_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/quick_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..502ddd4710 --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/quick_sort.c" "sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o" "gcc" "sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/quick_sort.dir/build.make b/sorting/CMakeFiles/quick_sort.dir/build.make new file mode 100644 index 0000000000..f92713d7ac --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/quick_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/quick_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/quick_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/quick_sort.dir/flags.make + +sorting/CMakeFiles/quick_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/quick_sort.dir/codegen + +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o: sorting/CMakeFiles/quick_sort.dir/flags.make +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o: sorting/quick_sort.c +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o: sorting/CMakeFiles/quick_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o -MF CMakeFiles/quick_sort.dir/quick_sort.c.o.d -o CMakeFiles/quick_sort.dir/quick_sort.c.o -c /Users/jesperolsen/development/C/sorting/quick_sort.c + +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/quick_sort.dir/quick_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/quick_sort.c > CMakeFiles/quick_sort.dir/quick_sort.c.i + +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/quick_sort.dir/quick_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/quick_sort.c -o CMakeFiles/quick_sort.dir/quick_sort.c.s + +# Object files for target quick_sort +quick_sort_OBJECTS = \ +"CMakeFiles/quick_sort.dir/quick_sort.c.o" + +# External object files for target quick_sort +quick_sort_EXTERNAL_OBJECTS = + +sorting/quick_sort: sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o +sorting/quick_sort: sorting/CMakeFiles/quick_sort.dir/build.make +sorting/quick_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/quick_sort: sorting/CMakeFiles/quick_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable quick_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/quick_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/quick_sort.dir/build: sorting/quick_sort +.PHONY : sorting/CMakeFiles/quick_sort.dir/build + +sorting/CMakeFiles/quick_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/quick_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/quick_sort.dir/clean + +sorting/CMakeFiles/quick_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/quick_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/quick_sort.dir/depend + diff --git a/sorting/CMakeFiles/quick_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/quick_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..4eefd74800 --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/quick_sort.dir/quick_sort.c.o" + "CMakeFiles/quick_sort.dir/quick_sort.c.o.d" + "quick_sort" + "quick_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/quick_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/quick_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/quick_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..d7e56e201a --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o + /Users/jesperolsen/development/C/sorting/quick_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/quick_sort.dir/compiler_depend.make b/sorting/CMakeFiles/quick_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..421923750e --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o: sorting/quick_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +sorting/quick_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/quick_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/quick_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..046e943232 --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for quick_sort. diff --git a/sorting/CMakeFiles/quick_sort.dir/depend.make b/sorting/CMakeFiles/quick_sort.dir/depend.make new file mode 100644 index 0000000000..3dc6c5adce --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for quick_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/quick_sort.dir/flags.make b/sorting/CMakeFiles/quick_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/quick_sort.dir/link.txt b/sorting/CMakeFiles/quick_sort.dir/link.txt new file mode 100644 index 0000000000..5f4c558467 --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/quick_sort.dir/quick_sort.c.o -o quick_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/quick_sort.dir/progress.make b/sorting/CMakeFiles/quick_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o b/sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o new file mode 100644 index 0000000000..f164ae7ee3 Binary files /dev/null and b/sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o differ diff --git a/sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o.d b/sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o.d new file mode 100644 index 0000000000..2c78798968 --- /dev/null +++ b/sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/quick_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/radix_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/radix_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..d01aac2b3d --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/radix_sort.c" "sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o" "gcc" "sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/radix_sort.dir/build.make b/sorting/CMakeFiles/radix_sort.dir/build.make new file mode 100644 index 0000000000..1aeaa1e7a7 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/radix_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/radix_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/radix_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/radix_sort.dir/flags.make + +sorting/CMakeFiles/radix_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/radix_sort.dir/codegen + +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o: sorting/CMakeFiles/radix_sort.dir/flags.make +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o: sorting/radix_sort.c +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o: sorting/CMakeFiles/radix_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o -MF CMakeFiles/radix_sort.dir/radix_sort.c.o.d -o CMakeFiles/radix_sort.dir/radix_sort.c.o -c /Users/jesperolsen/development/C/sorting/radix_sort.c + +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/radix_sort.dir/radix_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/radix_sort.c > CMakeFiles/radix_sort.dir/radix_sort.c.i + +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/radix_sort.dir/radix_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/radix_sort.c -o CMakeFiles/radix_sort.dir/radix_sort.c.s + +# Object files for target radix_sort +radix_sort_OBJECTS = \ +"CMakeFiles/radix_sort.dir/radix_sort.c.o" + +# External object files for target radix_sort +radix_sort_EXTERNAL_OBJECTS = + +sorting/radix_sort: sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o +sorting/radix_sort: sorting/CMakeFiles/radix_sort.dir/build.make +sorting/radix_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/radix_sort: sorting/CMakeFiles/radix_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable radix_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/radix_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/radix_sort.dir/build: sorting/radix_sort +.PHONY : sorting/CMakeFiles/radix_sort.dir/build + +sorting/CMakeFiles/radix_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/radix_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/radix_sort.dir/clean + +sorting/CMakeFiles/radix_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/radix_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/radix_sort.dir/depend + diff --git a/sorting/CMakeFiles/radix_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/radix_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..2270dd8233 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/radix_sort.dir/radix_sort.c.o" + "CMakeFiles/radix_sort.dir/radix_sort.c.o.d" + "radix_sort" + "radix_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/radix_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/radix_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/radix_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..bb8ef86efe --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o + /Users/jesperolsen/development/C/sorting/radix_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/sorting/CMakeFiles/radix_sort.dir/compiler_depend.make b/sorting/CMakeFiles/radix_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..b1f4b65105 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o: sorting/radix_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +sorting/radix_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: diff --git a/sorting/CMakeFiles/radix_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/radix_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..a1e2d68d6e --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for radix_sort. diff --git a/sorting/CMakeFiles/radix_sort.dir/depend.make b/sorting/CMakeFiles/radix_sort.dir/depend.make new file mode 100644 index 0000000000..acd5e86839 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for radix_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/radix_sort.dir/flags.make b/sorting/CMakeFiles/radix_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/radix_sort.dir/link.txt b/sorting/CMakeFiles/radix_sort.dir/link.txt new file mode 100644 index 0000000000..be56457e2d --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/radix_sort.dir/radix_sort.c.o -o radix_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/radix_sort.dir/progress.make b/sorting/CMakeFiles/radix_sort.dir/progress.make new file mode 100644 index 0000000000..4bf1e82225 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 80 + diff --git a/sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o b/sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o new file mode 100644 index 0000000000..6747289eba Binary files /dev/null and b/sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o differ diff --git a/sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o.d b/sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o.d new file mode 100644 index 0000000000..82b6c7a311 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o.d @@ -0,0 +1,41 @@ +sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/radix_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/sorting/CMakeFiles/radix_sort_2.dir/DependInfo.cmake b/sorting/CMakeFiles/radix_sort_2.dir/DependInfo.cmake new file mode 100644 index 0000000000..ef47d387df --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/radix_sort_2.c" "sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o" "gcc" "sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/radix_sort_2.dir/build.make b/sorting/CMakeFiles/radix_sort_2.dir/build.make new file mode 100644 index 0000000000..7516bcb8b6 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/radix_sort_2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/radix_sort_2.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/radix_sort_2.dir/flags.make + +sorting/CMakeFiles/radix_sort_2.dir/codegen: +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/codegen + +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o: sorting/CMakeFiles/radix_sort_2.dir/flags.make +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o: sorting/radix_sort_2.c +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o: sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o -MF CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o.d -o CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o -c /Users/jesperolsen/development/C/sorting/radix_sort_2.c + +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/radix_sort_2.dir/radix_sort_2.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/radix_sort_2.c > CMakeFiles/radix_sort_2.dir/radix_sort_2.c.i + +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/radix_sort_2.dir/radix_sort_2.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/radix_sort_2.c -o CMakeFiles/radix_sort_2.dir/radix_sort_2.c.s + +# Object files for target radix_sort_2 +radix_sort_2_OBJECTS = \ +"CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o" + +# External object files for target radix_sort_2 +radix_sort_2_EXTERNAL_OBJECTS = + +sorting/radix_sort_2: sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o +sorting/radix_sort_2: sorting/CMakeFiles/radix_sort_2.dir/build.make +sorting/radix_sort_2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/radix_sort_2: sorting/CMakeFiles/radix_sort_2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable radix_sort_2" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/radix_sort_2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/radix_sort_2.dir/build: sorting/radix_sort_2 +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/build + +sorting/CMakeFiles/radix_sort_2.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/radix_sort_2.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/clean + +sorting/CMakeFiles/radix_sort_2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/radix_sort_2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/depend + diff --git a/sorting/CMakeFiles/radix_sort_2.dir/cmake_clean.cmake b/sorting/CMakeFiles/radix_sort_2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..2762976c1e --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o" + "CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o.d" + "radix_sort_2" + "radix_sort_2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/radix_sort_2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.internal b/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.internal new file mode 100644 index 0000000000..f33b8d25e2 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o + /Users/jesperolsen/development/C/sorting/radix_sort_2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.make b/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.make new file mode 100644 index 0000000000..225ef66b9e --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o: sorting/radix_sort_2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +sorting/radix_sort_2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.ts b/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.ts new file mode 100644 index 0000000000..61f1320c26 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for radix_sort_2. diff --git a/sorting/CMakeFiles/radix_sort_2.dir/depend.make b/sorting/CMakeFiles/radix_sort_2.dir/depend.make new file mode 100644 index 0000000000..1519df631b --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for radix_sort_2. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/radix_sort_2.dir/flags.make b/sorting/CMakeFiles/radix_sort_2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/radix_sort_2.dir/link.txt b/sorting/CMakeFiles/radix_sort_2.dir/link.txt new file mode 100644 index 0000000000..c6aa25cd39 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o -o radix_sort_2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/radix_sort_2.dir/progress.make b/sorting/CMakeFiles/radix_sort_2.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o b/sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o new file mode 100644 index 0000000000..13ba754a01 Binary files /dev/null and b/sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o differ diff --git a/sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o.d b/sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o.d new file mode 100644 index 0000000000..89b0c8a266 --- /dev/null +++ b/sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o: \ + /Users/jesperolsen/development/C/sorting/radix_sort_2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/random_quick_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/random_quick_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..be20617160 --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/random_quick_sort.c" "sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o" "gcc" "sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/random_quick_sort.dir/build.make b/sorting/CMakeFiles/random_quick_sort.dir/build.make new file mode 100644 index 0000000000..9b3c7ba1c2 --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/random_quick_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/random_quick_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/random_quick_sort.dir/flags.make + +sorting/CMakeFiles/random_quick_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/codegen + +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o: sorting/CMakeFiles/random_quick_sort.dir/flags.make +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o: sorting/random_quick_sort.c +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o: sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o -MF CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o.d -o CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o -c /Users/jesperolsen/development/C/sorting/random_quick_sort.c + +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/random_quick_sort.dir/random_quick_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/random_quick_sort.c > CMakeFiles/random_quick_sort.dir/random_quick_sort.c.i + +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/random_quick_sort.dir/random_quick_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/random_quick_sort.c -o CMakeFiles/random_quick_sort.dir/random_quick_sort.c.s + +# Object files for target random_quick_sort +random_quick_sort_OBJECTS = \ +"CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o" + +# External object files for target random_quick_sort +random_quick_sort_EXTERNAL_OBJECTS = + +sorting/random_quick_sort: sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o +sorting/random_quick_sort: sorting/CMakeFiles/random_quick_sort.dir/build.make +sorting/random_quick_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/random_quick_sort: sorting/CMakeFiles/random_quick_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable random_quick_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/random_quick_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/random_quick_sort.dir/build: sorting/random_quick_sort +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/build + +sorting/CMakeFiles/random_quick_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/random_quick_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/clean + +sorting/CMakeFiles/random_quick_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/random_quick_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/depend + diff --git a/sorting/CMakeFiles/random_quick_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/random_quick_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..8ce8d256c5 --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o" + "CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o.d" + "random_quick_sort" + "random_quick_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/random_quick_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..a112b9692b --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o + /Users/jesperolsen/development/C/sorting/random_quick_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.make b/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..88972f32ea --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o: sorting/random_quick_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +sorting/random_quick_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: diff --git a/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..54d902f536 --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for random_quick_sort. diff --git a/sorting/CMakeFiles/random_quick_sort.dir/depend.make b/sorting/CMakeFiles/random_quick_sort.dir/depend.make new file mode 100644 index 0000000000..1b40796fc7 --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for random_quick_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/random_quick_sort.dir/flags.make b/sorting/CMakeFiles/random_quick_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/random_quick_sort.dir/link.txt b/sorting/CMakeFiles/random_quick_sort.dir/link.txt new file mode 100644 index 0000000000..8d75ada1b0 --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o -o random_quick_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/random_quick_sort.dir/progress.make b/sorting/CMakeFiles/random_quick_sort.dir/progress.make new file mode 100644 index 0000000000..48151de124 --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 81 + diff --git a/sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o b/sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o new file mode 100644 index 0000000000..7da273ac89 Binary files /dev/null and b/sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o differ diff --git a/sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o.d b/sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o.d new file mode 100644 index 0000000000..bc3ead75bb --- /dev/null +++ b/sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o.d @@ -0,0 +1,92 @@ +sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/random_quick_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/selection_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/selection_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..665c954900 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/selection_sort.c" "sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o" "gcc" "sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/selection_sort.dir/build.make b/sorting/CMakeFiles/selection_sort.dir/build.make new file mode 100644 index 0000000000..727995356f --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/selection_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/selection_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/selection_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/selection_sort.dir/flags.make + +sorting/CMakeFiles/selection_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/selection_sort.dir/codegen + +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o: sorting/CMakeFiles/selection_sort.dir/flags.make +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o: sorting/selection_sort.c +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o: sorting/CMakeFiles/selection_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o -MF CMakeFiles/selection_sort.dir/selection_sort.c.o.d -o CMakeFiles/selection_sort.dir/selection_sort.c.o -c /Users/jesperolsen/development/C/sorting/selection_sort.c + +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/selection_sort.dir/selection_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/selection_sort.c > CMakeFiles/selection_sort.dir/selection_sort.c.i + +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/selection_sort.dir/selection_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/selection_sort.c -o CMakeFiles/selection_sort.dir/selection_sort.c.s + +# Object files for target selection_sort +selection_sort_OBJECTS = \ +"CMakeFiles/selection_sort.dir/selection_sort.c.o" + +# External object files for target selection_sort +selection_sort_EXTERNAL_OBJECTS = + +sorting/selection_sort: sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o +sorting/selection_sort: sorting/CMakeFiles/selection_sort.dir/build.make +sorting/selection_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/selection_sort: sorting/CMakeFiles/selection_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable selection_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/selection_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/selection_sort.dir/build: sorting/selection_sort +.PHONY : sorting/CMakeFiles/selection_sort.dir/build + +sorting/CMakeFiles/selection_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/selection_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/selection_sort.dir/clean + +sorting/CMakeFiles/selection_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/selection_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/selection_sort.dir/depend + diff --git a/sorting/CMakeFiles/selection_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/selection_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6173370848 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/selection_sort.dir/selection_sort.c.o" + "CMakeFiles/selection_sort.dir/selection_sort.c.o.d" + "selection_sort" + "selection_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/selection_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/selection_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/selection_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..78e8ce7c91 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/compiler_depend.internal @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o + /Users/jesperolsen/development/C/sorting/selection_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/selection_sort.dir/compiler_depend.make b/sorting/CMakeFiles/selection_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..d21bf5cb7c --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/compiler_depend.make @@ -0,0 +1,286 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o: sorting/selection_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +sorting/selection_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/selection_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/selection_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..b0ac955127 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for selection_sort. diff --git a/sorting/CMakeFiles/selection_sort.dir/depend.make b/sorting/CMakeFiles/selection_sort.dir/depend.make new file mode 100644 index 0000000000..da7290d9d3 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for selection_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/selection_sort.dir/flags.make b/sorting/CMakeFiles/selection_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/selection_sort.dir/link.txt b/sorting/CMakeFiles/selection_sort.dir/link.txt new file mode 100644 index 0000000000..4f8b7fa959 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/selection_sort.dir/selection_sort.c.o -o selection_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/selection_sort.dir/progress.make b/sorting/CMakeFiles/selection_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o b/sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o new file mode 100644 index 0000000000..62c84ec4c9 Binary files /dev/null and b/sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o differ diff --git a/sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o.d b/sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o.d new file mode 100644 index 0000000000..65b2344672 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o.d @@ -0,0 +1,95 @@ +sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/selection_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/DependInfo.cmake b/sorting/CMakeFiles/selection_sort_recursive.dir/DependInfo.cmake new file mode 100644 index 0000000000..cf3006aacd --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/selection_sort_recursive.c" "sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o" "gcc" "sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/build.make b/sorting/CMakeFiles/selection_sort_recursive.dir/build.make new file mode 100644 index 0000000000..6970c9c8c0 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/selection_sort_recursive.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/selection_sort_recursive.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/selection_sort_recursive.dir/flags.make + +sorting/CMakeFiles/selection_sort_recursive.dir/codegen: +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/codegen + +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o: sorting/CMakeFiles/selection_sort_recursive.dir/flags.make +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o: sorting/selection_sort_recursive.c +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o: sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o -MF CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o.d -o CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o -c /Users/jesperolsen/development/C/sorting/selection_sort_recursive.c + +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/selection_sort_recursive.c > CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.i + +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/selection_sort_recursive.c -o CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.s + +# Object files for target selection_sort_recursive +selection_sort_recursive_OBJECTS = \ +"CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o" + +# External object files for target selection_sort_recursive +selection_sort_recursive_EXTERNAL_OBJECTS = + +sorting/selection_sort_recursive: sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o +sorting/selection_sort_recursive: sorting/CMakeFiles/selection_sort_recursive.dir/build.make +sorting/selection_sort_recursive: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/selection_sort_recursive: sorting/CMakeFiles/selection_sort_recursive.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable selection_sort_recursive" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/selection_sort_recursive.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/selection_sort_recursive.dir/build: sorting/selection_sort_recursive +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/build + +sorting/CMakeFiles/selection_sort_recursive.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/selection_sort_recursive.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/clean + +sorting/CMakeFiles/selection_sort_recursive.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/selection_sort_recursive.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/depend + diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/cmake_clean.cmake b/sorting/CMakeFiles/selection_sort_recursive.dir/cmake_clean.cmake new file mode 100644 index 0000000000..f476780989 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o" + "CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o.d" + "selection_sort_recursive" + "selection_sort_recursive.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/selection_sort_recursive.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.internal b/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.internal new file mode 100644 index 0000000000..f2aa814630 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.internal @@ -0,0 +1,102 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o + /Users/jesperolsen/development/C/sorting/selection_sort_recursive.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.make b/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.make new file mode 100644 index 0000000000..b97aa9ca52 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.make @@ -0,0 +1,295 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o: sorting/selection_sort_recursive.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +sorting/selection_sort_recursive.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.ts b/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.ts new file mode 100644 index 0000000000..cd4f8f5d5f --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for selection_sort_recursive. diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/depend.make b/sorting/CMakeFiles/selection_sort_recursive.dir/depend.make new file mode 100644 index 0000000000..96886fbfe9 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for selection_sort_recursive. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/flags.make b/sorting/CMakeFiles/selection_sort_recursive.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/link.txt b/sorting/CMakeFiles/selection_sort_recursive.dir/link.txt new file mode 100644 index 0000000000..498fab4d2d --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o -o selection_sort_recursive /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/progress.make b/sorting/CMakeFiles/selection_sort_recursive.dir/progress.make new file mode 100644 index 0000000000..f87199e36d --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 86 +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o b/sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o new file mode 100644 index 0000000000..4cd7fdac62 Binary files /dev/null and b/sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o differ diff --git a/sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o.d b/sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o.d new file mode 100644 index 0000000000..875ab4f477 --- /dev/null +++ b/sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o.d @@ -0,0 +1,98 @@ +sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o: \ + /Users/jesperolsen/development/C/sorting/selection_sort_recursive.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_static_assert.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/inttypes.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_inttypes.h diff --git a/sorting/CMakeFiles/shaker_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/shaker_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..810e057d09 --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/shaker_sort.c" "sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o" "gcc" "sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/shaker_sort.dir/build.make b/sorting/CMakeFiles/shaker_sort.dir/build.make new file mode 100644 index 0000000000..de3113228c --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/shaker_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/shaker_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/shaker_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/shaker_sort.dir/flags.make + +sorting/CMakeFiles/shaker_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/shaker_sort.dir/codegen + +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o: sorting/CMakeFiles/shaker_sort.dir/flags.make +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o: sorting/shaker_sort.c +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o: sorting/CMakeFiles/shaker_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o -MF CMakeFiles/shaker_sort.dir/shaker_sort.c.o.d -o CMakeFiles/shaker_sort.dir/shaker_sort.c.o -c /Users/jesperolsen/development/C/sorting/shaker_sort.c + +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/shaker_sort.dir/shaker_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/shaker_sort.c > CMakeFiles/shaker_sort.dir/shaker_sort.c.i + +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/shaker_sort.dir/shaker_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/shaker_sort.c -o CMakeFiles/shaker_sort.dir/shaker_sort.c.s + +# Object files for target shaker_sort +shaker_sort_OBJECTS = \ +"CMakeFiles/shaker_sort.dir/shaker_sort.c.o" + +# External object files for target shaker_sort +shaker_sort_EXTERNAL_OBJECTS = + +sorting/shaker_sort: sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o +sorting/shaker_sort: sorting/CMakeFiles/shaker_sort.dir/build.make +sorting/shaker_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/shaker_sort: sorting/CMakeFiles/shaker_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable shaker_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/shaker_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/shaker_sort.dir/build: sorting/shaker_sort +.PHONY : sorting/CMakeFiles/shaker_sort.dir/build + +sorting/CMakeFiles/shaker_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/shaker_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/shaker_sort.dir/clean + +sorting/CMakeFiles/shaker_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/shaker_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/shaker_sort.dir/depend + diff --git a/sorting/CMakeFiles/shaker_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/shaker_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..2edaa3a032 --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/shaker_sort.dir/shaker_sort.c.o" + "CMakeFiles/shaker_sort.dir/shaker_sort.c.o.d" + "shaker_sort" + "shaker_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/shaker_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..14af48d04f --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.internal @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o + /Users/jesperolsen/development/C/sorting/shaker_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + diff --git a/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.make b/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..26c5c1eaf6 --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.make @@ -0,0 +1,262 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o: sorting/shaker_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +sorting/shaker_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: diff --git a/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..0fe31b3bb8 --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for shaker_sort. diff --git a/sorting/CMakeFiles/shaker_sort.dir/depend.make b/sorting/CMakeFiles/shaker_sort.dir/depend.make new file mode 100644 index 0000000000..fde0f69815 --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for shaker_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/shaker_sort.dir/flags.make b/sorting/CMakeFiles/shaker_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/shaker_sort.dir/link.txt b/sorting/CMakeFiles/shaker_sort.dir/link.txt new file mode 100644 index 0000000000..2c6d130a73 --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/shaker_sort.dir/shaker_sort.c.o -o shaker_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/shaker_sort.dir/progress.make b/sorting/CMakeFiles/shaker_sort.dir/progress.make new file mode 100644 index 0000000000..3890e59043 --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 88 + diff --git a/sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o b/sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o new file mode 100644 index 0000000000..8bdafbdd86 Binary files /dev/null and b/sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o differ diff --git a/sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o.d b/sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o.d new file mode 100644 index 0000000000..0e76a877ff --- /dev/null +++ b/sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o.d @@ -0,0 +1,87 @@ +sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/shaker_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h diff --git a/sorting/CMakeFiles/shell_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/shell_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..6d21d9b717 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/shell_sort.c" "sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o" "gcc" "sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/shell_sort.dir/build.make b/sorting/CMakeFiles/shell_sort.dir/build.make new file mode 100644 index 0000000000..a401146ff7 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/shell_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/shell_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/shell_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/shell_sort.dir/flags.make + +sorting/CMakeFiles/shell_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/shell_sort.dir/codegen + +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o: sorting/CMakeFiles/shell_sort.dir/flags.make +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o: sorting/shell_sort.c +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o: sorting/CMakeFiles/shell_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o -MF CMakeFiles/shell_sort.dir/shell_sort.c.o.d -o CMakeFiles/shell_sort.dir/shell_sort.c.o -c /Users/jesperolsen/development/C/sorting/shell_sort.c + +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/shell_sort.dir/shell_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/shell_sort.c > CMakeFiles/shell_sort.dir/shell_sort.c.i + +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/shell_sort.dir/shell_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/shell_sort.c -o CMakeFiles/shell_sort.dir/shell_sort.c.s + +# Object files for target shell_sort +shell_sort_OBJECTS = \ +"CMakeFiles/shell_sort.dir/shell_sort.c.o" + +# External object files for target shell_sort +shell_sort_EXTERNAL_OBJECTS = + +sorting/shell_sort: sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o +sorting/shell_sort: sorting/CMakeFiles/shell_sort.dir/build.make +sorting/shell_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/shell_sort: sorting/CMakeFiles/shell_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable shell_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/shell_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/shell_sort.dir/build: sorting/shell_sort +.PHONY : sorting/CMakeFiles/shell_sort.dir/build + +sorting/CMakeFiles/shell_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/shell_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/shell_sort.dir/clean + +sorting/CMakeFiles/shell_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/shell_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/shell_sort.dir/depend + diff --git a/sorting/CMakeFiles/shell_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/shell_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..6a5bacf919 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/shell_sort.dir/shell_sort.c.o" + "CMakeFiles/shell_sort.dir/shell_sort.c.o.d" + "shell_sort" + "shell_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/shell_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/shell_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/shell_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..a6107b1f87 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o + /Users/jesperolsen/development/C/sorting/shell_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/shell_sort.dir/compiler_depend.make b/sorting/CMakeFiles/shell_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..2d9c2f1b38 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o: sorting/shell_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +sorting/shell_sort.c: diff --git a/sorting/CMakeFiles/shell_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/shell_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..9f2560e19d --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for shell_sort. diff --git a/sorting/CMakeFiles/shell_sort.dir/depend.make b/sorting/CMakeFiles/shell_sort.dir/depend.make new file mode 100644 index 0000000000..3f41cb734e --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for shell_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/shell_sort.dir/flags.make b/sorting/CMakeFiles/shell_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/shell_sort.dir/link.txt b/sorting/CMakeFiles/shell_sort.dir/link.txt new file mode 100644 index 0000000000..cdd26d0dd2 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/shell_sort.dir/shell_sort.c.o -o shell_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/shell_sort.dir/progress.make b/sorting/CMakeFiles/shell_sort.dir/progress.make new file mode 100644 index 0000000000..6c287f17b2 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o b/sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o new file mode 100644 index 0000000000..96031024f8 Binary files /dev/null and b/sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o differ diff --git a/sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o.d b/sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o.d new file mode 100644 index 0000000000..fca08fa894 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o.d @@ -0,0 +1,92 @@ +sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/shell_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/shell_sort2.dir/DependInfo.cmake b/sorting/CMakeFiles/shell_sort2.dir/DependInfo.cmake new file mode 100644 index 0000000000..fe35d905ac --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/shell_sort2.c" "sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o" "gcc" "sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/shell_sort2.dir/build.make b/sorting/CMakeFiles/shell_sort2.dir/build.make new file mode 100644 index 0000000000..0240057831 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/shell_sort2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/shell_sort2.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/shell_sort2.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/shell_sort2.dir/flags.make + +sorting/CMakeFiles/shell_sort2.dir/codegen: +.PHONY : sorting/CMakeFiles/shell_sort2.dir/codegen + +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o: sorting/CMakeFiles/shell_sort2.dir/flags.make +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o: sorting/shell_sort2.c +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o: sorting/CMakeFiles/shell_sort2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o -MF CMakeFiles/shell_sort2.dir/shell_sort2.c.o.d -o CMakeFiles/shell_sort2.dir/shell_sort2.c.o -c /Users/jesperolsen/development/C/sorting/shell_sort2.c + +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/shell_sort2.dir/shell_sort2.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/shell_sort2.c > CMakeFiles/shell_sort2.dir/shell_sort2.c.i + +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/shell_sort2.dir/shell_sort2.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/shell_sort2.c -o CMakeFiles/shell_sort2.dir/shell_sort2.c.s + +# Object files for target shell_sort2 +shell_sort2_OBJECTS = \ +"CMakeFiles/shell_sort2.dir/shell_sort2.c.o" + +# External object files for target shell_sort2 +shell_sort2_EXTERNAL_OBJECTS = + +sorting/shell_sort2: sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o +sorting/shell_sort2: sorting/CMakeFiles/shell_sort2.dir/build.make +sorting/shell_sort2: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/shell_sort2: sorting/CMakeFiles/shell_sort2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable shell_sort2" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/shell_sort2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/shell_sort2.dir/build: sorting/shell_sort2 +.PHONY : sorting/CMakeFiles/shell_sort2.dir/build + +sorting/CMakeFiles/shell_sort2.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/shell_sort2.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/shell_sort2.dir/clean + +sorting/CMakeFiles/shell_sort2.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/shell_sort2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/shell_sort2.dir/depend + diff --git a/sorting/CMakeFiles/shell_sort2.dir/cmake_clean.cmake b/sorting/CMakeFiles/shell_sort2.dir/cmake_clean.cmake new file mode 100644 index 0000000000..d6ec034fc1 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/shell_sort2.dir/shell_sort2.c.o" + "CMakeFiles/shell_sort2.dir/shell_sort2.c.o.d" + "shell_sort2" + "shell_sort2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/shell_sort2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.internal b/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.internal new file mode 100644 index 0000000000..7e88fa78b5 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.internal @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o + /Users/jesperolsen/development/C/sorting/shell_sort2.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + diff --git a/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.make b/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.make new file mode 100644 index 0000000000..f2736542cb --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.make @@ -0,0 +1,277 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o: sorting/shell_sort2.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h: + +sorting/shell_sort2.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: diff --git a/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.ts b/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.ts new file mode 100644 index 0000000000..93a61cbc3c --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for shell_sort2. diff --git a/sorting/CMakeFiles/shell_sort2.dir/depend.make b/sorting/CMakeFiles/shell_sort2.dir/depend.make new file mode 100644 index 0000000000..10bdc88607 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for shell_sort2. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/shell_sort2.dir/flags.make b/sorting/CMakeFiles/shell_sort2.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/shell_sort2.dir/link.txt b/sorting/CMakeFiles/shell_sort2.dir/link.txt new file mode 100644 index 0000000000..7a36dc9792 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/shell_sort2.dir/shell_sort2.c.o -o shell_sort2 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/shell_sort2.dir/progress.make b/sorting/CMakeFiles/shell_sort2.dir/progress.make new file mode 100644 index 0000000000..a6704b1388 --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 89 + diff --git a/sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o b/sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o new file mode 100644 index 0000000000..b1f12784f5 Binary files /dev/null and b/sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o differ diff --git a/sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o.d b/sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o.d new file mode 100644 index 0000000000..dda50980eb --- /dev/null +++ b/sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o.d @@ -0,0 +1,92 @@ +sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o: \ + /Users/jesperolsen/development/C/sorting/shell_sort2.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/appleapiopts.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/signal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_mcontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/arm/_structs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/__endian.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/arm/_OSByteOrder.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_abort.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_time.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h diff --git a/sorting/CMakeFiles/stooge_sort.dir/DependInfo.cmake b/sorting/CMakeFiles/stooge_sort.dir/DependInfo.cmake new file mode 100644 index 0000000000..693e72930c --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# 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/jesperolsen/development/C/sorting/stooge_sort.c" "sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o" "gcc" "sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/sorting/CMakeFiles/stooge_sort.dir/build.make b/sorting/CMakeFiles/stooge_sort.dir/build.make new file mode 100644 index 0000000000..16d3dcc19b --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +# Include any dependencies generated for this target. +include sorting/CMakeFiles/stooge_sort.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include sorting/CMakeFiles/stooge_sort.dir/compiler_depend.make + +# Include the progress variables for this target. +include sorting/CMakeFiles/stooge_sort.dir/progress.make + +# Include the compile flags for this target's objects. +include sorting/CMakeFiles/stooge_sort.dir/flags.make + +sorting/CMakeFiles/stooge_sort.dir/codegen: +.PHONY : sorting/CMakeFiles/stooge_sort.dir/codegen + +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o: sorting/CMakeFiles/stooge_sort.dir/flags.make +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o: sorting/stooge_sort.c +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o: sorting/CMakeFiles/stooge_sort.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o -MF CMakeFiles/stooge_sort.dir/stooge_sort.c.o.d -o CMakeFiles/stooge_sort.dir/stooge_sort.c.o -c /Users/jesperolsen/development/C/sorting/stooge_sort.c + +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/stooge_sort.dir/stooge_sort.c.i" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/jesperolsen/development/C/sorting/stooge_sort.c > CMakeFiles/stooge_sort.dir/stooge_sort.c.i + +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/stooge_sort.dir/stooge_sort.c.s" + cd /Users/jesperolsen/development/C/sorting && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/jesperolsen/development/C/sorting/stooge_sort.c -o CMakeFiles/stooge_sort.dir/stooge_sort.c.s + +# Object files for target stooge_sort +stooge_sort_OBJECTS = \ +"CMakeFiles/stooge_sort.dir/stooge_sort.c.o" + +# External object files for target stooge_sort +stooge_sort_EXTERNAL_OBJECTS = + +sorting/stooge_sort: sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o +sorting/stooge_sort: sorting/CMakeFiles/stooge_sort.dir/build.make +sorting/stooge_sort: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd +sorting/stooge_sort: sorting/CMakeFiles/stooge_sort.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/jesperolsen/development/C/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable stooge_sort" + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stooge_sort.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +sorting/CMakeFiles/stooge_sort.dir/build: sorting/stooge_sort +.PHONY : sorting/CMakeFiles/stooge_sort.dir/build + +sorting/CMakeFiles/stooge_sort.dir/clean: + cd /Users/jesperolsen/development/C/sorting && $(CMAKE_COMMAND) -P CMakeFiles/stooge_sort.dir/cmake_clean.cmake +.PHONY : sorting/CMakeFiles/stooge_sort.dir/clean + +sorting/CMakeFiles/stooge_sort.dir/depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C /Users/jesperolsen/development/C/sorting /Users/jesperolsen/development/C/sorting/CMakeFiles/stooge_sort.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : sorting/CMakeFiles/stooge_sort.dir/depend + diff --git a/sorting/CMakeFiles/stooge_sort.dir/cmake_clean.cmake b/sorting/CMakeFiles/stooge_sort.dir/cmake_clean.cmake new file mode 100644 index 0000000000..b2009b2693 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/stooge_sort.dir/stooge_sort.c.o" + "CMakeFiles/stooge_sort.dir/stooge_sort.c.o.d" + "stooge_sort" + "stooge_sort.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/stooge_sort.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.internal b/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.internal new file mode 100644 index 0000000000..5f1b3460d2 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.internal @@ -0,0 +1,45 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o + /Users/jesperolsen/development/C/sorting/stooge_sort.c + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + diff --git a/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.make b/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.make new file mode 100644 index 0000000000..59b09913f0 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.make @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o: sorting/stooge_sort.c \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h + + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h: + +/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h: + +sorting/stooge_sort.c: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h: + +/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h: diff --git a/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.ts b/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.ts new file mode 100644 index 0000000000..379a65b737 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for stooge_sort. diff --git a/sorting/CMakeFiles/stooge_sort.dir/depend.make b/sorting/CMakeFiles/stooge_sort.dir/depend.make new file mode 100644 index 0000000000..3f5fad9673 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for stooge_sort. +# This may be replaced when dependencies are built. diff --git a/sorting/CMakeFiles/stooge_sort.dir/flags.make b/sorting/CMakeFiles/stooge_sort.dir/flags.make new file mode 100644 index 0000000000..29d42ccffd --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGSarm64 = -std=gnu11 -arch arm64 + +C_FLAGS = -std=gnu11 -arch arm64 + diff --git a/sorting/CMakeFiles/stooge_sort.dir/link.txt b/sorting/CMakeFiles/stooge_sort.dir/link.txt new file mode 100644 index 0000000000..244b953103 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -arch arm64 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/stooge_sort.dir/stooge_sort.c.o -o stooge_sort /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libm.tbd diff --git a/sorting/CMakeFiles/stooge_sort.dir/progress.make b/sorting/CMakeFiles/stooge_sort.dir/progress.make new file mode 100644 index 0000000000..7ce86b0065 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 91 + diff --git a/sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o b/sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o new file mode 100644 index 0000000000..f836976251 Binary files /dev/null and b/sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o differ diff --git a/sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o.d b/sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o.d new file mode 100644 index 0000000000..cea23a6658 --- /dev/null +++ b/sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o.d @@ -0,0 +1,41 @@ +sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o: \ + /Users/jesperolsen/development/C/sorting/stooge_sort.c \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_bounds.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_symbol_aliasing.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_posix_availability.h \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/ptrcheck.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/Availability.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/arm/types.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_null.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_printf.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_seek_set.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h \ + /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_common.h diff --git a/sorting/Makefile b/sorting/Makefile new file mode 100644 index 0000000000..21f799dc5d --- /dev/null +++ b/sorting/Makefile @@ -0,0 +1,1639 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# 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/bin/cmake + +# The command to remove a file. +RM = /opt/homebrew/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/jesperolsen/development/C + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/jesperolsen/development/C + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /Users/jesperolsen/development/C && /opt/homebrew/bin/cpack --config ./CPackSourceConfig.cmake /Users/jesperolsen/development/C/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/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/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 + +# 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/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 list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /opt/homebrew/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles /Users/jesperolsen/development/C/sorting//CMakeFiles/progress.marks + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/jesperolsen/development/C/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +sorting/CMakeFiles/bead_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bead_sort.dir/rule +.PHONY : sorting/CMakeFiles/bead_sort.dir/rule + +# Convenience name for target. +bead_sort: sorting/CMakeFiles/bead_sort.dir/rule +.PHONY : bead_sort + +# fast build rule for target. +bead_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/build +.PHONY : bead_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/binary_insertion_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/binary_insertion_sort.dir/rule +.PHONY : sorting/CMakeFiles/binary_insertion_sort.dir/rule + +# Convenience name for target. +binary_insertion_sort: sorting/CMakeFiles/binary_insertion_sort.dir/rule +.PHONY : binary_insertion_sort + +# fast build rule for target. +binary_insertion_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/build +.PHONY : binary_insertion_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/bogo_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bogo_sort.dir/rule +.PHONY : sorting/CMakeFiles/bogo_sort.dir/rule + +# Convenience name for target. +bogo_sort: sorting/CMakeFiles/bogo_sort.dir/rule +.PHONY : bogo_sort + +# fast build rule for target. +bogo_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/build +.PHONY : bogo_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/bubble_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bubble_sort.dir/rule +.PHONY : sorting/CMakeFiles/bubble_sort.dir/rule + +# Convenience name for target. +bubble_sort: sorting/CMakeFiles/bubble_sort.dir/rule +.PHONY : bubble_sort + +# fast build rule for target. +bubble_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/build +.PHONY : bubble_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/bubble_sort_2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bubble_sort_2.dir/rule +.PHONY : sorting/CMakeFiles/bubble_sort_2.dir/rule + +# Convenience name for target. +bubble_sort_2: sorting/CMakeFiles/bubble_sort_2.dir/rule +.PHONY : bubble_sort_2 + +# fast build rule for target. +bubble_sort_2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/build +.PHONY : bubble_sort_2/fast + +# Convenience name for target. +sorting/CMakeFiles/bubble_sort_recursion.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bubble_sort_recursion.dir/rule +.PHONY : sorting/CMakeFiles/bubble_sort_recursion.dir/rule + +# Convenience name for target. +bubble_sort_recursion: sorting/CMakeFiles/bubble_sort_recursion.dir/rule +.PHONY : bubble_sort_recursion + +# fast build rule for target. +bubble_sort_recursion/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/build +.PHONY : bubble_sort_recursion/fast + +# Convenience name for target. +sorting/CMakeFiles/bucket_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/bucket_sort.dir/rule +.PHONY : sorting/CMakeFiles/bucket_sort.dir/rule + +# Convenience name for target. +bucket_sort: sorting/CMakeFiles/bucket_sort.dir/rule +.PHONY : bucket_sort + +# fast build rule for target. +bucket_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/build +.PHONY : bucket_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/cocktail_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/cocktail_sort.dir/rule +.PHONY : sorting/CMakeFiles/cocktail_sort.dir/rule + +# Convenience name for target. +cocktail_sort: sorting/CMakeFiles/cocktail_sort.dir/rule +.PHONY : cocktail_sort + +# fast build rule for target. +cocktail_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/build +.PHONY : cocktail_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/comb_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/comb_sort.dir/rule +.PHONY : sorting/CMakeFiles/comb_sort.dir/rule + +# Convenience name for target. +comb_sort: sorting/CMakeFiles/comb_sort.dir/rule +.PHONY : comb_sort + +# fast build rule for target. +comb_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/build +.PHONY : comb_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/counting_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/counting_sort.dir/rule +.PHONY : sorting/CMakeFiles/counting_sort.dir/rule + +# Convenience name for target. +counting_sort: sorting/CMakeFiles/counting_sort.dir/rule +.PHONY : counting_sort + +# fast build rule for target. +counting_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/build +.PHONY : counting_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/cycle_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/cycle_sort.dir/rule +.PHONY : sorting/CMakeFiles/cycle_sort.dir/rule + +# Convenience name for target. +cycle_sort: sorting/CMakeFiles/cycle_sort.dir/rule +.PHONY : cycle_sort + +# fast build rule for target. +cycle_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/build +.PHONY : cycle_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/gnome_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/gnome_sort.dir/rule +.PHONY : sorting/CMakeFiles/gnome_sort.dir/rule + +# Convenience name for target. +gnome_sort: sorting/CMakeFiles/gnome_sort.dir/rule +.PHONY : gnome_sort + +# fast build rule for target. +gnome_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/build +.PHONY : gnome_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/heap_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/heap_sort.dir/rule +.PHONY : sorting/CMakeFiles/heap_sort.dir/rule + +# Convenience name for target. +heap_sort: sorting/CMakeFiles/heap_sort.dir/rule +.PHONY : heap_sort + +# fast build rule for target. +heap_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/build +.PHONY : heap_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/heap_sort_2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/heap_sort_2.dir/rule +.PHONY : sorting/CMakeFiles/heap_sort_2.dir/rule + +# Convenience name for target. +heap_sort_2: sorting/CMakeFiles/heap_sort_2.dir/rule +.PHONY : heap_sort_2 + +# fast build rule for target. +heap_sort_2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/build +.PHONY : heap_sort_2/fast + +# Convenience name for target. +sorting/CMakeFiles/insertion_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/insertion_sort.dir/rule +.PHONY : sorting/CMakeFiles/insertion_sort.dir/rule + +# Convenience name for target. +insertion_sort: sorting/CMakeFiles/insertion_sort.dir/rule +.PHONY : insertion_sort + +# fast build rule for target. +insertion_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/build +.PHONY : insertion_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/insertion_sort_recursive.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/insertion_sort_recursive.dir/rule +.PHONY : sorting/CMakeFiles/insertion_sort_recursive.dir/rule + +# Convenience name for target. +insertion_sort_recursive: sorting/CMakeFiles/insertion_sort_recursive.dir/rule +.PHONY : insertion_sort_recursive + +# fast build rule for target. +insertion_sort_recursive/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/build +.PHONY : insertion_sort_recursive/fast + +# Convenience name for target. +sorting/CMakeFiles/merge_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/merge_sort.dir/rule +.PHONY : sorting/CMakeFiles/merge_sort.dir/rule + +# Convenience name for target. +merge_sort: sorting/CMakeFiles/merge_sort.dir/rule +.PHONY : merge_sort + +# fast build rule for target. +merge_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/build +.PHONY : merge_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/merge_sort_nr.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/merge_sort_nr.dir/rule +.PHONY : sorting/CMakeFiles/merge_sort_nr.dir/rule + +# Convenience name for target. +merge_sort_nr: sorting/CMakeFiles/merge_sort_nr.dir/rule +.PHONY : merge_sort_nr + +# fast build rule for target. +merge_sort_nr/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/build +.PHONY : merge_sort_nr/fast + +# Convenience name for target. +sorting/CMakeFiles/multikey_quick_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/multikey_quick_sort.dir/rule +.PHONY : sorting/CMakeFiles/multikey_quick_sort.dir/rule + +# Convenience name for target. +multikey_quick_sort: sorting/CMakeFiles/multikey_quick_sort.dir/rule +.PHONY : multikey_quick_sort + +# fast build rule for target. +multikey_quick_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/build +.PHONY : multikey_quick_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/odd_even_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/odd_even_sort.dir/rule +.PHONY : sorting/CMakeFiles/odd_even_sort.dir/rule + +# Convenience name for target. +odd_even_sort: sorting/CMakeFiles/odd_even_sort.dir/rule +.PHONY : odd_even_sort + +# fast build rule for target. +odd_even_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/build +.PHONY : odd_even_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/pancake_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/pancake_sort.dir/rule +.PHONY : sorting/CMakeFiles/pancake_sort.dir/rule + +# Convenience name for target. +pancake_sort: sorting/CMakeFiles/pancake_sort.dir/rule +.PHONY : pancake_sort + +# fast build rule for target. +pancake_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/build +.PHONY : pancake_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/partition_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/partition_sort.dir/rule +.PHONY : sorting/CMakeFiles/partition_sort.dir/rule + +# Convenience name for target. +partition_sort: sorting/CMakeFiles/partition_sort.dir/rule +.PHONY : partition_sort + +# fast build rule for target. +partition_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/build +.PHONY : partition_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/patience_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/patience_sort.dir/rule +.PHONY : sorting/CMakeFiles/patience_sort.dir/rule + +# Convenience name for target. +patience_sort: sorting/CMakeFiles/patience_sort.dir/rule +.PHONY : patience_sort + +# fast build rule for target. +patience_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/build +.PHONY : patience_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/pigeonhole_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/pigeonhole_sort.dir/rule +.PHONY : sorting/CMakeFiles/pigeonhole_sort.dir/rule + +# Convenience name for target. +pigeonhole_sort: sorting/CMakeFiles/pigeonhole_sort.dir/rule +.PHONY : pigeonhole_sort + +# fast build rule for target. +pigeonhole_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/build +.PHONY : pigeonhole_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/quick_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/quick_sort.dir/rule +.PHONY : sorting/CMakeFiles/quick_sort.dir/rule + +# Convenience name for target. +quick_sort: sorting/CMakeFiles/quick_sort.dir/rule +.PHONY : quick_sort + +# fast build rule for target. +quick_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/build +.PHONY : quick_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/radix_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/radix_sort.dir/rule +.PHONY : sorting/CMakeFiles/radix_sort.dir/rule + +# Convenience name for target. +radix_sort: sorting/CMakeFiles/radix_sort.dir/rule +.PHONY : radix_sort + +# fast build rule for target. +radix_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/build +.PHONY : radix_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/radix_sort_2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/radix_sort_2.dir/rule +.PHONY : sorting/CMakeFiles/radix_sort_2.dir/rule + +# Convenience name for target. +radix_sort_2: sorting/CMakeFiles/radix_sort_2.dir/rule +.PHONY : radix_sort_2 + +# fast build rule for target. +radix_sort_2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/build +.PHONY : radix_sort_2/fast + +# Convenience name for target. +sorting/CMakeFiles/random_quick_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/random_quick_sort.dir/rule +.PHONY : sorting/CMakeFiles/random_quick_sort.dir/rule + +# Convenience name for target. +random_quick_sort: sorting/CMakeFiles/random_quick_sort.dir/rule +.PHONY : random_quick_sort + +# fast build rule for target. +random_quick_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/build +.PHONY : random_quick_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/selection_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/selection_sort.dir/rule +.PHONY : sorting/CMakeFiles/selection_sort.dir/rule + +# Convenience name for target. +selection_sort: sorting/CMakeFiles/selection_sort.dir/rule +.PHONY : selection_sort + +# fast build rule for target. +selection_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/build +.PHONY : selection_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/selection_sort_recursive.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/selection_sort_recursive.dir/rule +.PHONY : sorting/CMakeFiles/selection_sort_recursive.dir/rule + +# Convenience name for target. +selection_sort_recursive: sorting/CMakeFiles/selection_sort_recursive.dir/rule +.PHONY : selection_sort_recursive + +# fast build rule for target. +selection_sort_recursive/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/build +.PHONY : selection_sort_recursive/fast + +# Convenience name for target. +sorting/CMakeFiles/shaker_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/shaker_sort.dir/rule +.PHONY : sorting/CMakeFiles/shaker_sort.dir/rule + +# Convenience name for target. +shaker_sort: sorting/CMakeFiles/shaker_sort.dir/rule +.PHONY : shaker_sort + +# fast build rule for target. +shaker_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/build +.PHONY : shaker_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/shell_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/shell_sort.dir/rule +.PHONY : sorting/CMakeFiles/shell_sort.dir/rule + +# Convenience name for target. +shell_sort: sorting/CMakeFiles/shell_sort.dir/rule +.PHONY : shell_sort + +# fast build rule for target. +shell_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/build +.PHONY : shell_sort/fast + +# Convenience name for target. +sorting/CMakeFiles/shell_sort2.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/shell_sort2.dir/rule +.PHONY : sorting/CMakeFiles/shell_sort2.dir/rule + +# Convenience name for target. +shell_sort2: sorting/CMakeFiles/shell_sort2.dir/rule +.PHONY : shell_sort2 + +# fast build rule for target. +shell_sort2/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/build +.PHONY : shell_sort2/fast + +# Convenience name for target. +sorting/CMakeFiles/stooge_sort.dir/rule: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sorting/CMakeFiles/stooge_sort.dir/rule +.PHONY : sorting/CMakeFiles/stooge_sort.dir/rule + +# Convenience name for target. +stooge_sort: sorting/CMakeFiles/stooge_sort.dir/rule +.PHONY : stooge_sort + +# fast build rule for target. +stooge_sort/fast: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/build +.PHONY : stooge_sort/fast + +bead_sort.o: bead_sort.c.o +.PHONY : bead_sort.o + +# target to build an object file +bead_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/bead_sort.c.o +.PHONY : bead_sort.c.o + +bead_sort.i: bead_sort.c.i +.PHONY : bead_sort.i + +# target to preprocess a source file +bead_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/bead_sort.c.i +.PHONY : bead_sort.c.i + +bead_sort.s: bead_sort.c.s +.PHONY : bead_sort.s + +# target to generate assembly for a file +bead_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bead_sort.dir/build.make sorting/CMakeFiles/bead_sort.dir/bead_sort.c.s +.PHONY : bead_sort.c.s + +binary_insertion_sort.o: binary_insertion_sort.c.o +.PHONY : binary_insertion_sort.o + +# target to build an object file +binary_insertion_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.o +.PHONY : binary_insertion_sort.c.o + +binary_insertion_sort.i: binary_insertion_sort.c.i +.PHONY : binary_insertion_sort.i + +# target to preprocess a source file +binary_insertion_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.i +.PHONY : binary_insertion_sort.c.i + +binary_insertion_sort.s: binary_insertion_sort.c.s +.PHONY : binary_insertion_sort.s + +# target to generate assembly for a file +binary_insertion_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/binary_insertion_sort.dir/build.make sorting/CMakeFiles/binary_insertion_sort.dir/binary_insertion_sort.c.s +.PHONY : binary_insertion_sort.c.s + +bogo_sort.o: bogo_sort.c.o +.PHONY : bogo_sort.o + +# target to build an object file +bogo_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.o +.PHONY : bogo_sort.c.o + +bogo_sort.i: bogo_sort.c.i +.PHONY : bogo_sort.i + +# target to preprocess a source file +bogo_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.i +.PHONY : bogo_sort.c.i + +bogo_sort.s: bogo_sort.c.s +.PHONY : bogo_sort.s + +# target to generate assembly for a file +bogo_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bogo_sort.dir/build.make sorting/CMakeFiles/bogo_sort.dir/bogo_sort.c.s +.PHONY : bogo_sort.c.s + +bubble_sort.o: bubble_sort.c.o +.PHONY : bubble_sort.o + +# target to build an object file +bubble_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.o +.PHONY : bubble_sort.c.o + +bubble_sort.i: bubble_sort.c.i +.PHONY : bubble_sort.i + +# target to preprocess a source file +bubble_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.i +.PHONY : bubble_sort.c.i + +bubble_sort.s: bubble_sort.c.s +.PHONY : bubble_sort.s + +# target to generate assembly for a file +bubble_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort.dir/build.make sorting/CMakeFiles/bubble_sort.dir/bubble_sort.c.s +.PHONY : bubble_sort.c.s + +bubble_sort_2.o: bubble_sort_2.c.o +.PHONY : bubble_sort_2.o + +# target to build an object file +bubble_sort_2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.o +.PHONY : bubble_sort_2.c.o + +bubble_sort_2.i: bubble_sort_2.c.i +.PHONY : bubble_sort_2.i + +# target to preprocess a source file +bubble_sort_2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.i +.PHONY : bubble_sort_2.c.i + +bubble_sort_2.s: bubble_sort_2.c.s +.PHONY : bubble_sort_2.s + +# target to generate assembly for a file +bubble_sort_2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_2.dir/build.make sorting/CMakeFiles/bubble_sort_2.dir/bubble_sort_2.c.s +.PHONY : bubble_sort_2.c.s + +bubble_sort_recursion.o: bubble_sort_recursion.c.o +.PHONY : bubble_sort_recursion.o + +# target to build an object file +bubble_sort_recursion.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.o +.PHONY : bubble_sort_recursion.c.o + +bubble_sort_recursion.i: bubble_sort_recursion.c.i +.PHONY : bubble_sort_recursion.i + +# target to preprocess a source file +bubble_sort_recursion.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.i +.PHONY : bubble_sort_recursion.c.i + +bubble_sort_recursion.s: bubble_sort_recursion.c.s +.PHONY : bubble_sort_recursion.s + +# target to generate assembly for a file +bubble_sort_recursion.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bubble_sort_recursion.dir/build.make sorting/CMakeFiles/bubble_sort_recursion.dir/bubble_sort_recursion.c.s +.PHONY : bubble_sort_recursion.c.s + +bucket_sort.o: bucket_sort.c.o +.PHONY : bucket_sort.o + +# target to build an object file +bucket_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.o +.PHONY : bucket_sort.c.o + +bucket_sort.i: bucket_sort.c.i +.PHONY : bucket_sort.i + +# target to preprocess a source file +bucket_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.i +.PHONY : bucket_sort.c.i + +bucket_sort.s: bucket_sort.c.s +.PHONY : bucket_sort.s + +# target to generate assembly for a file +bucket_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/bucket_sort.dir/build.make sorting/CMakeFiles/bucket_sort.dir/bucket_sort.c.s +.PHONY : bucket_sort.c.s + +cocktail_sort.o: cocktail_sort.c.o +.PHONY : cocktail_sort.o + +# target to build an object file +cocktail_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.o +.PHONY : cocktail_sort.c.o + +cocktail_sort.i: cocktail_sort.c.i +.PHONY : cocktail_sort.i + +# target to preprocess a source file +cocktail_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.i +.PHONY : cocktail_sort.c.i + +cocktail_sort.s: cocktail_sort.c.s +.PHONY : cocktail_sort.s + +# target to generate assembly for a file +cocktail_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cocktail_sort.dir/build.make sorting/CMakeFiles/cocktail_sort.dir/cocktail_sort.c.s +.PHONY : cocktail_sort.c.s + +comb_sort.o: comb_sort.c.o +.PHONY : comb_sort.o + +# target to build an object file +comb_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/comb_sort.c.o +.PHONY : comb_sort.c.o + +comb_sort.i: comb_sort.c.i +.PHONY : comb_sort.i + +# target to preprocess a source file +comb_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/comb_sort.c.i +.PHONY : comb_sort.c.i + +comb_sort.s: comb_sort.c.s +.PHONY : comb_sort.s + +# target to generate assembly for a file +comb_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/comb_sort.dir/build.make sorting/CMakeFiles/comb_sort.dir/comb_sort.c.s +.PHONY : comb_sort.c.s + +counting_sort.o: counting_sort.c.o +.PHONY : counting_sort.o + +# target to build an object file +counting_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/counting_sort.c.o +.PHONY : counting_sort.c.o + +counting_sort.i: counting_sort.c.i +.PHONY : counting_sort.i + +# target to preprocess a source file +counting_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/counting_sort.c.i +.PHONY : counting_sort.c.i + +counting_sort.s: counting_sort.c.s +.PHONY : counting_sort.s + +# target to generate assembly for a file +counting_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/counting_sort.dir/build.make sorting/CMakeFiles/counting_sort.dir/counting_sort.c.s +.PHONY : counting_sort.c.s + +cycle_sort.o: cycle_sort.c.o +.PHONY : cycle_sort.o + +# target to build an object file +cycle_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.o +.PHONY : cycle_sort.c.o + +cycle_sort.i: cycle_sort.c.i +.PHONY : cycle_sort.i + +# target to preprocess a source file +cycle_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.i +.PHONY : cycle_sort.c.i + +cycle_sort.s: cycle_sort.c.s +.PHONY : cycle_sort.s + +# target to generate assembly for a file +cycle_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/cycle_sort.dir/build.make sorting/CMakeFiles/cycle_sort.dir/cycle_sort.c.s +.PHONY : cycle_sort.c.s + +gnome_sort.o: gnome_sort.c.o +.PHONY : gnome_sort.o + +# target to build an object file +gnome_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.o +.PHONY : gnome_sort.c.o + +gnome_sort.i: gnome_sort.c.i +.PHONY : gnome_sort.i + +# target to preprocess a source file +gnome_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.i +.PHONY : gnome_sort.c.i + +gnome_sort.s: gnome_sort.c.s +.PHONY : gnome_sort.s + +# target to generate assembly for a file +gnome_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/gnome_sort.dir/build.make sorting/CMakeFiles/gnome_sort.dir/gnome_sort.c.s +.PHONY : gnome_sort.c.s + +heap_sort.o: heap_sort.c.o +.PHONY : heap_sort.o + +# target to build an object file +heap_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/heap_sort.c.o +.PHONY : heap_sort.c.o + +heap_sort.i: heap_sort.c.i +.PHONY : heap_sort.i + +# target to preprocess a source file +heap_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/heap_sort.c.i +.PHONY : heap_sort.c.i + +heap_sort.s: heap_sort.c.s +.PHONY : heap_sort.s + +# target to generate assembly for a file +heap_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort.dir/build.make sorting/CMakeFiles/heap_sort.dir/heap_sort.c.s +.PHONY : heap_sort.c.s + +heap_sort_2.o: heap_sort_2.c.o +.PHONY : heap_sort_2.o + +# target to build an object file +heap_sort_2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.o +.PHONY : heap_sort_2.c.o + +heap_sort_2.i: heap_sort_2.c.i +.PHONY : heap_sort_2.i + +# target to preprocess a source file +heap_sort_2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.i +.PHONY : heap_sort_2.c.i + +heap_sort_2.s: heap_sort_2.c.s +.PHONY : heap_sort_2.s + +# target to generate assembly for a file +heap_sort_2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/heap_sort_2.dir/build.make sorting/CMakeFiles/heap_sort_2.dir/heap_sort_2.c.s +.PHONY : heap_sort_2.c.s + +insertion_sort.o: insertion_sort.c.o +.PHONY : insertion_sort.o + +# target to build an object file +insertion_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.o +.PHONY : insertion_sort.c.o + +insertion_sort.i: insertion_sort.c.i +.PHONY : insertion_sort.i + +# target to preprocess a source file +insertion_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.i +.PHONY : insertion_sort.c.i + +insertion_sort.s: insertion_sort.c.s +.PHONY : insertion_sort.s + +# target to generate assembly for a file +insertion_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort.dir/build.make sorting/CMakeFiles/insertion_sort.dir/insertion_sort.c.s +.PHONY : insertion_sort.c.s + +insertion_sort_recursive.o: insertion_sort_recursive.c.o +.PHONY : insertion_sort_recursive.o + +# target to build an object file +insertion_sort_recursive.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.o +.PHONY : insertion_sort_recursive.c.o + +insertion_sort_recursive.i: insertion_sort_recursive.c.i +.PHONY : insertion_sort_recursive.i + +# target to preprocess a source file +insertion_sort_recursive.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.i +.PHONY : insertion_sort_recursive.c.i + +insertion_sort_recursive.s: insertion_sort_recursive.c.s +.PHONY : insertion_sort_recursive.s + +# target to generate assembly for a file +insertion_sort_recursive.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/insertion_sort_recursive.dir/build.make sorting/CMakeFiles/insertion_sort_recursive.dir/insertion_sort_recursive.c.s +.PHONY : insertion_sort_recursive.c.s + +merge_sort.o: merge_sort.c.o +.PHONY : merge_sort.o + +# target to build an object file +merge_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/merge_sort.c.o +.PHONY : merge_sort.c.o + +merge_sort.i: merge_sort.c.i +.PHONY : merge_sort.i + +# target to preprocess a source file +merge_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/merge_sort.c.i +.PHONY : merge_sort.c.i + +merge_sort.s: merge_sort.c.s +.PHONY : merge_sort.s + +# target to generate assembly for a file +merge_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort.dir/build.make sorting/CMakeFiles/merge_sort.dir/merge_sort.c.s +.PHONY : merge_sort.c.s + +merge_sort_nr.o: merge_sort_nr.c.o +.PHONY : merge_sort_nr.o + +# target to build an object file +merge_sort_nr.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.o +.PHONY : merge_sort_nr.c.o + +merge_sort_nr.i: merge_sort_nr.c.i +.PHONY : merge_sort_nr.i + +# target to preprocess a source file +merge_sort_nr.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.i +.PHONY : merge_sort_nr.c.i + +merge_sort_nr.s: merge_sort_nr.c.s +.PHONY : merge_sort_nr.s + +# target to generate assembly for a file +merge_sort_nr.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/merge_sort_nr.dir/build.make sorting/CMakeFiles/merge_sort_nr.dir/merge_sort_nr.c.s +.PHONY : merge_sort_nr.c.s + +multikey_quick_sort.o: multikey_quick_sort.c.o +.PHONY : multikey_quick_sort.o + +# target to build an object file +multikey_quick_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.o +.PHONY : multikey_quick_sort.c.o + +multikey_quick_sort.i: multikey_quick_sort.c.i +.PHONY : multikey_quick_sort.i + +# target to preprocess a source file +multikey_quick_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.i +.PHONY : multikey_quick_sort.c.i + +multikey_quick_sort.s: multikey_quick_sort.c.s +.PHONY : multikey_quick_sort.s + +# target to generate assembly for a file +multikey_quick_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/multikey_quick_sort.dir/build.make sorting/CMakeFiles/multikey_quick_sort.dir/multikey_quick_sort.c.s +.PHONY : multikey_quick_sort.c.s + +odd_even_sort.o: odd_even_sort.c.o +.PHONY : odd_even_sort.o + +# target to build an object file +odd_even_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.o +.PHONY : odd_even_sort.c.o + +odd_even_sort.i: odd_even_sort.c.i +.PHONY : odd_even_sort.i + +# target to preprocess a source file +odd_even_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.i +.PHONY : odd_even_sort.c.i + +odd_even_sort.s: odd_even_sort.c.s +.PHONY : odd_even_sort.s + +# target to generate assembly for a file +odd_even_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/odd_even_sort.dir/build.make sorting/CMakeFiles/odd_even_sort.dir/odd_even_sort.c.s +.PHONY : odd_even_sort.c.s + +pancake_sort.o: pancake_sort.c.o +.PHONY : pancake_sort.o + +# target to build an object file +pancake_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.o +.PHONY : pancake_sort.c.o + +pancake_sort.i: pancake_sort.c.i +.PHONY : pancake_sort.i + +# target to preprocess a source file +pancake_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.i +.PHONY : pancake_sort.c.i + +pancake_sort.s: pancake_sort.c.s +.PHONY : pancake_sort.s + +# target to generate assembly for a file +pancake_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pancake_sort.dir/build.make sorting/CMakeFiles/pancake_sort.dir/pancake_sort.c.s +.PHONY : pancake_sort.c.s + +partition_sort.o: partition_sort.c.o +.PHONY : partition_sort.o + +# target to build an object file +partition_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/partition_sort.c.o +.PHONY : partition_sort.c.o + +partition_sort.i: partition_sort.c.i +.PHONY : partition_sort.i + +# target to preprocess a source file +partition_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/partition_sort.c.i +.PHONY : partition_sort.c.i + +partition_sort.s: partition_sort.c.s +.PHONY : partition_sort.s + +# target to generate assembly for a file +partition_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/partition_sort.dir/build.make sorting/CMakeFiles/partition_sort.dir/partition_sort.c.s +.PHONY : partition_sort.c.s + +patience_sort.o: patience_sort.c.o +.PHONY : patience_sort.o + +# target to build an object file +patience_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/patience_sort.c.o +.PHONY : patience_sort.c.o + +patience_sort.i: patience_sort.c.i +.PHONY : patience_sort.i + +# target to preprocess a source file +patience_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/patience_sort.c.i +.PHONY : patience_sort.c.i + +patience_sort.s: patience_sort.c.s +.PHONY : patience_sort.s + +# target to generate assembly for a file +patience_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/patience_sort.dir/build.make sorting/CMakeFiles/patience_sort.dir/patience_sort.c.s +.PHONY : patience_sort.c.s + +pigeonhole_sort.o: pigeonhole_sort.c.o +.PHONY : pigeonhole_sort.o + +# target to build an object file +pigeonhole_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.o +.PHONY : pigeonhole_sort.c.o + +pigeonhole_sort.i: pigeonhole_sort.c.i +.PHONY : pigeonhole_sort.i + +# target to preprocess a source file +pigeonhole_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.i +.PHONY : pigeonhole_sort.c.i + +pigeonhole_sort.s: pigeonhole_sort.c.s +.PHONY : pigeonhole_sort.s + +# target to generate assembly for a file +pigeonhole_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/pigeonhole_sort.dir/build.make sorting/CMakeFiles/pigeonhole_sort.dir/pigeonhole_sort.c.s +.PHONY : pigeonhole_sort.c.s + +quick_sort.o: quick_sort.c.o +.PHONY : quick_sort.o + +# target to build an object file +quick_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/quick_sort.c.o +.PHONY : quick_sort.c.o + +quick_sort.i: quick_sort.c.i +.PHONY : quick_sort.i + +# target to preprocess a source file +quick_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/quick_sort.c.i +.PHONY : quick_sort.c.i + +quick_sort.s: quick_sort.c.s +.PHONY : quick_sort.s + +# target to generate assembly for a file +quick_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/quick_sort.dir/build.make sorting/CMakeFiles/quick_sort.dir/quick_sort.c.s +.PHONY : quick_sort.c.s + +radix_sort.o: radix_sort.c.o +.PHONY : radix_sort.o + +# target to build an object file +radix_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/radix_sort.c.o +.PHONY : radix_sort.c.o + +radix_sort.i: radix_sort.c.i +.PHONY : radix_sort.i + +# target to preprocess a source file +radix_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/radix_sort.c.i +.PHONY : radix_sort.c.i + +radix_sort.s: radix_sort.c.s +.PHONY : radix_sort.s + +# target to generate assembly for a file +radix_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort.dir/build.make sorting/CMakeFiles/radix_sort.dir/radix_sort.c.s +.PHONY : radix_sort.c.s + +radix_sort_2.o: radix_sort_2.c.o +.PHONY : radix_sort_2.o + +# target to build an object file +radix_sort_2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.o +.PHONY : radix_sort_2.c.o + +radix_sort_2.i: radix_sort_2.c.i +.PHONY : radix_sort_2.i + +# target to preprocess a source file +radix_sort_2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.i +.PHONY : radix_sort_2.c.i + +radix_sort_2.s: radix_sort_2.c.s +.PHONY : radix_sort_2.s + +# target to generate assembly for a file +radix_sort_2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/radix_sort_2.dir/build.make sorting/CMakeFiles/radix_sort_2.dir/radix_sort_2.c.s +.PHONY : radix_sort_2.c.s + +random_quick_sort.o: random_quick_sort.c.o +.PHONY : random_quick_sort.o + +# target to build an object file +random_quick_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.o +.PHONY : random_quick_sort.c.o + +random_quick_sort.i: random_quick_sort.c.i +.PHONY : random_quick_sort.i + +# target to preprocess a source file +random_quick_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.i +.PHONY : random_quick_sort.c.i + +random_quick_sort.s: random_quick_sort.c.s +.PHONY : random_quick_sort.s + +# target to generate assembly for a file +random_quick_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/random_quick_sort.dir/build.make sorting/CMakeFiles/random_quick_sort.dir/random_quick_sort.c.s +.PHONY : random_quick_sort.c.s + +selection_sort.o: selection_sort.c.o +.PHONY : selection_sort.o + +# target to build an object file +selection_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/selection_sort.c.o +.PHONY : selection_sort.c.o + +selection_sort.i: selection_sort.c.i +.PHONY : selection_sort.i + +# target to preprocess a source file +selection_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/selection_sort.c.i +.PHONY : selection_sort.c.i + +selection_sort.s: selection_sort.c.s +.PHONY : selection_sort.s + +# target to generate assembly for a file +selection_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort.dir/build.make sorting/CMakeFiles/selection_sort.dir/selection_sort.c.s +.PHONY : selection_sort.c.s + +selection_sort_recursive.o: selection_sort_recursive.c.o +.PHONY : selection_sort_recursive.o + +# target to build an object file +selection_sort_recursive.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.o +.PHONY : selection_sort_recursive.c.o + +selection_sort_recursive.i: selection_sort_recursive.c.i +.PHONY : selection_sort_recursive.i + +# target to preprocess a source file +selection_sort_recursive.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.i +.PHONY : selection_sort_recursive.c.i + +selection_sort_recursive.s: selection_sort_recursive.c.s +.PHONY : selection_sort_recursive.s + +# target to generate assembly for a file +selection_sort_recursive.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/selection_sort_recursive.dir/build.make sorting/CMakeFiles/selection_sort_recursive.dir/selection_sort_recursive.c.s +.PHONY : selection_sort_recursive.c.s + +shaker_sort.o: shaker_sort.c.o +.PHONY : shaker_sort.o + +# target to build an object file +shaker_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.o +.PHONY : shaker_sort.c.o + +shaker_sort.i: shaker_sort.c.i +.PHONY : shaker_sort.i + +# target to preprocess a source file +shaker_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.i +.PHONY : shaker_sort.c.i + +shaker_sort.s: shaker_sort.c.s +.PHONY : shaker_sort.s + +# target to generate assembly for a file +shaker_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shaker_sort.dir/build.make sorting/CMakeFiles/shaker_sort.dir/shaker_sort.c.s +.PHONY : shaker_sort.c.s + +shell_sort.o: shell_sort.c.o +.PHONY : shell_sort.o + +# target to build an object file +shell_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/shell_sort.c.o +.PHONY : shell_sort.c.o + +shell_sort.i: shell_sort.c.i +.PHONY : shell_sort.i + +# target to preprocess a source file +shell_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/shell_sort.c.i +.PHONY : shell_sort.c.i + +shell_sort.s: shell_sort.c.s +.PHONY : shell_sort.s + +# target to generate assembly for a file +shell_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort.dir/build.make sorting/CMakeFiles/shell_sort.dir/shell_sort.c.s +.PHONY : shell_sort.c.s + +shell_sort2.o: shell_sort2.c.o +.PHONY : shell_sort2.o + +# target to build an object file +shell_sort2.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.o +.PHONY : shell_sort2.c.o + +shell_sort2.i: shell_sort2.c.i +.PHONY : shell_sort2.i + +# target to preprocess a source file +shell_sort2.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.i +.PHONY : shell_sort2.c.i + +shell_sort2.s: shell_sort2.c.s +.PHONY : shell_sort2.s + +# target to generate assembly for a file +shell_sort2.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/shell_sort2.dir/build.make sorting/CMakeFiles/shell_sort2.dir/shell_sort2.c.s +.PHONY : shell_sort2.c.s + +stooge_sort.o: stooge_sort.c.o +.PHONY : stooge_sort.o + +# target to build an object file +stooge_sort.c.o: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.o +.PHONY : stooge_sort.c.o + +stooge_sort.i: stooge_sort.c.i +.PHONY : stooge_sort.i + +# target to preprocess a source file +stooge_sort.c.i: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.i +.PHONY : stooge_sort.c.i + +stooge_sort.s: stooge_sort.c.s +.PHONY : stooge_sort.s + +# target to generate assembly for a file +stooge_sort.c.s: + cd /Users/jesperolsen/development/C && $(MAKE) $(MAKESILENT) -f sorting/CMakeFiles/stooge_sort.dir/build.make sorting/CMakeFiles/stooge_sort.dir/stooge_sort.c.s +.PHONY : stooge_sort.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 "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... bead_sort" + @echo "... binary_insertion_sort" + @echo "... bogo_sort" + @echo "... bubble_sort" + @echo "... bubble_sort_2" + @echo "... bubble_sort_recursion" + @echo "... bucket_sort" + @echo "... cocktail_sort" + @echo "... comb_sort" + @echo "... counting_sort" + @echo "... cycle_sort" + @echo "... gnome_sort" + @echo "... heap_sort" + @echo "... heap_sort_2" + @echo "... insertion_sort" + @echo "... insertion_sort_recursive" + @echo "... merge_sort" + @echo "... merge_sort_nr" + @echo "... multikey_quick_sort" + @echo "... odd_even_sort" + @echo "... pancake_sort" + @echo "... partition_sort" + @echo "... patience_sort" + @echo "... pigeonhole_sort" + @echo "... quick_sort" + @echo "... radix_sort" + @echo "... radix_sort_2" + @echo "... random_quick_sort" + @echo "... selection_sort" + @echo "... selection_sort_recursive" + @echo "... shaker_sort" + @echo "... shell_sort" + @echo "... shell_sort2" + @echo "... stooge_sort" + @echo "... bead_sort.o" + @echo "... bead_sort.i" + @echo "... bead_sort.s" + @echo "... binary_insertion_sort.o" + @echo "... binary_insertion_sort.i" + @echo "... binary_insertion_sort.s" + @echo "... bogo_sort.o" + @echo "... bogo_sort.i" + @echo "... bogo_sort.s" + @echo "... bubble_sort.o" + @echo "... bubble_sort.i" + @echo "... bubble_sort.s" + @echo "... bubble_sort_2.o" + @echo "... bubble_sort_2.i" + @echo "... bubble_sort_2.s" + @echo "... bubble_sort_recursion.o" + @echo "... bubble_sort_recursion.i" + @echo "... bubble_sort_recursion.s" + @echo "... bucket_sort.o" + @echo "... bucket_sort.i" + @echo "... bucket_sort.s" + @echo "... cocktail_sort.o" + @echo "... cocktail_sort.i" + @echo "... cocktail_sort.s" + @echo "... comb_sort.o" + @echo "... comb_sort.i" + @echo "... comb_sort.s" + @echo "... counting_sort.o" + @echo "... counting_sort.i" + @echo "... counting_sort.s" + @echo "... cycle_sort.o" + @echo "... cycle_sort.i" + @echo "... cycle_sort.s" + @echo "... gnome_sort.o" + @echo "... gnome_sort.i" + @echo "... gnome_sort.s" + @echo "... heap_sort.o" + @echo "... heap_sort.i" + @echo "... heap_sort.s" + @echo "... heap_sort_2.o" + @echo "... heap_sort_2.i" + @echo "... heap_sort_2.s" + @echo "... insertion_sort.o" + @echo "... insertion_sort.i" + @echo "... insertion_sort.s" + @echo "... insertion_sort_recursive.o" + @echo "... insertion_sort_recursive.i" + @echo "... insertion_sort_recursive.s" + @echo "... merge_sort.o" + @echo "... merge_sort.i" + @echo "... merge_sort.s" + @echo "... merge_sort_nr.o" + @echo "... merge_sort_nr.i" + @echo "... merge_sort_nr.s" + @echo "... multikey_quick_sort.o" + @echo "... multikey_quick_sort.i" + @echo "... multikey_quick_sort.s" + @echo "... odd_even_sort.o" + @echo "... odd_even_sort.i" + @echo "... odd_even_sort.s" + @echo "... pancake_sort.o" + @echo "... pancake_sort.i" + @echo "... pancake_sort.s" + @echo "... partition_sort.o" + @echo "... partition_sort.i" + @echo "... partition_sort.s" + @echo "... patience_sort.o" + @echo "... patience_sort.i" + @echo "... patience_sort.s" + @echo "... pigeonhole_sort.o" + @echo "... pigeonhole_sort.i" + @echo "... pigeonhole_sort.s" + @echo "... quick_sort.o" + @echo "... quick_sort.i" + @echo "... quick_sort.s" + @echo "... radix_sort.o" + @echo "... radix_sort.i" + @echo "... radix_sort.s" + @echo "... radix_sort_2.o" + @echo "... radix_sort_2.i" + @echo "... radix_sort_2.s" + @echo "... random_quick_sort.o" + @echo "... random_quick_sort.i" + @echo "... random_quick_sort.s" + @echo "... selection_sort.o" + @echo "... selection_sort.i" + @echo "... selection_sort.s" + @echo "... selection_sort_recursive.o" + @echo "... selection_sort_recursive.i" + @echo "... selection_sort_recursive.s" + @echo "... shaker_sort.o" + @echo "... shaker_sort.i" + @echo "... shaker_sort.s" + @echo "... shell_sort.o" + @echo "... shell_sort.i" + @echo "... shell_sort.s" + @echo "... shell_sort2.o" + @echo "... shell_sort2.i" + @echo "... shell_sort2.s" + @echo "... stooge_sort.o" + @echo "... stooge_sort.i" + @echo "... stooge_sort.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: + cd /Users/jesperolsen/development/C && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/sorting/OUT b/sorting/OUT new file mode 100644 index 0000000000..2fb8b54df7 --- /dev/null +++ b/sorting/OUT @@ -0,0 +1,4 @@ +476 15 161 14 2 216 421 317 50 382 413 55 414 411 36 75 214 325 230 363 48 122 164 64 206 219 252 445 422 324 163 203 202 460 44 175 293 156 131 348 171 88 356 341 272 34 167 497 461 347 28 73 169 380 217 169 197 384 83 407 331 241 107 155 476 476 379 249 130 459 351 437 406 21 488 257 104 467 291 219 355 216 443 35 497 105 86 154 390 470 107 222 74 171 38 57 480 303 125 178 92 326 178 477 125 303 214 207 165 103 440 171 196 376 171 93 277 155 373 420 364 213 155 463 175 165 335 18 180 22 381 15 230 265 305 333 294 72 419 185 413 444 336 225 276 244 300 443 40 454 433 482 266 116 241 137 128 97 207 345 226 126 145 194 456 459 472 85 448 458 445 150 14 143 205 165 178 162 275 360 200 47 60 119 148 232 68 311 313 330 361 293 173 135 334 340 47 105 78 223 19 383 488 66 384 393 322 348 79 61 296 147 249 433 182 110 325 182 203 422 469 167 116 175 343 498 252 414 411 124 288 375 334 341 278 49 145 487 165 293 443 368 178 372 127 53 167 463 96 451 45 372 429 252 337 214 5 48 459 168 74 282 180 277 386 388 196 147 232 285 406 96 32 76 478 307 157 104 200 8 437 426 205 478 248 208 478 461 148 88 39 130 315 34 162 382 217 414 145 120 383 84 332 107 224 413 57 32 183 219 432 185 181 97 426 489 124 280 409 290 68 441 451 392 473 78 377 470 407 404 253 143 489 290 331 274 196 186 146 114 87 430 229 180 164 145 416 263 23 433 96 296 21 400 114 471 307 200 315 157 46 140 401 352 313 239 19 284 367 126 3 338 414 327 263 108 324 363 455 450 282 389 360 77 356 143 258 247 5 83 329 109 461 361 464 38 272 280 1 33 328 125 194 339 305 487 1 96 257 14 259 175 97 160 319 194 291 159 297 345 350 335 429 402 267 207 421 115 454 328 148 179 460 497 57 470 358 490 181 342 124 392 200 76 145 89 357 440 484 28 177 432 99 174 249 269 195 151 422 361 480 171 437 307 213 131 476 172 139 464 392 86 44 219 342 145 25 368 388 225 193 399 295 456 347 205 259 39 54 214 409 348 34 200 447 292 376 481 279 162 +Data Sorted + 1 1 2 3 5 5 8 14 14 14 15 15 18 19 19 21 21 22 23 25 28 28 32 32 33 34 34 34 35 36 38 38 39 39 40 44 44 45 46 47 47 48 48 49 50 53 54 55 57 57 57 60 61 64 66 68 68 72 73 74 74 75 76 76 77 78 78 79 83 83 84 85 86 86 87 88 88 89 92 93 96 96 96 96 97 97 97 99 103 104 104 105 105 107 107 107 108 109 110 114 114 115 116 116 119 120 122 124 124 124 125 125 125 126 126 127 128 130 130 131 131 135 137 139 140 143 143 143 145 145 145 145 145 145 146 147 147 148 148 148 150 151 154 155 155 155 156 157 157 159 160 161 162 162 162 163 164 164 165 165 165 165 167 167 167 168 169 169 171 171 171 171 171 172 173 174 175 175 175 175 177 178 178 178 178 179 180 180 180 181 181 182 182 183 185 185 186 193 194 194 194 195 196 196 196 197 200 200 200 200 200 202 203 203 205 205 205 206 207 207 207 208 213 213 214 214 214 214 216 216 217 217 219 219 219 219 222 223 224 225 225 226 229 230 230 232 232 239 241 241 244 247 248 249 249 249 252 252 252 253 257 257 258 259 259 263 263 265 266 267 269 272 272 274 275 276 277 277 278 279 280 280 282 282 284 285 288 290 290 291 291 292 293 293 293 294 295 296 296 297 300 303 303 305 305 307 307 307 311 313 313 315 315 317 319 322 324 324 325 325 326 327 328 328 329 330 331 331 332 333 334 334 335 335 336 337 338 339 340 341 341 342 342 343 345 345 347 347 348 348 348 350 351 352 355 356 356 357 358 360 360 361 361 361 363 363 364 367 368 368 372 372 373 375 376 376 377 379 380 381 382 382 383 383 384 384 386 388 388 389 390 392 392 392 393 399 400 401 402 404 406 406 407 407 409 409 411 411 413 413 413 414 414 414 414 416 419 420 421 421 422 422 422 426 426 429 429 430 432 432 433 433 433 437 437 437 440 440 441 443 443 443 444 445 445 447 448 450 451 451 454 454 455 456 456 458 459 459 459 460 460 461 461 461 463 463 464 464 467 469 470 470 470 471 472 473 476 476 476 476 477 478 478 478 480 480 481 482 484 487 487 488 488 489 489 490 497 497 497 498 +Time spent sorting: 0 s diff --git a/sorting/OUT2 b/sorting/OUT2 new file mode 100644 index 0000000000..a60a6dd2d3 --- /dev/null +++ b/sorting/OUT2 @@ -0,0 +1,4 @@ +405 336 300 206 37 30 195 26 227 237 447 135 305 238 484 41 379 441 64 186 496 361 18 475 146 395 170 454 334 218 401 233 355 68 469 221 396 367 82 436 3 410 329 488 10 461 473 100 315 39 283 383 328 337 114 23 144 275 172 407 91 162 382 78 361 186 34 337 231 222 476 398 340 311 468 428 97 365 474 370 27 252 359 231 416 360 23 144 178 302 326 298 310 97 413 279 339 409 300 6 464 251 204 217 388 160 447 72 308 210 448 383 389 427 106 219 422 438 371 402 496 481 73 399 93 163 31 164 139 31 481 113 55 105 61 274 78 7 340 152 27 386 200 375 466 81 498 387 21 355 383 473 349 286 374 355 329 407 479 181 390 174 63 61 495 56 372 224 182 263 185 141 487 153 285 249 264 253 117 282 296 159 258 484 200 357 176 85 477 43 395 408 102 407 64 204 53 212 404 134 283 397 172 210 28 287 224 371 287 427 318 329 437 305 269 176 215 50 325 297 40 288 147 206 41 250 126 267 220 450 245 21 77 207 176 223 304 105 31 408 229 166 129 68 389 177 30 10 389 245 213 358 466 466 229 177 342 201 93 93 269 474 15 149 257 459 264 397 283 254 190 156 286 197 135 308 321 253 110 147 486 143 420 28 319 382 252 370 298 265 276 17 44 471 54 176 78 138 129 453 23 467 238 46 230 18 330 222 84 190 425 261 38 53 440 140 374 21 294 268 475 111 57 464 431 217 70 113 336 453 172 28 415 491 423 28 223 365 5 359 90 36 86 344 195 363 329 170 316 478 379 450 99 57 490 88 29 343 256 334 421 287 89 163 331 367 364 312 315 487 30 92 484 275 13 330 55 133 67 9 104 379 108 172 330 500 437 347 129 349 441 90 15 486 498 261 491 418 459 41 485 189 340 225 53 389 116 187 433 437 162 77 332 167 411 453 13 317 271 115 24 480 54 464 188 498 116 179 283 500 341 121 154 348 381 348 481 107 75 136 219 48 32 400 227 204 470 429 64 429 491 499 47 430 241 91 53 261 99 465 323 124 90 415 62 13 249 457 215 369 284 63 400 117 31 483 352 195 82 309 44 175 483 178 357 296 93 7 343 342 87 27 317 448 415 247 303 144 116 452 +Data Sorted + 3 5 6 7 7 9 10 10 13 13 13 15 15 17 18 18 21 21 21 23 23 23 24 26 27 27 27 28 28 28 28 29 30 30 30 31 31 31 31 32 34 36 37 38 39 40 41 41 41 43 44 44 46 47 48 50 53 53 53 53 54 54 55 55 56 57 57 61 61 62 63 63 64 64 64 67 68 68 70 72 73 75 77 77 78 78 78 81 82 82 84 85 86 87 88 89 90 90 90 91 91 92 93 93 93 93 97 97 99 99 100 102 104 105 105 106 107 108 110 111 113 113 114 115 116 116 116 117 117 121 124 126 129 129 129 133 134 135 135 136 138 139 140 141 143 144 144 144 146 147 147 149 152 153 154 156 159 160 162 162 163 163 164 166 167 170 170 172 172 172 172 174 175 176 176 176 176 177 177 178 178 179 181 182 185 186 186 187 188 189 190 190 195 195 195 197 200 200 201 204 204 204 206 206 207 210 210 212 213 215 215 217 217 218 219 219 220 221 222 222 223 223 224 224 225 227 227 229 229 230 231 231 233 237 238 238 241 245 245 247 249 249 250 251 252 252 253 253 254 256 257 258 261 261 261 263 264 264 265 267 268 269 269 271 274 275 275 276 279 282 283 283 283 283 284 285 286 286 287 287 287 288 294 296 296 297 298 298 300 300 302 303 304 305 305 308 308 309 310 311 312 315 315 316 317 317 318 319 321 323 325 326 328 329 329 329 329 330 330 330 331 332 334 334 336 336 337 337 339 340 340 340 341 342 342 343 343 344 347 348 348 349 349 352 355 355 355 357 357 358 359 359 360 361 361 363 364 365 365 367 367 369 370 370 371 371 372 374 374 375 379 379 379 381 382 382 383 383 383 386 387 388 389 389 389 389 390 395 395 396 397 397 398 399 400 400 401 402 404 405 407 407 407 408 408 409 410 411 413 415 415 415 416 418 420 421 422 423 425 427 427 428 429 429 430 431 433 436 437 437 437 438 440 441 441 447 447 448 448 450 450 452 453 453 453 454 457 459 459 461 464 464 464 465 466 466 466 467 468 469 470 471 473 473 474 474 475 475 476 477 478 479 480 481 481 481 483 483 484 484 484 485 486 486 487 487 488 490 491 491 491 495 496 496 498 498 498 499 500 500 +Time spent sorting: 0000 s diff --git a/sorting/bead_sort b/sorting/bead_sort new file mode 100755 index 0000000000..179301f0f1 Binary files /dev/null and b/sorting/bead_sort differ diff --git a/sorting/binary_insertion_sort b/sorting/binary_insertion_sort new file mode 100755 index 0000000000..72a303487b Binary files /dev/null and b/sorting/binary_insertion_sort differ diff --git a/sorting/bogo_sort b/sorting/bogo_sort new file mode 100755 index 0000000000..762181dd51 Binary files /dev/null and b/sorting/bogo_sort differ diff --git a/sorting/bubble_sort b/sorting/bubble_sort new file mode 100755 index 0000000000..9d9296d4b3 Binary files /dev/null and b/sorting/bubble_sort differ diff --git a/sorting/bubble_sort_2 b/sorting/bubble_sort_2 new file mode 100755 index 0000000000..bfcaf4a1fe Binary files /dev/null and b/sorting/bubble_sort_2 differ diff --git a/sorting/bubble_sort_recursion b/sorting/bubble_sort_recursion new file mode 100755 index 0000000000..85b4c29d60 Binary files /dev/null and b/sorting/bubble_sort_recursion differ diff --git a/sorting/bucket_sort b/sorting/bucket_sort new file mode 100755 index 0000000000..59ccd349bb Binary files /dev/null and b/sorting/bucket_sort differ diff --git a/sorting/cmake_install.cmake b/sorting/cmake_install.cmake new file mode 100644 index 0000000000..b66af3219e --- /dev/null +++ b/sorting/cmake_install.cmake @@ -0,0 +1,521 @@ +# Install script for directory: /Users/jesperolsen/development/C/sorting + +# 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 path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/bead_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bead_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bead_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bead_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/bead_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/binary_insertion_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/binary_insertion_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/binary_insertion_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/binary_insertion_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/binary_insertion_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/bogo_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bogo_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bogo_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bogo_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/bogo_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/bubble_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/bubble_sort_2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort_2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort_2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort_2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort_2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/bubble_sort_recursion") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort_recursion" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort_recursion") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bubble_sort_recursion") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/bubble_sort_recursion.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/bucket_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bucket_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bucket_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/bucket_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/bucket_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/cocktail_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/cocktail_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/cocktail_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/cocktail_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/cocktail_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/comb_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/comb_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/comb_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/comb_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/comb_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/counting_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/counting_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/counting_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/counting_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/counting_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/cycle_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/cycle_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/cycle_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/cycle_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/cycle_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/gnome_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/gnome_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/gnome_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/gnome_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/gnome_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/heap_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/heap_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/heap_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/heap_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/heap_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/heap_sort_2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/heap_sort_2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/heap_sort_2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/heap_sort_2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/heap_sort_2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/insertion_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/insertion_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/insertion_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/insertion_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/insertion_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/insertion_sort_recursive") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/insertion_sort_recursive" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/insertion_sort_recursive") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/insertion_sort_recursive") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/insertion_sort_recursive.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/merge_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/merge_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/merge_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/merge_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/merge_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/merge_sort_nr") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/merge_sort_nr" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/merge_sort_nr") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/merge_sort_nr") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/merge_sort_nr.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/multikey_quick_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/multikey_quick_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/multikey_quick_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/multikey_quick_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/multikey_quick_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/odd_even_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/odd_even_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/odd_even_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/odd_even_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/odd_even_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/pancake_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/pancake_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/pancake_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/pancake_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/pancake_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/partition_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/partition_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/partition_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/partition_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/partition_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/patience_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/patience_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/patience_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/patience_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/patience_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/pigeonhole_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/pigeonhole_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/pigeonhole_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/pigeonhole_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/pigeonhole_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/quick_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/quick_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/quick_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/quick_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/quick_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/radix_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/radix_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/radix_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/radix_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/radix_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/radix_sort_2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/radix_sort_2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/radix_sort_2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/radix_sort_2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/radix_sort_2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/random_quick_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/random_quick_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/random_quick_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/random_quick_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/random_quick_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/selection_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/selection_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/selection_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/selection_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/selection_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/selection_sort_recursive") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/selection_sort_recursive" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/selection_sort_recursive") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/selection_sort_recursive") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/selection_sort_recursive.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/shaker_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shaker_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shaker_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shaker_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/shaker_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/shell_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shell_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shell_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shell_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/shell_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/shell_sort2") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shell_sort2" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shell_sort2") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/shell_sort2") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/shell_sort2.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/sorting" TYPE EXECUTABLE FILES "/Users/jesperolsen/development/C/sorting/stooge_sort") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/stooge_sort" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/stooge_sort") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" -u -r "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/sorting/stooge_sort") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/jesperolsen/development/C/sorting/CMakeFiles/stooge_sort.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/jesperolsen/development/C/sorting/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/sorting/cocktail_sort b/sorting/cocktail_sort new file mode 100755 index 0000000000..73bc0843f6 Binary files /dev/null and b/sorting/cocktail_sort differ diff --git a/sorting/comb_sort b/sorting/comb_sort new file mode 100755 index 0000000000..4e48ad18b5 Binary files /dev/null and b/sorting/comb_sort differ diff --git a/sorting/counting_sort b/sorting/counting_sort new file mode 100755 index 0000000000..2384f0fe5a Binary files /dev/null and b/sorting/counting_sort differ diff --git a/sorting/cycle_sort b/sorting/cycle_sort new file mode 100755 index 0000000000..90a1f26875 Binary files /dev/null and b/sorting/cycle_sort differ diff --git a/sorting/gnome_sort b/sorting/gnome_sort new file mode 100755 index 0000000000..549c738e4e Binary files /dev/null and b/sorting/gnome_sort differ diff --git a/sorting/heap_sort b/sorting/heap_sort new file mode 100755 index 0000000000..9229bb9cb8 Binary files /dev/null and b/sorting/heap_sort differ diff --git a/sorting/heap_sort_2 b/sorting/heap_sort_2 new file mode 100755 index 0000000000..c9177737fe Binary files /dev/null and b/sorting/heap_sort_2 differ diff --git a/sorting/insertion_sort b/sorting/insertion_sort new file mode 100755 index 0000000000..a2d9c777f3 Binary files /dev/null and b/sorting/insertion_sort differ diff --git a/sorting/insertion_sort_recursive b/sorting/insertion_sort_recursive new file mode 100755 index 0000000000..58cb4ce57c Binary files /dev/null and b/sorting/insertion_sort_recursive differ diff --git a/sorting/merge_sort b/sorting/merge_sort new file mode 100755 index 0000000000..ce673c2d9e Binary files /dev/null and b/sorting/merge_sort differ diff --git a/sorting/merge_sort_nr b/sorting/merge_sort_nr new file mode 100755 index 0000000000..157129d1d6 Binary files /dev/null and b/sorting/merge_sort_nr differ diff --git a/sorting/multikey_quick_sort b/sorting/multikey_quick_sort new file mode 100755 index 0000000000..b4b2f92da0 Binary files /dev/null and b/sorting/multikey_quick_sort differ diff --git a/sorting/odd_even_sort b/sorting/odd_even_sort new file mode 100755 index 0000000000..155a74bdba Binary files /dev/null and b/sorting/odd_even_sort differ diff --git a/sorting/pancake_sort b/sorting/pancake_sort new file mode 100755 index 0000000000..1fecff7129 Binary files /dev/null and b/sorting/pancake_sort differ diff --git a/sorting/partition_sort b/sorting/partition_sort new file mode 100755 index 0000000000..b43f41834d Binary files /dev/null and b/sorting/partition_sort differ diff --git a/sorting/patience_sort b/sorting/patience_sort new file mode 100755 index 0000000000..9b428fd6ab Binary files /dev/null and b/sorting/patience_sort differ diff --git a/sorting/pigeonhole_sort b/sorting/pigeonhole_sort new file mode 100755 index 0000000000..ec24c44deb Binary files /dev/null and b/sorting/pigeonhole_sort differ diff --git a/sorting/quick_sort b/sorting/quick_sort new file mode 100755 index 0000000000..f8b3d72594 Binary files /dev/null and b/sorting/quick_sort differ diff --git a/sorting/radix_sort b/sorting/radix_sort new file mode 100755 index 0000000000..fc6e19f2ba Binary files /dev/null and b/sorting/radix_sort differ diff --git a/sorting/radix_sort_2 b/sorting/radix_sort_2 new file mode 100755 index 0000000000..d51247fe29 Binary files /dev/null and b/sorting/radix_sort_2 differ diff --git a/sorting/random_quick_sort b/sorting/random_quick_sort new file mode 100755 index 0000000000..2b84d0bfc5 Binary files /dev/null and b/sorting/random_quick_sort differ diff --git a/sorting/selection_sort b/sorting/selection_sort new file mode 100755 index 0000000000..71f6272d63 Binary files /dev/null and b/sorting/selection_sort differ diff --git a/sorting/selection_sort_recursive b/sorting/selection_sort_recursive new file mode 100755 index 0000000000..c0adf3ef67 Binary files /dev/null and b/sorting/selection_sort_recursive differ diff --git a/sorting/shaker_sort b/sorting/shaker_sort new file mode 100755 index 0000000000..a4ab613493 Binary files /dev/null and b/sorting/shaker_sort differ diff --git a/sorting/shell_sort b/sorting/shell_sort new file mode 100755 index 0000000000..a8284c37cb Binary files /dev/null and b/sorting/shell_sort differ diff --git a/sorting/shell_sort2 b/sorting/shell_sort2 new file mode 100755 index 0000000000..f319ec1b53 Binary files /dev/null and b/sorting/shell_sort2 differ diff --git a/sorting/shell_sort2.c b/sorting/shell_sort2.c index a470e3af8e..b522a7d2f7 100644 --- a/sorting/shell_sort2.c +++ b/sorting/shell_sort2.c @@ -89,7 +89,7 @@ int main(int argc, char *argv[]) printf("Data Sorted\n"); show_data(array, size); // display array after sorting - printf("Time spent sorting: %.4g s\n", (t2 - t1) / CLOCKS_PER_SEC); + printf("Time spent sorting: %.4lu s\n", (t2 - t1) / CLOCKS_PER_SEC); free(array); return 0; diff --git a/sorting/stooge_sort b/sorting/stooge_sort new file mode 100755 index 0000000000..f2b04c2210 Binary files /dev/null and b/sorting/stooge_sort differ